rpms/mesa/devel mesa.spec,1.115,1.116

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Sep 30 20:08:56 UTC 2006


Author: sandmann

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

Modified Files:
	mesa.spec 
Log Message:
remove dot after popd, add .gz in %files section


Index: mesa.spec
===================================================================
RCS file: /cvs/dist/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- mesa.spec	30 Sep 2006 18:04:34 -0000	1.115
+++ mesa.spec	30 Sep 2006 20:08:54 -0000	1.116
@@ -276,6 +276,7 @@
 ln -s libOSMesa16.so.6 %{_lib}/libOSMesa16.so
 ln -s libOSMesa32.so.6 %{_lib}/libOSMesa32.so
 
+# Build man pages
 pushd .
 
 cd ../gl-manpages-1.0
@@ -309,11 +310,11 @@
 done
 %endif
 
-# Install man pages, and build lists of the installed files
+# Install man pages
 pushd .
-cd gl-manpages-1.0
+cd ../gl-manpages-1.0
 make install DESTDIR=$RPM_BUILD_ROOT
-popd .
+popd
 
 # Run custom source filelist generator script, passing it a prefix
 %define mesa_source_filelist mesa-source-rpm-filelist.lst
@@ -372,8 +373,8 @@
 %{_includedir}/GL/xmesa_x.h
 %{_includedir}/GL/xmesa_xf86.h
 %{_libdir}/libGL.so
-%{_datadir}/man/man3/gl[^uX]*.3gl
-%{_datadir}/man/man3/glX*.3gl
+%{_datadir}/man/man3/gl[^uX]*.3gl.gz
+%{_datadir}/man/man3/glX*.3gl.gz
 
 %files libGLU
 %defattr(-,root,root,-)
@@ -385,7 +386,7 @@
 %{_libdir}/libGLU.so
 %{_includedir}/GL/glu.h
 %{_includedir}/GL/glu_mangle.h
-%{_datadir}/man/man3/glu*.3gl
+%{_datadir}/man/man3/glu*.3gl.gz
 
 %files libOSMesa
 %defattr(-,root,root,-)
@@ -413,6 +414,9 @@
 
 %changelog
 * Sat Sep 30 2006 Soren Sandmann <sandmann at redhat.com> - 6.5.1-7.fc6
+- Remove . after popd; add .gz in %files section. (#184547)
+
+* Sat Sep 30 2006 Soren Sandmann <sandmann at redhat.com>
 - Use better tarball for gl man pages. (#184547)
 
 * Fri Sep 29 2006 Kristian <krh at redhat.com> - 6.5.1-6.fc6




More information about the fedora-cvs-commits mailing list