avahi: require python-avahi for avahi-discover [release 0.6.31-7mamba;Tue Nov 04 2014]

This commit is contained in:
Silvan Calarco 2024-01-05 20:42:43 +01:00
parent bf5c7050ab
commit cef7d60827

View File

@ -5,7 +5,7 @@
Name: avahi Name: avahi
Version: 0.6.31 Version: 0.6.31
Release: 6mamba Release: 7mamba
Summary: A system which facilitates service discovery on a local network Summary: A system which facilitates service discovery on a local network
Group: Applications/Networking Group: Applications/Networking
Vendor: openmamba Vendor: openmamba
@ -79,6 +79,7 @@ BuildRequires: python-dbus-devel
BuildRequires: systemd-devel BuildRequires: systemd-devel
Requires: libnss_mdns Requires: libnss_mdns
Requires: libavahi = %{?epoch:%epoch:}%{version}-%{release} Requires: libavahi = %{?epoch:%epoch:}%{version}-%{release}
Requires: python-avahi = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -189,12 +190,14 @@ Requires: avahi = %{?epoch:%epoch:}%{version}-%{release}
Avahi is a system which facilitates service discovery on a local network. This means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in Apple MacOS X (branded Rendezvous, Bonjour and sometimes Zeroconf) and is very convenient. Avahi is a system which facilitates service discovery on a local network. This means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in Apple MacOS X (branded Rendezvous, Bonjour and sometimes Zeroconf) and is very convenient.
This package contains the bindings for the mono language. This package contains the bindings for the mono language.
%package python %package -n python-avahi
Summary: A system which facilitates service discovery on a local network Summary: A system which facilitates service discovery on a local network
Group: System/Libraries Group: System/Libraries
Requires: avahi = %{?epoch:%epoch:}%{version}-%{release} Requires: avahi = %{?epoch:%epoch:}%{version}-%{release}
Provides: avahi-python
Obsoletes: avahi-python
%description python %description -n python-avahi
Avahi is a system which facilitates service discovery on a local network. This means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in Apple MacOS X (branded Rendezvous, Bonjour and sometimes Zeroconf) and is very convenient. Avahi is a system which facilitates service discovery on a local network. This means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in Apple MacOS X (branded Rendezvous, Bonjour and sometimes Zeroconf) and is very convenient.
This package contains the bindings for the python language. This package contains the bindings for the python language.
@ -473,7 +476,7 @@ exit 0
%{_libdir}/libavahi-qt4.so %{_libdir}/libavahi-qt4.so
%{_libdir}/pkgconfig/avahi-qt4.pc %{_libdir}/pkgconfig/avahi-qt4.pc
%files python %files -n python-avahi
%defattr(-,root,root) %defattr(-,root,root)
%{python_sitelib}/avahi/ServiceTypeDatabase.py %{python_sitelib}/avahi/ServiceTypeDatabase.py
%{python_sitelib}/avahi/__init__.py %{python_sitelib}/avahi/__init__.py
@ -542,6 +545,9 @@ exit 0
%{_libdir}/pkgconfig/libdns_sd.pc %{_libdir}/pkgconfig/libdns_sd.pc
%changelog %changelog
* Tue Nov 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.31-7mamba
- avahi: require python-avahi for avahi-discover
* Wed Apr 30 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.31-7mamba * Wed Apr 30 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.31-7mamba
- pass --localstatedir=/ to configure to use /run everywhere - pass --localstatedir=/ to configure to use /run everywhere
- add "mdns_minimal [NOTFOUND=return]" in nsswitch.conf on installation - add "mdns_minimal [NOTFOUND=return]" in nsswitch.conf on installation