update to 0.6.32 [release 0.6.32-1mamba;Sat Feb 27 2016]
This commit is contained in:
parent
2a1dde3f7e
commit
682f545c72
21
avahi.spec
21
avahi.spec
@ -4,15 +4,16 @@
|
||||
%define avahiautoipduserid 65053
|
||||
|
||||
Name: avahi
|
||||
Version: 0.6.31
|
||||
Release: 9mamba
|
||||
Version: 0.6.32
|
||||
Release: 1mamba
|
||||
Summary: A system which facilitates service discovery on a local network
|
||||
Group: Applications/Networking
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://avahi.org
|
||||
Source: http://avahi.org/download/avahi-%{version}.tar.gz
|
||||
Source: https://github.com/lathiat/avahi.git/v%{version}/avahi-%{version}.tar.bz2
|
||||
#Source: http://avahi.org/download/avahi-%{version}.tar.gz
|
||||
Patch0: avahi-0.6.31-gtk-3.12.patch
|
||||
Patch1: avahi-0.6.31-SO_REUSEPORT_may_not_exist_in_running_kernel.patch
|
||||
License: LGPL
|
||||
@ -245,10 +246,12 @@ Header files for development with the Apple Bonjour mDNSResponder compatibility
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
#%patch0 -p1
|
||||
#%patch1 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh --with-distro=fedora
|
||||
|
||||
%configure \
|
||||
--with-distro=fedora \
|
||||
--enable-compat-howl \
|
||||
@ -262,7 +265,10 @@ Header files for development with the Apple Bonjour mDNSResponder compatibility
|
||||
--disable-mono \
|
||||
--disable-monodoc \
|
||||
%endif
|
||||
--localstatedir=/
|
||||
--localstatedir=/ \
|
||||
%ifarch arm
|
||||
CXXFLAGS="-DQ_NO_PACKED_POINTERS"
|
||||
%endif
|
||||
|
||||
%make
|
||||
|
||||
@ -558,6 +564,9 @@ fi
|
||||
%{_libdir}/pkgconfig/libdns_sd.pc
|
||||
|
||||
%changelog
|
||||
* Sat Feb 27 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.32-1mamba
|
||||
- update to 0.6.32
|
||||
|
||||
* Fri Dec 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.31-9mamba
|
||||
- added patch to work with older kernel (e.g. 3.4) which don't have SO_REUSEADDR
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user