SPECS: podbrowser.spec - makeinstall macro doesn't apply here
qboosh
qboosh at pld-linux.org
Thu Nov 17 20:12:41 CET 2005
Author: qboosh Date: Thu Nov 17 19:12:41 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- makeinstall macro doesn't apply here
---- Files affected:
SPECS:
podbrowser.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/podbrowser.spec
diff -u SPECS/podbrowser.spec:1.4 SPECS/podbrowser.spec:1.5
--- SPECS/podbrowser.spec:1.4 Thu Nov 17 20:02:25 2005
+++ SPECS/podbrowser.spec Thu Nov 17 20:12:35 2005
@@ -30,12 +30,14 @@
%patch0 -p1
%build
-%{__make} PREFIX=%{_prefix}
+%{__make} \
+ PREFIX=%{_prefix}
%install
rm -rf $RPM_BUILD_ROOT
-%makeinstall PREFIX=$RPM_BUILD_ROOT%{_prefix}
+%{__make} install \
+ PREFIX=$RPM_BUILD_ROOT%{_prefix}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -55,6 +57,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2005/11/17 19:12:35 qboosh
+- makeinstall macro doesn't apply here
+
Revision 1.4 2005/11/17 19:02:25 qboosh
- pl, use _desktopdir macro
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/podbrowser.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list