rpms/mesa/devel mesa.spec,1.111,1.112

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 29 16:34:03 UTC 2006


Author: sandmann

Update of /cvs/dist/rpms/mesa/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19262

Modified Files:
	mesa.spec 
Log Message:
Write complete paths in the man page filelists


Index: mesa.spec
===================================================================
RCS file: /cvs/dist/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- mesa.spec	29 Sep 2006 15:59:04 -0000	1.111
+++ mesa.spec	29 Sep 2006 16:34:01 -0000	1.112
@@ -305,7 +305,7 @@
     rm -f ../$y.lst
     for x in `ls *.3gl`; do
         gzip -c $x > $x.gz
-	echo $x.gz >> ../$y.lst
+	echo %{_mandir}/man3/$x.gz >> ../$y.lst
         install -m 0644 $x.gz $RPM_BUILD_ROOT%{_mandir}/man3
     done
 done




More information about the fedora-cvs-commits mailing list