Update to 0.10.4
This commit is contained in:
parent
139d5604da
commit
5c4a720acf
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user