Switch to meson build system
Autotools support has been dropped upstream.
This commit is contained in:
parent
2ebd52b83c
commit
f42853111d
15
gvfs.spec
15
gvfs.spec
@ -29,6 +29,7 @@ License: GPLv3 and LGPLv2+ and BSD and MPLv2.0
|
|||||||
URL: https://wiki.gnome.org/Projects/gvfs
|
URL: https://wiki.gnome.org/Projects/gvfs
|
||||||
Source0: https://download.gnome.org/sources/gvfs/1.37/gvfs-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gvfs/1.37/gvfs-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||||
BuildRequires: pkgconfig(dbus-glib-1)
|
BuildRequires: pkgconfig(dbus-glib-1)
|
||||||
@ -208,18 +209,11 @@ the functionality of the installed gvfs package.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%meson -Dinstalled_tests=true -Dman=true
|
||||||
--disable-gdu \
|
%meson_build
|
||||||
--enable-udisks2 \
|
|
||||||
--enable-keyring \
|
|
||||||
--enable-installed-tests
|
|
||||||
make %{?_smp_mflags} V=1
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/gvfs/*.la
|
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
|
|
||||||
|
|
||||||
# trashlib is GPLv3, include the license
|
# trashlib is GPLv3, include the license
|
||||||
cp -p daemon/trashlib/COPYING COPYING.GPL3
|
cp -p daemon/trashlib/COPYING COPYING.GPL3
|
||||||
@ -393,6 +387,7 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
* Wed May 09 2018 Ondrej Holy <oholy@redhat.com> - 1.37.1-1
|
* Wed May 09 2018 Ondrej Holy <oholy@redhat.com> - 1.37.1-1
|
||||||
- Update to 1.37.1
|
- Update to 1.37.1
|
||||||
- Remove mount-archive.desktop helper
|
- Remove mount-archive.desktop helper
|
||||||
|
- Switch to meson build system
|
||||||
|
|
||||||
* Tue May 08 2018 Kalev Lember <klember@redhat.com> - 1.36.2-1
|
* Tue May 08 2018 Kalev Lember <klember@redhat.com> - 1.36.2-1
|
||||||
- Update to 1.36.2
|
- Update to 1.36.2
|
||||||
|
Loading…
Reference in New Issue
Block a user