SPECS: dx.spec - fixed packing examples

maciek2w maciek2w at pld-linux.org
Sat Feb 4 16:21:56 CET 2006


Author: maciek2w                     Date: Sat Feb  4 15:21:56 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed packing examples

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

---- Diffs:

================================================================
Index: SPECS/dx.spec
diff -u SPECS/dx.spec:1.37 SPECS/dx.spec:1.38
--- SPECS/dx.spec:1.37	Sat Feb  4 13:27:11 2006
+++ SPECS/dx.spec	Sat Feb  4 16:21:51 2006
@@ -126,19 +126,21 @@
 	--enable-new-keylayout \
 	--without-javadx
 
-( cd %{name}samples-%{version} && \
-  %{__aclocal} && \
-  %{__autoheader} && \
-  %{__autoconf} && \
-  %{__automake} && \
-  %configure \
+cd %{name}samples-%{version}
+%{__aclocal}
+%{__autoheader}
+%{__autoconf}
+%{__automake}
+%configure \
 	--prefix=%{_examplesdir} \
-	--without-javadx \
-)
+	--without-javadx
+cd ..
 
 %{__make}
 
-( cd %{name}samples-%{version} && %{__make} )
+cd %{name}samples-%{version}
+%{__make}
+cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -146,7 +148,10 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-( cd %{name}samples-%{version} && %{__make} install DESTDIR=$RPM_BUILD_ROOT )
+cd %{name}samples-%{version}
+%{__make} 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}
@@ -212,6 +217,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2006/02/04 15:21:51  maciek2w
+- fixed packing examples
+
 Revision 1.37  2006/02/04 12:27:11  maciek2w
 - packed examples
 - rel. 9
================================================================

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



More information about the pld-cvs-commit mailing list