0.17.0
This commit is contained in:
parent
20176034e8
commit
49f3c46ee1
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@ LibRaw-0.9.1.tar.gz
|
||||
/LibRaw-0.16.2.tar.gz
|
||||
/LibRaw-demosaic-pack-GPL2-0.16.2.tar.gz
|
||||
/LibRaw-demosaic-pack-GPL3-0.16.2.tar.gz
|
||||
/LibRaw-0.17.0.tar.gz
|
||||
|
11
LibRaw.spec
11
LibRaw.spec
@ -1,7 +1,7 @@
|
||||
Summary: Library for reading RAW files obtained from digital photo cameras
|
||||
Name: LibRaw
|
||||
Version: 0.16.2
|
||||
Release: 2%{?dist}
|
||||
Version: 0.17.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Development/Libraries
|
||||
URL: http://www.libraw.org
|
||||
@ -60,7 +60,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
cp -pr doc manual
|
||||
chmod 644 LICENSE.CDDL LICENSE.LGPL COPYRIGHT Changelog.txt Changelog.rus
|
||||
chmod 644 LICENSE.CDDL LICENSE.LGPL COPYRIGHT Changelog.txt
|
||||
chmod 644 manual/*.html
|
||||
|
||||
# The Libraries
|
||||
@ -68,7 +68,7 @@ make install DESTDIR=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE.CDDL LICENSE.LGPL COPYRIGHT Changelog.txt Changelog.rus
|
||||
%doc LICENSE.CDDL LICENSE.LGPL COPYRIGHT Changelog.txt
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files static
|
||||
@ -94,6 +94,9 @@ make install DESTDIR=%{buildroot}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Mon Aug 17 2015 Jon Ciesla <limburgher@gmail.com> - 0.17.0-1
|
||||
- 0.17.0.
|
||||
|
||||
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user