packages: shotwell/shotwell.spec - fix building on x86_64 - BR m4 (used in ...

wiget wiget at pld-linux.org
Thu Mar 24 11:40:48 CET 2011


Author: wiget                        Date: Thu Mar 24 10:40:48 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix building on x86_64
- BR m4 (used in Makefile) and bash (used by configure)

---- Files affected:
packages/shotwell:
   shotwell.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: packages/shotwell/shotwell.spec
diff -u packages/shotwell/shotwell.spec:1.12 packages/shotwell/shotwell.spec:1.13
--- packages/shotwell/shotwell.spec:1.12	Thu Mar 24 00:30:25 2011
+++ packages/shotwell/shotwell.spec	Thu Mar 24 11:40:42 2011
@@ -10,6 +10,7 @@
 Patch0:		%{name}-cflags.patch
 URL:		http://yorba.org/shotwell/
 BuildRequires:	GConf2-devel >= 2.22.0
+BuildRequires:	bash
 BuildRequires:	dbus-glib-devel >= 0.80.0
 BuildRequires:	gettext-devel
 BuildRequires:	gexiv2-devel >= 0.2.2
@@ -24,6 +25,7 @@
 BuildRequires:	libunique-devel >= 1.0.0
 BuildRequires:	libusb-compat-devel
 BuildRequires:	libxml2-devel >= 1:2.6.32
+BuildRequires:	m4
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.311
 BuildRequires:	sqlite3-devel >= 3.5.9
@@ -47,6 +49,7 @@
 %patch0 -p1
 
 %build
+# this is not autoconf generated
 ./configure \
 	--prefix=%{_prefix} \
 	--disable-schemas-install \
@@ -61,7 +64,8 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+	DESTDIR=$RPM_BUILD_ROOT \
+	LIB=%{_lib}
 
 rm -r $RPM_BUILD_ROOT%{_localedir}/te_IN
 
@@ -104,6 +108,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2011/03/24 10:40:42  wiget
+- fix building on x86_64
+- BR m4 (used in Makefile) and bash (used by configure)
+
 Revision 1.12  2011/03/23 23:30:25  wiget
 - fix source URL
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/shotwell/shotwell.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list