rebuilt with python3 [release 0.8-2mamba;Sun Aug 02 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 20:42:43 +01:00
parent 51cf07cfe4
commit 7976526537

View File

@ -5,7 +5,7 @@
Name: avahi Name: avahi
Version: 0.8 Version: 0.8
Release: 1mamba Release: 2mamba
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
@ -229,13 +229,15 @@ Obsoletes: libzeroconf-devel
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.
Header files for development with the Apple Bonjour mDNSResponder compatibility libraries. Header files for development with the Apple Bonjour mDNSResponder compatibility libraries.
%debug_package
%prep %prep
%setup -q %setup -q
#%patch0 -p1 #%patch0 -p1
#%patch1 -p1 #%patch1 -p1
./autogen.sh --with-distro=fedora
%build %build
./autogen.sh --with-distro=fedora
%configure \ %configure \
--with-distro=fedora \ --with-distro=fedora \
@ -251,6 +253,7 @@ Header files for development with the Apple Bonjour mDNSResponder compatibility
--disable-monodoc \ --disable-monodoc \
%endif %endif
--localstatedir=/ \ --localstatedir=/ \
PYTHON=%{__python3} \
%ifarch arm %ifarch arm
CXXFLAGS="-DQ_NO_PACKED_POINTERS" CXXFLAGS="-DQ_NO_PACKED_POINTERS"
%endif %endif
@ -509,13 +512,8 @@ fi
%files -n python-avahi %files -n python-avahi
%defattr(-,root,root) %defattr(-,root,root)
%{python_sitelib}/avahi/ServiceTypeDatabase.py %dir %{python3_sitelib}/avahi
%{python_sitelib}/avahi/__init__.py %{python3_sitelib}/avahi/*
%{python_sitelib}/avahi/__init__.pyc
%{python_sitelib}/avahi/__init__.pyo
#%{python_sitelib}/avahi_discover/__init__.py
#%{python_sitelib}/avahi_discover/__init__.pyc
#%{python_sitelib}/avahi_discover/__init__.pyo
%if "%{stage1}" != "1" %if "%{stage1}" != "1"
%files mono %files mono
@ -576,6 +574,9 @@ fi
%{_libdir}/pkgconfig/libdns_sd.pc %{_libdir}/pkgconfig/libdns_sd.pc
%changelog %changelog
* Sun Aug 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8-2mamba
- rebuilt with python3
* Sun Mar 01 2020 Automatic Build System <autodist@mambasoft.it> 0.8-1mamba * Sun Mar 01 2020 Automatic Build System <autodist@mambasoft.it> 0.8-1mamba
- automatic version update by autodist - automatic version update by autodist