Author: qboosh Date: Sat Mar 8 14:10:10 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated deps, added docs - updated configure options to actually use avahi and enable IPv6 - License is GPL (v2+; with howl exception, but we don't use it anyway)
---- Files affected: SPECS: obby.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/obby.spec diff -u SPECS/obby.spec:1.15 SPECS/obby.spec:1.16 --- SPECS/obby.spec:1.15 Sat Mar 8 14:36:46 2008 +++ SPECS/obby.spec Sat Mar 8 15:10:04 2008 @@ -4,17 +4,18 @@ Name: obby Version: 0.4.5 Release: 1 -License: BSD +License: GPL v2+ Group: Libraries Source0: http://releases.0x539.de/obby/%{name}-%{version}.tar.gz # Source0-md5: bc1e0d2bf7115fe53a54cb4d2d0776b7 URL: http://gobby.0x539.de/ -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: avahi-devel -BuildRequires: gmp-c++-devel +BuildRequires: autoconf >= 2.59 +BuildRequires: automake >= 1:1.9 +BuildRequires: avahi-devel >= 0.6 +BuildRequires: gettext-devel >= 0.15 +BuildRequires: libstdc++-devel BuildRequires: libtool -BuildRequires: net6-devel >= 1.3.0 +BuildRequires: net6-devel >= 1.3.3 BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -30,9 +31,8 @@ Summary(pt_BR.UTF-8): Arquivos do pacote obby para desenvolvimento Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: avahi-devel -Requires: gmp-c++-devel -Requires: net6-devel >= 1.2.1 +Requires: avahi-devel >= 0.6 +Requires: net6-devel >= 1.3.3 %description devel Header files for obby. @@ -70,12 +70,12 @@ %{__automake} %{__autoconf} %configure \ - --with-howl + --enable-ipv6 \ + --with-zeroconf %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_mandir}/man3} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -90,18 +90,20 @@ %files -f %{name}.lang %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_libdir}/libobby-0.4.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libobby-0.4.so.1 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libobby.so +%{_libdir}/libobby.la %{_includedir}/%{name} -%{_pkgconfigdir}/%{name}* +%{_pkgconfigdir}/obby-0.4.pc %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libobby.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -109,6 +111,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2008-03-08 14:10:04 qboosh +- updated deps, added docs +- updated configure options to actually use avahi and enable IPv6 +- License is GPL (v2+; with howl exception, but we don't use it anyway) + Revision 1.15 2008-03-08 13:36:46 qboosh - updated descs to contain some information what it is ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/obby.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
