From ca4cf5592a0a51d6441f7ccb5a4fd19091facf8c Mon Sep 17 00:00:00 2001 From: jvdias Date: Dec 07 2005 18:49:56 +0000 Subject: Upgrade to 0.6.1 --- diff --git a/.cvsignore b/.cvsignore index 5e7a19a..2d02305 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ avahi-0.5.2.tar.gz avahi-0.6.tar.gz +avahi-0.6.1.tar.gz diff --git a/avahi.spec b/avahi.spec index e1c50f4..f7b0a3d 100644 --- a/avahi.spec +++ b/avahi.spec @@ -1,6 +1,6 @@ Name: avahi -Version: 0.6 -Release: 6 +Version: 0.6.1 +Release: 1 Summary: Local network service discovery Group: System Environment/Base @@ -102,7 +102,7 @@ libtoolize --force automake-1.9 --add-missing autoconf -%configure --with-distro=fedora --disable-qt4 --disable-mono --disable-monodoc --without-python-twisted --with-avahi-user=avahi --with-avahi-group=avahi --enable-compat-howl +%configure --with-distro=fedora --disable-qt4 --disable-mono --disable-monodoc --without-python-twisted --with-avahi-user=avahi --with-avahi-group=avahi --enable-compat-howl --enable-compat-libdns_sd make %{?_smp_mflags} @@ -184,7 +184,8 @@ fi %attr(755,root,root) %{_libdir}/libavahi-common.so.* %attr(755,root,root) %{_libdir}/libavahi-core.so.* %attr(755,root,root) %{_libdir}/libavahi-client.so.* -%attr(755,root,root) %{_libdir}/libavahi-compat-howl.so.* +%attr(755,root,root) %{_libdir}/libhowl.so.* +%attr(755,root,root) %{_libdir}/libdns_sd.so.* %attr(755,root,root) %{_datadir}/avahi %exclude %{_datadir}/avahi/interfaces %{_mandir}/man5/* @@ -203,11 +204,13 @@ fi %attr(755,root,root) %{_libdir}/libavahi-common.so %attr(755,root,root) %{_libdir}/libavahi-core.so %attr(755,root,root) %{_libdir}/libavahi-client.so -%attr(755,root,root) %{_libdir}/libavahi-compat-howl.so -%{_includedir}/avahi-client/* -%{_includedir}/avahi-common/* -%{_includedir}/avahi-core/* -%{_includedir}/avahi-compat-howl/* +%attr(755,root,root) %{_libdir}/libhowl.so +%attr(755,root,root) %{_libdir}/libdns_sd.so +%{_includedir}/avahi-client +%{_includedir}/avahi-common +%{_includedir}/avahi-core +%{_includedir}/avahi-compat-howl +%{_includedir}/avahi-compat-libdns_sd %{_libdir}/pkgconfig/avahi-core.pc %{_libdir}/pkgconfig/avahi-client.pc %{_libdir}/pkgconfig/avahi-compat-howl.pc @@ -218,9 +221,9 @@ fi %{_libdir}/libavahi-glib.so.* %files glib-devel -%defattr(0644, root, root, 0644) +%defattr(0644, root, root, 0755) %attr(755,root,root) %{_libdir}/libavahi-glib.so -%{_includedir}/avahi-glib/* +%{_includedir}/avahi-glib %{_libdir}/pkgconfig/avahi-glib.pc %files qt3 @@ -229,11 +232,14 @@ fi %{_libdir}/pkgconfig/avahi-qt3.pc %files qt3-devel -%defattr(0644, root, root, 0644) +%defattr(0644, root, root, 0755) %attr(755,root,root) %{_libdir}/libavahi-qt3.so -%{_includedir}/avahi-qt3/* +%{_includedir}/avahi-qt3 %changelog +* Wed Dec 12 2005 Jason Vas Dias - 0.6.1-1 +- Upgrade to 0.6.1 + * Mon Dec 05 2005 Jason Vas Dias - 0.6-6 - fix bug 174799 - fix .spec file \%files permissions diff --git a/sources b/sources index fa08026..869fa0b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -297c87077f5a0462f5cdb656351702e8 avahi-0.6.tar.gz +330613902c59bd597f140a8254e9f4ec avahi-0.6.1.tar.gz