Move avahi-discover from avahi-tools to avahi-ui-tools
This commit is contained in:
parent
20e9213295
commit
a17ac137da
19
avahi.spec
19
avahi.spec
@ -6,7 +6,7 @@
|
|||||||
%endif
|
%endif
|
||||||
Name: avahi
|
Name: avahi
|
||||||
Version: 0.6.25
|
Version: 0.6.25
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Local network service discovery
|
Summary: Local network service discovery
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
@ -53,7 +53,7 @@ convenient.
|
|||||||
%package tools
|
%package tools
|
||||||
Summary: Command line tools for mDNS browsing and publishing
|
Summary: Command line tools for mDNS browsing and publishing
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %{name} = %{version}-%{release}, gtk2, pygtk2, pygtk2-libglade, gdbm, python, dbus-python
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
Command line tools that use avahi to browse and publish mDNS services.
|
Command line tools that use avahi to browse and publish mDNS services.
|
||||||
@ -65,6 +65,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Requires: %{name}-ui = %{version}-%{release}
|
Requires: %{name}-ui = %{version}-%{release}
|
||||||
Requires: vnc
|
Requires: vnc
|
||||||
Requires: openssh-clients
|
Requires: openssh-clients
|
||||||
|
Requires: gtk2, pygtk2, pygtk2-libglade, gdbm, python, dbus-python
|
||||||
|
|
||||||
%description ui-tools
|
%description ui-tools
|
||||||
Graphical user interface tools that use Avahi to browse for mDNS services.
|
Graphical user interface tools that use Avahi to browse for mDNS services.
|
||||||
@ -452,19 +453,23 @@ fi
|
|||||||
%files tools
|
%files tools
|
||||||
%defattr(0644, root, root, 0755)
|
%defattr(0644, root, root, 0755)
|
||||||
%attr(0755,root,root) %{_bindir}/*
|
%attr(0755,root,root) %{_bindir}/*
|
||||||
# These are .py files only, so they don't go in lib64
|
|
||||||
%{_prefix}/lib/python?.?/site-packages/*
|
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_datadir}/avahi/interfaces/
|
|
||||||
%exclude %{_bindir}/avahi-discover-standalone
|
%exclude %{_bindir}/avahi-discover-standalone
|
||||||
%exclude %{_bindir}/b*
|
%exclude %{_bindir}/b*
|
||||||
|
%exclude %{_bindir}/avahi-discover
|
||||||
%exclude %{_mandir}/man1/b*
|
%exclude %{_mandir}/man1/b*
|
||||||
|
%exclude %{_mandir}/man1/avahi-discover*
|
||||||
|
|
||||||
%files ui-tools
|
%files ui-tools
|
||||||
%defattr(0644, root, root, 0755)
|
%defattr(0644, root, root, 0755)
|
||||||
%attr(0755,root,root) %{_bindir}/b*
|
%attr(0755,root,root) %{_bindir}/b*
|
||||||
|
%attr(0755,root,root) %{_bindir}/avahi-discover
|
||||||
%{_mandir}/man1/b*
|
%{_mandir}/man1/b*
|
||||||
|
%{_mandir}/man1/avahi-discover*
|
||||||
%{_datadir}/applications/b*.desktop
|
%{_datadir}/applications/b*.desktop
|
||||||
|
# These are .py files only, so they don't go in lib64
|
||||||
|
%{_prefix}/lib/python?.?/site-packages/*
|
||||||
|
%{_datadir}/avahi/interfaces/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(0644, root, root, 0755)
|
%defattr(0644, root, root, 0755)
|
||||||
@ -572,6 +577,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 25 2010 Lennart Poettering <lpoetter@redhat.com> - 0.6.25-6
|
||||||
|
- Move avahi-discover from avahi-tools to avahi-ui-tools
|
||||||
|
- https://bugzilla.redhat.com/show_bug.cgi?id=513768
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.25-5
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.25-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user