Author: freetz Date: Thu Feb 16 11:25:53 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added howl compat library, rel.2
---- Files affected: SPECS: avahi.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: SPECS/avahi.spec diff -u SPECS/avahi.spec:1.18 SPECS/avahi.spec:1.19 --- SPECS/avahi.spec:1.18 Wed Feb 15 09:49:47 2006 +++ SPECS/avahi.spec Thu Feb 16 12:25:47 2006 @@ -7,7 +7,7 @@ Summary(pl): Wolna implementacja mDNS/DNS-SD Name: avahi Version: 0.6.7 -Release: 1 +Release: 2 License: GPL v.2/LGPL Group: Applications Source0: http://avahi.org/download/%{name}-%{version}.tar.gz @@ -127,6 +127,44 @@ %description compat-libdns_sd-static -l pl Statyczna biblioteka Avahi zgodna z Bonjour. +%package compat-howl +Summary: Avahi Howl compat library +Summary(pl): Biblioteka Avahi zgodna z Howl +Group: Libraries +Obsoletes: howl-libs + +%description compat-howl +Avahi Howl compat library. + +%description compat-howl -l pl +Biblioteka Avahi zgodna z Howl. + +%package compat-howl-devel +Summary: Header files for Avahi Howl compat library +Summary(pl): Pliki nagłówkowe wiązań Avahi dla biblioteki zgodnej z Howl +Group: Development/Libraries +Requires: %{name}-compat-howl = %{version}-%{release} +Obsoletes: howl-devel + +%description compat-howl-devel +Header files for Avahi Howl compat library. + +%description compat-howl-devel -l pl +Pliki nagłówkowe wiązań Avahi dla biblioteki zgodnej z Howl. + +%package compat-howl-static +Summary: Static Avahi Howl compat library +Summary(pl): Statyczna biblioteka Avahi zgodna z Howl +Group: Development/Libraries +Requires: %{name}-howl-devel = %{version}-%{release} +Obsoletes: howl-static + +%description compat-howl-static +Static Avahi Howl compat library. + +%description compat-howl-static -l pl +Statyczna biblioteka Avahi zgodna z Howl. + %package glib Summary: Avahi GLib library bindings Summary(pl): Wiązania Avahi dla bibioteki GLib @@ -291,6 +329,7 @@ %{__automake} %configure \ --enable-compat-libdns_sd \ + --enable-compat-howl \ --with-distro=none \ --disable-qt4 \ %{!?with_dotnet:--disable-mono} \ @@ -311,6 +350,9 @@ ln -sf %{_includedir}/avahi-compat-libdns_sd/dns_sd.h \ $RPM_BUILD_ROOT%{_includedir}/dns_sd.h +ln -sf %{_pkgconfigdir}/avahi-compat-howl.pc \ + $RPM_BUILD_ROOT%{_pkgconfigdir}/howl.pc + rm -f $RPM_BUILD_ROOT%{py_sitedir}/avahi/{__init__,SimpleGladeApp}.py %clean @@ -346,6 +388,9 @@ %post compat-libdns_sd -p /sbin/ldconfig %postun compat-libdns_sd -p /sbin/ldconfig +%post compat-howl -p /sbin/ldconfig +%postun compat-howl -p /sbin/ldconfig + %post glib -p /sbin/ldconfig %postun glib -p /sbin/ldconfig @@ -426,6 +471,22 @@ %defattr(644,root,root,755) %{_libdir}/libdns_sd.a +%files compat-howl +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libhowl.so.*.*.* + +%files compat-howl-devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libhowl.so +%{_libdir}/libhowl.la +%{_includedir}/avahi-compat-howl +%{_pkgconfigdir}/avahi-compat-howl.pc +%{_pkgconfigdir}/howl.pc + +%files compat-howl-static +%defattr(644,root,root,755) +%{_libdir}/libhowl.a + %if %{with dotnet} %files -n dotnet-avahi %defattr(644,root,root,755) @@ -496,6 +557,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2006/02/16 11:25:47 freetz +- added howl compat library, rel.2 + Revision 1.18 2006/02/15 08:49:47 freetz - 0.6.7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/avahi.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
