Author: freetz Date: Sat Feb 11 23:08:27 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.6.6, make a symlink to dns_sd.h to provide full bonjour compatibility
---- Files affected: SPECS: avahi.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/avahi.spec diff -u SPECS/avahi.spec:1.16 SPECS/avahi.spec:1.17 --- SPECS/avahi.spec:1.16 Thu Feb 2 11:51:21 2006 +++ SPECS/avahi.spec Sun Feb 12 00:08:22 2006 @@ -6,12 +6,12 @@ Summary: Free mDNS/DNS-SD implementation Summary(pl): Wolna implementacja mDNS/DNS-SD Name: avahi -Version: 0.6.5 +Version: 0.6.6 Release: 1 License: GPL v.2/LGPL Group: Applications Source0: http://avahi.org/download/%{name}-%{version}.tar.gz -# Source0-md5: 1ecbc3534e3b45cf15269a3f4cfe1dca +# Source0-md5: c7fd8c4a4c3715fa7f9cc2f939ef122d Source1: %{name}-daemon Source2: %{name}-dnsconfd Source3: %{name}.png @@ -308,6 +308,9 @@ install %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir} +ln -sf %{_includedir}/avahi-compat-libdns_sd/dns_sd.h \ + $RPM_BUILD_ROOT%{_includedir}/dns_sd.h + rm -f $RPM_BUILD_ROOT%{py_sitedir}/avahi/{__init__,SimpleGladeApp}.py %clean @@ -368,7 +371,6 @@ %attr(755,root,root) %{_sbindir}/avahi-dnsconfd %dir %{_datadir}/%{name} -%dir %dir %{_datadir}/%{name}/introspection %{_datadir}/%{name}/introspection/*.introspect %{_datadir}/%{name}/avahi-service.dtd @@ -416,6 +418,7 @@ %attr(755,root,root) %{_libdir}/libdns_sd.so %{_libdir}/libdns_sd.la %{_includedir}/avahi-compat-libdns_sd +%{_includedir}/dns_sd.h %{_pkgconfigdir}/avahi-compat-libdns_sd.pc %files compat-libdns_sd-static @@ -492,6 +495,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2006/02/11 23:08:22 freetz +- 0.6.6, make a symlink to dns_sd.h to provide full bonjour compatibility + Revision 1.16 2006/02/02 10:51:21 qboosh - cosmetics ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/avahi.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
