SPECS: lapack.spec - fixed manpages installation

wrobell wrobell at pld-linux.org
Tue Aug 7 02:07:50 CEST 2007


Author: wrobell                      Date: Tue Aug  7 00:07:50 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed manpages installation

---- Files affected:
SPECS:
   lapack.spec (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: SPECS/lapack.spec
diff -u SPECS/lapack.spec:1.33 SPECS/lapack.spec:1.34
--- SPECS/lapack.spec:1.33	Tue Aug  7 00:38:36 2007
+++ SPECS/lapack.spec	Tue Aug  7 02:07:45 2007
@@ -147,14 +147,14 @@
 rm -f man/manl/{lsame,xerbla}.l
 
 install -d $RPM_BUILD_ROOT%{_mandir}/man3
-for d in man/manl/*.l blas/man/manl/*.l ; do
+for d in manpages/man/manl/*.l manpages/blas/man/manl/*.l ; do
 	install $d $RPM_BUILD_ROOT%{_mandir}/man3/`basename $d .l`.3
 done
 
 echo "%defattr(644, root, root, 755)" > blasmans.list
-find blas/man/manl -name "*.l" -printf "%{_mandir}/man3/%%f\n" | sed 's/\.l/.3*/' >> blasmans.list
+find manpages/blas/man/manl -name "*.l" -printf "%{_mandir}/man3/%%f\n" | sed 's/\.l/.3*/' >> blasmans.list
 echo "%defattr(644, root, root, 755)" > mans.list
-find man/manl -name "*.l" -printf "%{_mandir}/man3/%%f\n" | sed 's/\.l/.3*/' >> mans.list
+find manpages/man/manl -name "*.l" -printf "%{_mandir}/man3/%%f\n" | sed 's/\.l/.3*/' >> mans.list
 
 %clean
 rm -fr $RPM_BUILD_ROOT
@@ -198,6 +198,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34  2007/08/07 00:07:45  wrobell
+- fixed manpages installation
+
 Revision 1.33  2007/08/06 22:38:36  wrobell
 - download manpages file with version number in name
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lapack.spec?r1=1.33&r2=1.34&f=u



More information about the pld-cvs-commit mailing list