Upgrade to 0.6.1
This commit is contained in:
parent
9b769d52b8
commit
ca4cf5592a
@ -1,2 +1,3 @@
|
|||||||
avahi-0.5.2.tar.gz
|
avahi-0.5.2.tar.gz
|
||||||
avahi-0.6.tar.gz
|
avahi-0.6.tar.gz
|
||||||
|
avahi-0.6.1.tar.gz
|
||||||
|
32
avahi.spec
32
avahi.spec
@ -1,6 +1,6 @@
|
|||||||
Name: avahi
|
Name: avahi
|
||||||
Version: 0.6
|
Version: 0.6.1
|
||||||
Release: 6
|
Release: 1
|
||||||
Summary: Local network service discovery
|
Summary: Local network service discovery
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -102,7 +102,7 @@ libtoolize --force
|
|||||||
automake-1.9 --add-missing
|
automake-1.9 --add-missing
|
||||||
autoconf
|
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}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -184,7 +184,8 @@ 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) %{_libdir}/libhowl.so.*
|
||||||
|
%attr(755,root,root) %{_libdir}/libdns_sd.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/*
|
||||||
@ -203,11 +204,13 @@ 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) %{_libdir}/libhowl.so
|
||||||
%{_includedir}/avahi-client/*
|
%attr(755,root,root) %{_libdir}/libdns_sd.so
|
||||||
%{_includedir}/avahi-common/*
|
%{_includedir}/avahi-client
|
||||||
%{_includedir}/avahi-core/*
|
%{_includedir}/avahi-common
|
||||||
%{_includedir}/avahi-compat-howl/*
|
%{_includedir}/avahi-core
|
||||||
|
%{_includedir}/avahi-compat-howl
|
||||||
|
%{_includedir}/avahi-compat-libdns_sd
|
||||||
%{_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-howl.pc
|
||||||
@ -218,9 +221,9 @@ fi
|
|||||||
%{_libdir}/libavahi-glib.so.*
|
%{_libdir}/libavahi-glib.so.*
|
||||||
|
|
||||||
%files glib-devel
|
%files glib-devel
|
||||||
%defattr(0644, root, root, 0644)
|
%defattr(0644, root, root, 0755)
|
||||||
%attr(755,root,root) %{_libdir}/libavahi-glib.so
|
%attr(755,root,root) %{_libdir}/libavahi-glib.so
|
||||||
%{_includedir}/avahi-glib/*
|
%{_includedir}/avahi-glib
|
||||||
%{_libdir}/pkgconfig/avahi-glib.pc
|
%{_libdir}/pkgconfig/avahi-glib.pc
|
||||||
|
|
||||||
%files qt3
|
%files qt3
|
||||||
@ -229,11 +232,14 @@ fi
|
|||||||
%{_libdir}/pkgconfig/avahi-qt3.pc
|
%{_libdir}/pkgconfig/avahi-qt3.pc
|
||||||
|
|
||||||
%files qt3-devel
|
%files qt3-devel
|
||||||
%defattr(0644, root, root, 0644)
|
%defattr(0644, root, root, 0755)
|
||||||
%attr(755,root,root) %{_libdir}/libavahi-qt3.so
|
%attr(755,root,root) %{_libdir}/libavahi-qt3.so
|
||||||
%{_includedir}/avahi-qt3/*
|
%{_includedir}/avahi-qt3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 12 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6.1-1
|
||||||
|
- Upgrade to 0.6.1
|
||||||
|
|
||||||
* Mon Dec 05 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6-6
|
* Mon Dec 05 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6-6
|
||||||
- fix bug 174799 - fix .spec file \%files permissions
|
- fix bug 174799 - fix .spec file \%files permissions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user