Browse Source

fixed libraw-config

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1417 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 14 years ago
parent
commit
0ab18d6668
1 changed files with 5 additions and 1 deletions
  1. 5 1
      s/shotwell/shotwell-vl.spec

+ 5 - 1
s/shotwell/shotwell-vl.spec

@@ -1,6 +1,6 @@
 Name:           shotwell
 Version:        0.6.1
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        A photo organizer for the GNOME desktop
 Summary(ja):    GNOME デスクトップ向けの画像整理ソフト
 
@@ -49,6 +49,7 @@ Shotwell は GNOME デスクトップ環境用に設計された新しいオー
 ./configure --prefix=/usr --disable-schemas-install
 sed -i -e 's/\\n/\n/g' configure.mk
 sed -i -e 's/^CFLAGS=.*$/CFLAGS=%{optflags}/' Makefile
+sed -i -e 's|LIB_DIRS=.*$|LIB_DIRS=%{_libdir}|' libraw-config
 make %{?_smp_mflags}
 
 
@@ -106,6 +107,9 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Jul 22 2010 Shu KONNO <owa@bg.wakwak.com> - 0.6.1-2
+- fixed LIB_DIRS in libraw-config (for lib64)
+
 * Wed Jul 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.1-1
 - new upstream release
 - added BuildRequires: LibRaw-devel, libgexiv2-devel