summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsandmann <sandmann@fedoraproject.org>2006-09-30 20:08:54 +0000
committersandmann <sandmann@fedoraproject.org>2006-09-30 20:08:54 +0000
commita7a98d303a2ede34cf463ff9f24ee83a24c5eb86 (patch)
tree9886fc8d687743ff17238b4a3e96940ae1c14863
parent760ef133b392c71d6d0f942526eea4ec16f9abac (diff)
downloadmesa-a7a98d303a2ede34cf463ff9f24ee83a24c5eb86.tar.gz
mesa-a7a98d303a2ede34cf463ff9f24ee83a24c5eb86.tar.xz
mesa-a7a98d303a2ede34cf463ff9f24ee83a24c5eb86.zip
remove dot after popd, add .gz in %files section
-rw-r--r--mesa.spec16
1 files changed, 10 insertions, 6 deletions
diff --git a/mesa.spec b/mesa.spec
index c901e2a..034b401 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -276,6 +276,7 @@ ln -s libOSMesa.so.6 %{_lib}/libOSMesa.so
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 @@ for f in i810 i915 i965 mga r128 r200 r300 radeon savage sis tdfx unichrome; do
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 @@ rm -rf $RPM_BUILD_ROOT
%{_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 @@ rm -rf $RPM_BUILD_ROOT
%{_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 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
+- Remove . after popd; add .gz in %files section. (#184547)
+
+* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com>
- Use better tarball for gl man pages. (#184547)
* Fri Sep 29 2006 Kristian <krh@redhat.com> - 6.5.1-6.fc6