SPECS: avahi.spec - added compat-libdns_sd library

freetz freetz at pld-linux.org
Wed Feb 1 23:13:23 CET 2006


Author: freetz                       Date: Wed Feb  1 22:13:23 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added compat-libdns_sd library

---- Files affected:
SPECS:
   avahi.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/avahi.spec
diff -u SPECS/avahi.spec:1.12 SPECS/avahi.spec:1.13
--- SPECS/avahi.spec:1.12	Sat Jan 28 09:53:50 2006
+++ SPECS/avahi.spec	Wed Feb  1 23:13:18 2006
@@ -92,6 +92,40 @@
 %description static -l pl
 Statyczna biblioteka Avahi.
 
+%package compat-libdns_sd
+Summary:	Avahi Bonjour compat library
+Summary(pl):	Biblioteka Avahi zgodna z Bonjour
+Group:		Libraries
+
+%description compat-libdns_sd
+Avahi Bonjour compat library.
+
+%description compat-libdns_sd -l pl
+Biblioteka Avahi zgodna z Bonjour.
+
+%package compat-libdns_sd-devel
+Summary:	Header files for Avahi Bonjour compat library
+Summary(pl):	Pliki nagłówkowe wiązań Avahi dla biblioteki zgodnej z Bonjour
+Group:		Development/Libraries
+
+%description compat-libdns_sd-devel
+Header files for Avahi Bonjour compat library.
+
+%description compat-libdns_sd-devel -l pl
+Pliki nagłówkowe wiązań Avahi dla biblioteki zgodnej z Bonjour
+
+%package compat-libdns_sd-static
+Summary:	Static Avahi Bonjour compat library
+Summary(pl):	Statyczna biblioteka Avahi zgodna Bonjour
+Group:		Development/Libraries
+Requires:	%{name}-libdns_sd-devel = %{version}-%{release}
+
+%description compat-libdns_sd-static
+Static Avahi Bonjour compat library
+
+%description compat-libdns_sd-static -l pl
+Statyczna biblioteka Avahi zgodna Bonjour
+
 %package glib
 Summary:	Avahi GLib library bindings
 Summary(pl):	Wiązania Avahi dla bibioteki GLib
@@ -255,6 +289,7 @@
 %{__autoheader}
 %{__automake}
 %configure \
+	--enable-compat-libdns_sd \
 	--with-distro=none \
 	--disable-qt4 \
 	%{!?with_dotnet:--disable-mono} \
@@ -304,6 +339,9 @@
 %post	libs -p /sbin/ldconfig
 %postun	libs -p /sbin/ldconfig
 
+%post	compat-libdns_sd -p /sbin/ldconfig
+%postun	compat-libdns_sd -p /sbin/ldconfig
+
 %post	glib -p /sbin/ldconfig
 %postun	glib -p /sbin/ldconfig
 
@@ -368,6 +406,21 @@
 %{_libdir}/libavahi-common.a
 %{_libdir}/libavahi-core.a
 
+%files compat-libdns_sd
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libdns_sd.so.*.*.*
+
+%files compat-libdns_sd-devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libdns_sd.so
+%{_libdir}/libdns_sd.la
+%{_includedir}/avahi-compat-libdns_sd
+%{_pkgconfigdir}/avahi-compat-libdns_sd.pc
+
+%files compat-libdns_sd-static
+%defattr(644,root,root,755)
+%{_libdir}/libdns_sd.a
+
 %if %{with dotnet}
 %files -n dotnet-avahi
 %defattr(644,root,root,755)
@@ -438,6 +491,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2006/02/01 22:13:18  freetz
+- added compat-libdns_sd library
+
 Revision 1.12  2006/01/28 08:53:50  freetz
 - dotnet bindings updated, mono autodeps not included (totally broken)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/avahi.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list