rebuild
This commit is contained in:
parent
5aa16f736a
commit
e8ff3506a7
@ -6,12 +6,11 @@
|
||||
%endif
|
||||
Name: avahi
|
||||
Version: 0.6.28
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Local network service discovery
|
||||
Group: System Environment/Base
|
||||
License: LGPLv2
|
||||
URL: http://avahi.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: dbus
|
||||
Requires: expat
|
||||
Requires: libdaemon >= 0.11
|
||||
@ -44,6 +43,7 @@ BuildRequires: mono-devel >= 1.1.13
|
||||
%endif
|
||||
Obsoletes: howl
|
||||
Source0: http://avahi.org/download/%{name}-%{version}.tar.gz
|
||||
Patch0: gtk3-fix.patch
|
||||
|
||||
%description
|
||||
Avahi is a system which facilitates service discovery on
|
||||
@ -300,6 +300,7 @@ fashion with mDNS.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .gtk3-fix
|
||||
|
||||
%build
|
||||
%configure --with-distro=fedora --disable-monodoc --with-avahi-user=avahi --with-avahi-group=avahi --with-avahi-priv-access-group=avahi --with-autoipd-user=avahi-autoipd --with-autoipd-group=avahi-autoipd --with-systemdsystemunitdir=/lib/systemd/system --enable-introspection=no \
|
||||
@ -646,6 +647,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Nov 2 2010 Matthias Clasen <mclasen@redhat.com> - 0.6.28-3
|
||||
- Rebuild against newer gtk3
|
||||
|
||||
* Wed Oct 27 2010 paul <paul@all-the-johnsons.co.uk> - 0.6.28-2
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user