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