diff --git a/avahi.spec b/avahi.spec index 3f286a3..26946e8 100644 --- a/avahi.spec +++ b/avahi.spec @@ -5,7 +5,7 @@ Name: avahi Version: 0.8 -Release: 1mamba +Release: 2mamba Summary: A system which facilitates service discovery on a local network Group: Applications/Networking 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. Header files for development with the Apple Bonjour mDNSResponder compatibility libraries. +%debug_package + %prep %setup -q #%patch0 -p1 #%patch1 -p1 +./autogen.sh --with-distro=fedora %build -./autogen.sh --with-distro=fedora %configure \ --with-distro=fedora \ @@ -251,6 +253,7 @@ Header files for development with the Apple Bonjour mDNSResponder compatibility --disable-monodoc \ %endif --localstatedir=/ \ + PYTHON=%{__python3} \ %ifarch arm CXXFLAGS="-DQ_NO_PACKED_POINTERS" %endif @@ -509,13 +512,8 @@ fi %files -n python-avahi %defattr(-,root,root) -%{python_sitelib}/avahi/ServiceTypeDatabase.py -%{python_sitelib}/avahi/__init__.py -%{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 +%dir %{python3_sitelib}/avahi +%{python3_sitelib}/avahi/* %if "%{stage1}" != "1" %files mono @@ -576,6 +574,9 @@ fi %{_libdir}/pkgconfig/libdns_sd.pc %changelog +* Sun Aug 02 2020 Silvan Calarco 0.8-2mamba +- rebuilt with python3 + * Sun Mar 01 2020 Automatic Build System 0.8-1mamba - automatic version update by autodist