Author: qboosh Date: Sun Jan 27 22:00:54 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added simple descs (from .pc file) - OpenGL deps
---- Files affected: SPECS: liboglappth.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/liboglappth.spec diff -u SPECS/liboglappth.spec:1.1 SPECS/liboglappth.spec:1.2 --- SPECS/liboglappth.spec:1.1 Thu Nov 1 07:17:52 2007 +++ SPECS/liboglappth.spec Sun Jan 27 23:00:49 2008 @@ -1,28 +1,34 @@ # $Revision$, $Date$ -Summary: - -Summary(pl.UTF-8): -j +Summary: Library for portable OpenGL applications +Summary(pl.UTF-8): Biblioteka dla przenośnych aplikacji OpenGL Name: liboglappth Version: 0.96 Release: 0.1 -License: GPL +License: GPL v2 Group: Libraries Source0: http://bioinformatics.org/ghemical/download/current/%{name}-%{version}.tar.gz # Source0-md5: babb1907ca0a52c6879c003239701217 URL: http://bioinformatics.org/ghemical/ghemical/index.html +BuildRequires: OpenGL-GLU-devel +BuildRequires: OpenGL-glut-devel BuildRequires: libstdc++-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -- +A library for creating portable OpenGL applications with easy-to-code +scene setup and selection operations. %description -l pl.UTF-8 -- +Biblioteka do tworzenia przenośnych aplikacji OpenGL z łatwymi do +kodowania operacjami tworzenia i wyboru sceny. %package devel Summary: Header files for liboglappth library Summary(pl.UTF-8): Pliki nagłówkowe bibliotekliboglappth Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: OpenGL-GLU-devel +Requires: OpenGL-glut-devel Requires: libstdc++-devel %description devel @@ -66,6 +72,7 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog %attr(755,root,root) %{_libdir}/%{name}.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/%{name}.so.1 %files devel %defattr(644,root,root,755) @@ -84,6 +91,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008-01-27 22:00:49 qboosh +- added simple descs (from .pc file) +- OpenGL deps + Revision 1.1 2007-11-01 06:17:52 wolvverine - new, TODO:BR,description - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/liboglappth.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
