Update to 0.10.9
- Switch to the meson build system
This commit is contained in:
parent
c40ef45631
commit
9b3c32e7e4
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ libgexiv2-0.1.90.tar.gz
|
|||||||
/gexiv2-0.10.6.tar.xz
|
/gexiv2-0.10.6.tar.xz
|
||||||
/gexiv2-0.10.7.tar.xz
|
/gexiv2-0.10.7.tar.xz
|
||||||
/gexiv2-0.10.8.tar.xz
|
/gexiv2-0.10.8.tar.xz
|
||||||
|
/gexiv2-0.10.9.tar.xz
|
||||||
|
@ -1,16 +1,17 @@
|
|||||||
Name: libgexiv2
|
Name: libgexiv2
|
||||||
Version: 0.10.8
|
Version: 0.10.9
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library
|
Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/gexiv2
|
URL: https://wiki.gnome.org/Projects/gexiv2
|
||||||
Source0: https://download.gnome.org/sources/gexiv2/0.10/gexiv2-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gexiv2/0.10/gexiv2-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: exiv2-devel
|
BuildRequires: exiv2-devel
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: meson
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python2-gobject-base
|
BuildRequires: python2-gobject-base
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
@ -59,15 +60,14 @@ This package contains the python3 bindings for %{name}
|
|||||||
%setup -q -n gexiv2-%{version}
|
%setup -q -n gexiv2-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-introspection --enable-static=no --enable-shared=yes
|
%meson -Denable-gtk-doc=true
|
||||||
%make_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
%meson_test
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
@ -87,6 +87,7 @@ make check
|
|||||||
%{_datadir}/gtk-doc/html/gexiv2/
|
%{_datadir}/gtk-doc/html/gexiv2/
|
||||||
%dir %{_datadir}/vala
|
%dir %{_datadir}/vala
|
||||||
%dir %{_datadir}/vala/vapi
|
%dir %{_datadir}/vala/vapi
|
||||||
|
%{_datadir}/vala/vapi/gexiv2.deps
|
||||||
%{_datadir}/vala/vapi/gexiv2.vapi
|
%{_datadir}/vala/vapi/gexiv2.vapi
|
||||||
|
|
||||||
%files -n python2-gexiv2
|
%files -n python2-gexiv2
|
||||||
@ -99,6 +100,10 @@ make check
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 18 2018 Kalev Lember <klember@redhat.com> - 0.10.9-1
|
||||||
|
- Update to 0.10.9
|
||||||
|
- Switch to the meson build system
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.8-4
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.8-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gexiv2-0.10.8.tar.xz) = 4c25cf6884495151947a70e62a096f3279223673bece4d4ff02720b2820aaad9e80c8715e02bf46c3f5598f582fdf07b4b3ddabd017d53001245e3381a4cc286
|
SHA512 (gexiv2-0.10.9.tar.xz) = 40683ce341c5eb09ad67a4a25ad14a791247a5b5f459acba424815e98d5797b0a7fb338fb4d4f1c234147c9268abe34570698fd4259cb80f7f7af76af0f0fba3
|
||||||
|
Loading…
Reference in New Issue
Block a user