0.1.3
This commit is contained in:
parent
9fc3b6f619
commit
f6b01131a6
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
||||
libopenraw-0.0.8.tar.gz
|
||||
/libopenraw-0.0.9.tar.bz2
|
||||
/libopenraw-0.1.0.tar.bz2
|
||||
/libopenraw-0.1.1.tar.bz2
|
||||
/libopenraw-0.1.2.tar.bz2
|
||||
/libopenraw-*.tar.bz2
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: Decode camera RAW files
|
||||
Name: libopenraw
|
||||
Version: 0.1.2
|
||||
Release: 4%{?dist}
|
||||
Version: 0.1.3
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv3+
|
||||
URL: http://libopenraw.freedesktop.org/wiki
|
||||
Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
|
||||
@ -82,12 +82,8 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete
|
||||
|
||||
|
||||
%files
|
||||
%doc AUTHORS
|
||||
%doc ChangeLog
|
||||
%doc COPYING
|
||||
%doc NEWS
|
||||
%doc README
|
||||
%doc TODO
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog NEWS README TODO
|
||||
%{_libdir}/%{name}.so.*
|
||||
|
||||
%files gnome
|
||||
@ -111,6 +107,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete
|
||||
%{_libdir}/gdk-pixbuf-2.0/*/loaders/*.so
|
||||
|
||||
%changelog
|
||||
* Fri May 4 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.1.3-1
|
||||
- Updated to 0.1.3
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user