Update to 0.10.5
This commit is contained in:
parent
b56a680a95
commit
22e207a757
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ libgexiv2-0.1.90.tar.gz
|
||||
/gexiv2-0.10.2.tar.xz
|
||||
/gexiv2-0.10.3.tar.xz
|
||||
/gexiv2-0.10.4.tar.xz
|
||||
/gexiv2-0.10.5.tar.xz
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- gexiv2.pc.in.orig 2014-02-06 12:08:55.907388040 +1100
|
||||
+++ gexiv2.pc.in 2014-02-06 12:09:13.555208865 +1100
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
Name: GExiv2
|
||||
Description: GObject bindings for exiv2
|
||||
-Requires: exiv2 glib-2.0 gobject-2.0
|
||||
+Requires.private: exiv2 glib-2.0 gobject-2.0
|
||||
Version: @GEXIV2_VERSION@
|
||||
Libs: -L${libdir} -l@PACKAGE_NAME@
|
||||
Cflags: -I${includedir}
|
@ -1,12 +1,11 @@
|
||||
Name: libgexiv2
|
||||
Version: 0.10.4
|
||||
Release: 4%{?dist}
|
||||
Version: 0.10.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library
|
||||
|
||||
License: GPLv2+
|
||||
URL: http://trac.yorba.org/wiki/gexiv2
|
||||
Source0: https://download.gnome.org/sources/gexiv2/0.10/gexiv2-%{version}.tar.xz
|
||||
Patch0: %{name}-pkgconf.patch
|
||||
|
||||
BuildRequires: exiv2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
@ -59,21 +58,15 @@ This package contains the python3 bindings for %{name}
|
||||
|
||||
%prep
|
||||
%setup -q -n gexiv2-%{version}
|
||||
%patch0 -p0
|
||||
|
||||
%build
|
||||
%configure --enable-tests --enable-introspection --enable-static=no --enable-shared=yes
|
||||
%configure --enable-introspection --enable-static=no --enable-shared=yes
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
# move introspection typelib to correct location
|
||||
mkdir -p $RPM_BUILD_ROOT%{_libdir}/girepository-1.0
|
||||
mv $RPM_BUILD_ROOT%{_datadir}/gir-1.0/GExiv2-0.10.typelib \
|
||||
$RPM_BUILD_ROOT%{_libdir}/girepository-1.0/GExiv2-0.10.typelib
|
||||
|
||||
# Can't get this to work at the moment
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=723790
|
||||
#%check
|
||||
@ -110,6 +103,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/gir-1.0/GExiv2-0.10.typelib \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 0.10.5-1
|
||||
- Update to 0.10.5
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user