Author: qboosh Date: Sat Jan 5 02:47:52 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - GPL (v2 included, not specified explicitly) or zlib license can be chosen
---- Files affected: SPECS: allegro-gl.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/allegro-gl.spec diff -u SPECS/allegro-gl.spec:1.10 SPECS/allegro-gl.spec:1.11 --- SPECS/allegro-gl.spec:1.10 Wed Nov 14 15:43:05 2007 +++ SPECS/allegro-gl.spec Sat Jan 5 03:47:47 2008 @@ -4,7 +4,7 @@ Name: allegro-gl Version: 0.4.3 Release: 1 -License: GPL v2+ and zlib +License: GPL v2 or zlib Group: Libraries Source0: http://dl.sourceforge.net/allegrogl/alleggl-%{version}.tar.bz2 # Source0-md5: de84c6ab982499501940854893ea0dbd @@ -70,7 +70,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}{,/allegrogl{,/GLext}}} +install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}/allegrogl/GLext} install include/*.h $RPM_BUILD_ROOT%{_includedir} install include/allegrogl/*.h $RPM_BUILD_ROOT%{_includedir}/allegrogl @@ -85,13 +85,14 @@ %files %defattr(644,root,root,755) -%doc readme.txt todo.txt bugs.txt +%doc bugs.txt readme.txt todo.txt zlib.txt %attr(755,root,root) %{_libdir}/libagl.so %files devel %defattr(644,root,root,755) %doc howto.txt -%{_includedir}/* +%{_includedir}/alleggl*.h +%{_includedir}/allegrogl %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -99,6 +100,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2008-01-05 02:47:47 qboosh +- GPL (v2 included, not specified explicitly) or zlib license can be chosen + Revision 1.10 2007-11-14 14:43:05 lisu - 0.4.3 - double licensed under the GPL and zlib licenses ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/allegro-gl.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
