Updated to 0.1.1
Dropped gdk-pixbuf loaders scriptlet
This commit is contained in:
parent
dc55e6f7a6
commit
14b1ff8ac4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
libopenraw-0.0.8.tar.gz
|
||||
/libopenraw-0.0.9.tar.bz2
|
||||
/libopenraw-0.1.0.tar.bz2
|
||||
/libopenraw-0.1.1.tar.bz2
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: Decode camera RAW files
|
||||
Name: libopenraw
|
||||
Version: 0.1.0
|
||||
Release: 4%{?dist}
|
||||
Version: 0.1.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv3+
|
||||
URL: http://libopenraw.freedesktop.org/wiki
|
||||
Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
|
||||
@ -49,8 +49,6 @@ Summary: RAW image loader for GTK+ applications
|
||||
|
||||
Requires: gtk2
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires(post): gdk-pixbuf2
|
||||
Requires(postun): gdk-pixbuf2
|
||||
|
||||
%description pixbuf-loader
|
||||
%{name}-pixbuf-loader contains a plugin to load RAW images, as created by
|
||||
@ -82,12 +80,6 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete
|
||||
|
||||
%postun gnome -p /sbin/ldconfig
|
||||
|
||||
%post pixbuf-loader
|
||||
gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
|
||||
|
||||
|
||||
%postun pixbuf-loader
|
||||
gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
|
||||
|
||||
%files
|
||||
%doc AUTHORS
|
||||
@ -119,6 +111,10 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
|
||||
%{_libdir}/gdk-pixbuf-2.0/*/loaders/*.so
|
||||
|
||||
%changelog
|
||||
* Mon Mar 27 2017 Julian Sikorski <belegdol@fedoraproject.org> - 0.1.1-1
|
||||
- Updated to 0.1.1
|
||||
- Dropped gdk-pixbuf loaders scriptlet
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user