Author: qboosh Date: Sat Feb 16 21:07:50 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - more verbose files, moved base docs to base - removed PostScript specs (glut-3.spec.ps.gz): "No part of this documentation may be reproduced, in any form or by any means, without permission in writing from the author." Anyway it was unpackaged in binary rpm
---- Files affected: SPECS: glut.spec (1.61 -> 1.62) ---- Diffs: ================================================================ Index: SPECS/glut.spec diff -u SPECS/glut.spec:1.61 SPECS/glut.spec:1.62 --- SPECS/glut.spec:1.61 Wed Sep 5 18:03:57 2007 +++ SPECS/glut.spec Sat Feb 16 22:07:45 2008 @@ -8,8 +8,6 @@ Group: Libraries Source0: http://www.opengl.org/resources/libraries/glut/%{name}-%{version}.tar.gz # Source0-md5: dc932666e2a1c8a0b148a4c32d111ef3 -Source1: http://www.opengl.org/resources/libraries/glut/%{name}-3.spec.ps.gz -# Source1-md5: 7be4cfb04953bca413482890279c8b31 Patch0: %{name}-examples-paths.patch Patch1: %{name}-link.patch Patch2: %{name}-lib64.patch @@ -82,8 +80,6 @@ %patch2 -p1 %endif -install %{SOURCE1} . - %build rm -f Glut.cf cp -f linux/Glut.cf . @@ -155,20 +151,28 @@ %files %defattr(644,root,root,755) +%doc NOTICE CHANGES FAQ.glut README README.{fortran,glut2,glut3,man,mui,xinput} %attr(755,root,root) %{_libdir}/libglut.so.*.* -%ghost %{_libdir}/libglut.so.3 +%attr(755,root,root) %ghost %{_libdir}/libglut.so.3 %files devel %defattr(644,root,root,755) -%doc NOTICE CHANGES FAQ.glut README* -%{_includedir}/GL/*.h +%attr(755,root,root) %{_libdir}/libglut.so +%{_includedir}/GL/glut.h +# Fortran GL/GLU/GLUT interface +%{_includedir}/GL/fgl.h +%{_includedir}/GL/fglu.h +%{_includedir}/GL/fglut.h +# other extensions +%{_includedir}/GL/glsmap.h %{_includedir}/mui -%{_libdir}/libglut.so -%{_mandir}/man3/* +%{_mandir}/man3/glut*.3xglut* +%{_mandir}/man3/intro.3xglut* %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libglsmap.a +%{_libdir}/libmui.a %files examples %defattr(644,root,root,755) @@ -180,6 +184,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.62 2008-02-16 21:07:45 qboosh +- more verbose files, moved base docs to base +- removed PostScript specs (glut-3.spec.ps.gz): + "No part of this documentation may be reproduced, in any form or by any means, + without permission in writing from the author." + Anyway it was unpackaged in binary rpm + Revision 1.61 2007-09-05 16:03:57 baggins - rel 18 - fixed soname symlinks ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/glut.spec?r1=1.61&r2=1.62&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
