SPECS: libkipi.spec - no need for BR:unsermake.

pluto pluto at pld-linux.org
Thu Mar 9 13:00:49 CET 2006


Author: pluto                        Date: Thu Mar  9 12:00:49 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no need for BR:unsermake.

---- Files affected:
SPECS:
   libkipi.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/libkipi.spec
diff -u SPECS/libkipi.spec:1.12 SPECS/libkipi.spec:1.13
--- SPECS/libkipi.spec:1.12	Wed Mar  8 23:45:14 2006
+++ SPECS/libkipi.spec	Thu Mar  9 13:00:43 2006
@@ -14,7 +14,6 @@
 BuildRequires:	gettext-devel
 BuildRequires:	kdelibs-devel >= 9:3.2.0
 BuildRequires:	rpmbuild(macros) >= 1.164
-BuildRequires:	unsermake >= 051225
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -42,19 +41,18 @@
 
 %build
 cp -f /usr/share/automake/config.sub admin
-export UNSERMAKE=/usr/share/unsermake/unsermake
-%{__unsermake} -f admin/Makefile.common cvs
+%{__make} -f admin/Makefile.common cvs
 
 %configure \
 	--with-qt-libraries=%{_libdir} \
 	--enable-final
 
-%{__unsermake}
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__unsermake} install \
+%{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	kde_htmldir=%{_kdedocdir} \
 	kde_libs_htmldir=%{_kdedocdir}
@@ -87,6 +85,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2006/03/09 12:00:43  pluto
+- no need for BR:unsermake.
+
 Revision 1.12  2006/03/08 22:45:14  maciek2w
 - updated to 0.1.2
 - BR: unsermake >= 051225 (req newer version)
================================================================

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



More information about the pld-cvs-commit mailing list