Author: lisu Date: Wed Apr 1 09:07:51 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - final 0.7.2 - merged with DEVEL
---- Files affected: SPECS: quesoglc.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/quesoglc.spec diff -u SPECS/quesoglc.spec:1.8 SPECS/quesoglc.spec:1.9 --- SPECS/quesoglc.spec:1.8 Sat Jan 3 00:36:29 2009 +++ SPECS/quesoglc.spec Wed Apr 1 11:07:46 2009 @@ -2,12 +2,12 @@ Summary: QuesoGLC - free implementation of the OpenGL Character Renderer (GLC) Summary(pl.UTF-8): QuesoGLC - wolnodostępna implementacja "OpenGL Character Renderer" (GLC) Name: quesoglc -Version: 0.7.1 -Release: 2 +Version: 0.7.2 +Release: 1 License: LGPL v2.1+ Group: Libraries Source0: http://dl.sourceforge.net/quesoglc/%{name}-%{version}.tar.bz2 -# Source0-md5: 53e9c5c304369803aa99000916728119 +# Source0-md5: 1c8d394d4f41fa0c5b08eb7ead73c4ef URL: http://quesoglc.sourceforge.net/ BuildRequires: OpenGL-GLU-devel BuildRequires: OpenGL-glut-devel @@ -61,7 +61,6 @@ %build %configure - %{__make} %install @@ -79,18 +78,19 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog README THANKS -%attr(755,root,root) %{_libdir}/libGLC*.so.*.* -%attr(755,root,root) %ghost %{_libdir}/libGLC*.so.? +%attr(755,root,root) %{_libdir}/libGLC.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libGLC.so.? %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libGLC*.so -%{_libdir}/libGLC*.la +%attr(755,root,root) %{_libdir}/libGLC.so +%{_libdir}/libGLC.la %{_includedir}/GL/*.h +%{_pkgconfigdir}/quesoglc.pc %files static %defattr(644,root,root,755) -%{_libdir}/libGLC*.a +%{_libdir}/libGLC.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -98,10 +98,22 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.8 2009/01/02 23:36:29 arvenil -- release 2 -- added %ghost -- cleanup +Revision 1.9 2009/04/01 09:07:46 lisu +- final 0.7.2 +- merged with DEVEL + +Revision 1.7.2.4 2009/03/13 13:07:35 lisu +- up to 0.7.2-RC2 + +Revision 1.7.2.3 2008/11/27 20:38:30 pawelz +- added %%ghost so symlink +- removed some wildcards + +Revision 1.7.2.2 2008/11/24 14:59:42 lisu +- quesoglc.pc packaged into the proper dir + +Revision 1.7.2.1 2008/11/24 13:59:55 lisu +- up to 0.7.2-RC1 Revision 1.7 2008/04/21 19:07:14 qboosh - sorted BRs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/quesoglc.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
