add explicit avahi build deps, move autofoo to %prep
This commit is contained in:
parent
2f302cffed
commit
9d721cbf66
@ -3,7 +3,7 @@
|
||||
Summary: Backends for the gio framework in GLib
|
||||
Name: gvfs
|
||||
Version: 1.18.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv3 and LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gtk.org
|
||||
@ -18,7 +18,7 @@ BuildRequires: /usr/bin/ssh
|
||||
BuildRequires: libcdio-paranoia-devel
|
||||
BuildRequires: libgudev1-devel
|
||||
BuildRequires: libsoup-devel >= 2.34.0
|
||||
BuildRequires: avahi-glib-devel >= 0.6
|
||||
BuildRequires: pkgconfig(avahi-client) pkgconfig(avahi-glib)
|
||||
BuildRequires: libsecret-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gettext-devel
|
||||
@ -163,7 +163,6 @@ file services.
|
||||
%setup -q
|
||||
%patch0 -p1 -b .archive-integration
|
||||
|
||||
%build
|
||||
# Needed for gvfs-0.2.1-archive-integration.patch
|
||||
libtoolize --force || :
|
||||
aclocal || :
|
||||
@ -171,6 +170,7 @@ autoheader || :
|
||||
automake || :
|
||||
autoconf || :
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-hal \
|
||||
--disable-gdu \
|
||||
@ -358,6 +358,9 @@ update-desktop-database >&/dev/null || :
|
||||
%{_datadir}/gvfs/remote-volume-monitors/goa.monitor
|
||||
|
||||
%changelog
|
||||
* Thu Sep 26 2013 Rex Dieter <rdieter@fedoraproject.org> 1.18.0-2
|
||||
- add explicit avahi build deps, move autofoo to %%prep
|
||||
|
||||
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 1.18.0-1
|
||||
- Update to 1.18.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user