SPECS: kflickr.spec - unify build process - add patch1

shadzik shadzik at pld-linux.org
Tue Mar 27 01:53:21 CEST 2007


Author: shadzik                      Date: Mon Mar 26 23:53:21 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unify build process
- add patch1

---- Files affected:
SPECS:
   kflickr.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/kflickr.spec
diff -u SPECS/kflickr.spec:1.11 SPECS/kflickr.spec:1.12
--- SPECS/kflickr.spec:1.11	Tue Mar 27 01:45:40 2007
+++ SPECS/kflickr.spec	Tue Mar 27 01:53:16 2007
@@ -9,7 +9,9 @@
 Source0:	http://dl.sourceforge.net/kflickr/%{name}-%{version}.tar.bz2
 # Source0-md5:	de06d62d9998379302af2fa96aebd19f
 Patch0:		%{name}-desktop.patch
+Patch1:		%{name}-am110.patch
 URL:		http://kflickr.sourceforge.net/
+BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	kdelibs-devel >= 9:3.2
 BuildRequires:	rpmbuild(macros) >= 1.129
@@ -52,12 +54,16 @@
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p0
 
 %build
-cp -f /usr/share/automake/config.sub admin
+%{__make} -f admin/Makefile.common cvs
 %configure \
+%if "%{_lib}" == "lib64"
+	--enable-libsuffix=64 \
+%endif
+	--%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
 	--with-qt-libraries=%{_libdir}
-
 %{__make}
 
 %install
@@ -96,6 +102,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2007/03/26 23:53:16  shadzik
+- unify build process
+- add patch1
+
 Revision 1.11  2007/03/26 23:45:40  shadzik
 - 0.8
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kflickr.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list