SPECS: dx.spec - simplified

qboosh qboosh at pld-linux.org
Sat Feb 4 16:39:25 CET 2006


Author: qboosh                       Date: Sat Feb  4 15:39:25 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- simplified

---- Files affected:
SPECS:
   dx.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: SPECS/dx.spec
diff -u SPECS/dx.spec:1.38 SPECS/dx.spec:1.39
--- SPECS/dx.spec:1.38	Sat Feb  4 16:21:51 2006
+++ SPECS/dx.spec	Sat Feb  4 16:39:20 2006
@@ -138,9 +138,7 @@
 
 %{__make}
 
-cd %{name}samples-%{version}
-%{__make}
-cd ..
+%{__make} -C %{name}samples-%{version}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -148,10 +146,8 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-cd %{name}samples-%{version}
-%{__make} install \
+%{__make} -C %{name}samples-%{version} install \
 	DESTDIR=$RPM_BUILD_ROOT
-cd ..
 
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_includedir},%{_mandir},%{_desktopdir},%{_pixmapsdir}}
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
@@ -217,6 +213,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2006/02/04 15:39:20  qboosh
+- simplified
+
 Revision 1.38  2006/02/04 15:21:51  maciek2w
 - fixed packing examples
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dx.spec?r1=1.38&r2=1.39&f=u



More information about the pld-cvs-commit mailing list