Author: qboosh Date: Sat Feb 9 16:25:59 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - ghost soname symlink - existing License version (it's LGPL)
---- Files affected: SPECS: libggz.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/libggz.spec diff -u SPECS/libggz.spec:1.7 SPECS/libggz.spec:1.8 --- SPECS/libggz.spec:1.7 Sat Aug 4 13:46:15 2007 +++ SPECS/libggz.spec Sat Feb 9 17:25:54 2008 @@ -4,13 +4,13 @@ Name: libggz Version: 0.0.14 Release: 1 -License: GPL v2.1+ +License: LGPL v2.1+ Group: Libraries Source0: http://ftp.belnet.be/packages/ggzgamingzone/ggz/0.0.14/%{name}-%{version}.tar.gz # Source0-md5: dfd0039042e1bc6c899faaa63d56dad1 Patch0: %{name}-link.patch URL: http://www.ggzgamingzone.org/ -BuildRequires: autoconf +BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: gnutls-devel BuildRequires: libgcrypt-devel @@ -84,12 +84,15 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README* %attr(755,root,root) %{_libdir}/libggz.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libggz.so.2 %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libggz.so %{_libdir}/libggz.la -%{_includedir}/ggz*.h +%{_includedir}/ggz.h +%{_includedir}/ggz_common.h +%{_includedir}/ggz_dio.h %{_mandir}/man3/ggz.h.3* %files static @@ -102,6 +105,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2008-02-09 16:25:54 qboosh +- ghost soname symlink +- existing License version (it's LGPL) + Revision 1.7 2007-08-04 11:46:15 qboosh - added link patch, pass --with-gnutls-libraries to fix libggz.la ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libggz.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
