Update to 0.10.4

This commit is contained in:
Kalev Lember 2016-08-17 11:31:08 +02:00
parent 139d5604da
commit 5c4a720acf
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ libgexiv2-0.1.90.tar.gz
/gexiv2-0.10.1.tar.xz
/gexiv2-0.10.2.tar.xz
/gexiv2-0.10.3.tar.xz
/gexiv2-0.10.4.tar.xz

View File

@ -1,6 +1,6 @@
Name: libgexiv2
Version: 0.10.3
Release: 7%{?dist}
Version: 0.10.4
Release: 1%{?dist}
Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library
Group: System Environment/Libraries
@ -72,6 +72,11 @@ make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
find $RPM_BUILD_ROOT -name '*.a' -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
@ -108,6 +113,9 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
%endif
%changelog
* Mon Aug 15 2016 Kalev Lember <klember@redhat.com> - 0.10.4-1
- Update to 0.10.4
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-7
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
f255100a009027d4eaa0f075bb79c655 gexiv2-0.10.3.tar.xz
7d6f7f76c0765a6911f9f9fa4b97cab8 gexiv2-0.10.4.tar.xz