Update to 2.2.0
- Switch to the meson build system
This commit is contained in:
parent
2a4ed6c185
commit
b706502849
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/tracker-miners-2.1.3.tar.xz
|
/tracker-miners-2.1.3.tar.xz
|
||||||
/tracker-miners-2.1.4.tar.xz
|
/tracker-miners-2.1.4.tar.xz
|
||||||
/tracker-miners-2.1.5.tar.xz
|
/tracker-miners-2.1.5.tar.xz
|
||||||
|
/tracker-miners-2.2.0.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (tracker-miners-2.1.5.tar.xz) = 37bf6d44635843037613cfe681cd536a8b33ba34c092183d9d66289713deaaff5322d09028b447484e6bf72a01199c041fb295d6431d2f7cff3498ef8983f605
|
SHA512 (tracker-miners-2.2.0.tar.xz) = 0dec9e8150a7b669f74c9ce79e0f1a8b87b7af5d4c04c4b96da80127fbe6e4ac4eb7bcaf279c98c2c48a265ef791ef5af64cfec202d81462cfb29beb21d6bc3d
|
||||||
|
@ -8,26 +8,26 @@
|
|||||||
%global with_rss 1
|
%global with_rss 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global tracker_version 2.1.0
|
%global tracker_version 2.2.0
|
||||||
|
|
||||||
%global systemd_units tracker-extract.service tracker-miner-apps.service tracker-miner-fs.service tracker-miner-rss.service tracker-writeback.service
|
%global systemd_units tracker-extract.service tracker-miner-fs.service tracker-miner-rss.service tracker-writeback.service
|
||||||
|
|
||||||
Name: tracker-miners
|
Name: tracker-miners
|
||||||
Version: 2.1.5
|
Version: 2.2.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tracker miners and metadata extractors
|
Summary: Tracker miners and metadata extractors
|
||||||
|
|
||||||
# libtracker-extract is LGPLv2+; the miners are a mix of GPLv2+ and LGPLv2+ code
|
# libtracker-extract is LGPLv2+; the miners are a mix of GPLv2+ and LGPLv2+ code
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/Tracker
|
URL: https://wiki.gnome.org/Projects/Tracker
|
||||||
Source0: https://download.gnome.org/sources/%{name}/2.1/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/2.2/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: giflib-devel
|
BuildRequires: giflib-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: meson
|
||||||
BuildRequires: libtiff-devel
|
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
%if 0%{?with_enca}
|
%if 0%{?with_enca}
|
||||||
BuildRequires: pkgconfig(enca)
|
BuildRequires: pkgconfig(enca)
|
||||||
%endif
|
%endif
|
||||||
@ -48,9 +48,12 @@ BuildRequires: pkgconfig(libgrss)
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(libgsf-1)
|
BuildRequires: pkgconfig(libgsf-1)
|
||||||
BuildRequires: pkgconfig(libgxps)
|
BuildRequires: pkgconfig(libgxps)
|
||||||
|
BuildRequires: pkgconfig(libiptcdata)
|
||||||
|
BuildRequires: pkgconfig(libjpeg)
|
||||||
BuildRequires: pkgconfig(libosinfo-1.0)
|
BuildRequires: pkgconfig(libosinfo-1.0)
|
||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(libpng)
|
||||||
BuildRequires: pkgconfig(libseccomp)
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
|
BuildRequires: pkgconfig(libtiff-4)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(poppler-glib)
|
BuildRequires: pkgconfig(poppler-glib)
|
||||||
BuildRequires: pkgconfig(taglib_c)
|
BuildRequires: pkgconfig(taglib_c)
|
||||||
@ -58,6 +61,7 @@ BuildRequires: pkgconfig(totem-plparser)
|
|||||||
BuildRequires: pkgconfig(tracker-sparql-2.0) >= %{tracker_version}
|
BuildRequires: pkgconfig(tracker-sparql-2.0) >= %{tracker_version}
|
||||||
BuildRequires: pkgconfig(upower-glib)
|
BuildRequires: pkgconfig(upower-glib)
|
||||||
BuildRequires: pkgconfig(vorbisfile)
|
BuildRequires: pkgconfig(vorbisfile)
|
||||||
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
Requires: tracker%{?_isa} >= %{tracker_version}
|
Requires: tracker%{?_isa} >= %{tracker_version}
|
||||||
@ -79,19 +83,15 @@ This package contains various miners and metadata extractors for tracker.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# Disable the functional tests for now, they use python bytecodes.
|
# Disable the functional tests for now, they use python bytecodes.
|
||||||
%configure --disable-static \
|
%meson \
|
||||||
--enable-libflac \
|
-Dfunctional_tests=false \
|
||||||
--enable-libvorbis \
|
-Dsystemd_user_services=%{_userunitdir}
|
||||||
--disable-mp3 \
|
%meson_build
|
||||||
--disable-functional-tests \
|
|
||||||
--disable-silent-rules
|
|
||||||
%make_build
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
find %{buildroot} -type f -name "*.la" -delete
|
|
||||||
rm -rf %{buildroot}%{_datadir}/tracker-tests
|
rm -rf %{buildroot}%{_datadir}/tracker-tests
|
||||||
|
|
||||||
# Remove .so symlinks for private libraries -- no external users are supposed
|
# Remove .so symlinks for private libraries -- no external users are supposed
|
||||||
@ -126,6 +126,10 @@ rm -f %{buildroot}%{_libdir}/tracker-miners-2.0/*.so
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 20 2019 Kalev Lember <klember@redhat.com> - 2.2.0-1
|
||||||
|
- Update to 2.2.0
|
||||||
|
- Switch to the meson build system
|
||||||
|
|
||||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.5-4
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.5-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user