Upgrade to upstream version 0.6
This commit is contained in:
parent
b9d86a784e
commit
2ec9a859ed
@ -1 +1,2 @@
|
|||||||
avahi-0.5.2.tar.gz
|
avahi-0.5.2.tar.gz
|
||||||
|
avahi-0.6.tar.gz
|
||||||
|
18
avahi.spec
18
avahi.spec
@ -1,6 +1,6 @@
|
|||||||
Name: avahi
|
Name: avahi
|
||||||
Version: 0.5.2
|
Version: 0.6
|
||||||
Release: 7
|
Release: 1
|
||||||
Summary: Local network service discovery
|
Summary: Local network service discovery
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -87,7 +87,8 @@ necessary for developing programs using avahi.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .fedora
|
#%patch1 -p1 -b .fedora
|
||||||
|
#^- this patch now upstream
|
||||||
%patch2 -p1 -b .start_after_dbus
|
%patch2 -p1 -b .start_after_dbus
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -97,7 +98,7 @@ libtoolize --force
|
|||||||
automake-1.9 --add-missing
|
automake-1.9 --add-missing
|
||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
%configure --with-distro=fedora --disable-qt4 --disable-mono --disable-mono-docs --with-avahi-user=avahi --with-avahi-group=avahi
|
%configure --with-distro=fedora --disable-qt4 --disable-mono --disable-monodoc --with-avahi-user=avahi --with-avahi-group=avahi --enable-compat-howl
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -170,6 +171,7 @@ fi
|
|||||||
%attr(755,root,root) %{_libdir}/libavahi-common.so.*
|
%attr(755,root,root) %{_libdir}/libavahi-common.so.*
|
||||||
%attr(755,root,root) %{_libdir}/libavahi-core.so.*
|
%attr(755,root,root) %{_libdir}/libavahi-core.so.*
|
||||||
%attr(755,root,root) %{_libdir}/libavahi-client.so.*
|
%attr(755,root,root) %{_libdir}/libavahi-client.so.*
|
||||||
|
%attr(755,root,root) %{_libdir}/libavahi-compat-howl.so.*
|
||||||
%attr(755,root,root) %{_datadir}/avahi
|
%attr(755,root,root) %{_datadir}/avahi
|
||||||
%exclude %{_datadir}/avahi/interfaces
|
%exclude %{_datadir}/avahi/interfaces
|
||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
@ -188,11 +190,15 @@ fi
|
|||||||
%attr(755,root,root) %{_libdir}/libavahi-common.so
|
%attr(755,root,root) %{_libdir}/libavahi-common.so
|
||||||
%attr(755,root,root) %{_libdir}/libavahi-core.so
|
%attr(755,root,root) %{_libdir}/libavahi-core.so
|
||||||
%attr(755,root,root) %{_libdir}/libavahi-client.so
|
%attr(755,root,root) %{_libdir}/libavahi-client.so
|
||||||
|
%attr(755,root,root) %{_libdir}/libavahi-compat-howl.so
|
||||||
%{_includedir}/avahi-client/
|
%{_includedir}/avahi-client/
|
||||||
%{_includedir}/avahi-common/
|
%{_includedir}/avahi-common/
|
||||||
%{_includedir}/avahi-core/
|
%{_includedir}/avahi-core/
|
||||||
|
%{_includedir}/avahi-compat-howl/
|
||||||
%{_libdir}/pkgconfig/avahi-core.pc
|
%{_libdir}/pkgconfig/avahi-core.pc
|
||||||
%{_libdir}/pkgconfig/avahi-client.pc
|
%{_libdir}/pkgconfig/avahi-client.pc
|
||||||
|
%{_libdir}/pkgconfig/avahi-compat-howl.pc
|
||||||
|
%{_libdir}/pkgconfig/avahi-compat-libdns_sd.pc
|
||||||
|
|
||||||
%files glib
|
%files glib
|
||||||
%defattr(-, root, root, 0755)
|
%defattr(-, root, root, 0755)
|
||||||
@ -215,6 +221,10 @@ fi
|
|||||||
%{_includedir}/avahi-qt3
|
%{_includedir}/avahi-qt3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 21 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6-1
|
||||||
|
- Upgrade to upstream version 0.6 - now provides 'avahi-howl-compat'
|
||||||
|
libraries / includes.
|
||||||
|
|
||||||
* Mon Nov 14 2005 Jason Vas Dias<jvdias@redhat.com> - 0.5.2-7
|
* Mon Nov 14 2005 Jason Vas Dias<jvdias@redhat.com> - 0.5.2-7
|
||||||
- fix bug 172034: fix ownership of /var/run/avahi-daemon/
|
- fix bug 172034: fix ownership of /var/run/avahi-daemon/
|
||||||
- fix bug 172772: .spec file improvements from matthias@rpmforge.net
|
- fix bug 172772: .spec file improvements from matthias@rpmforge.net
|
||||||
|
Loading…
Reference in New Issue
Block a user