|
@@ -1,7 +1,7 @@
|
|
Summary: Library for reading RAW files obtained from digital photo cameras
|
|
Summary: Library for reading RAW files obtained from digital photo cameras
|
|
Summary(ja): デジタルカメラから取り込んだ RAW ファイルを読むためのライブラリ
|
|
Summary(ja): デジタルカメラから取り込んだ RAW ファイルを読むためのライブラリ
|
|
Name: LibRaw
|
|
Name: LibRaw
|
|
-Version: 0.16.0
|
|
+Version: 0.17.2
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: LGPLv2 or CDDL or LibRaw Software License
|
|
License: LGPLv2 or CDDL or LibRaw Software License
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -62,7 +62,7 @@ make %{?_smp_mflags}
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
cp -pr doc manual
|
|
cp -pr doc manual
|
|
cp -pr doc manual
|
|
cp -pr doc manual
|
|
-chmod 644 LICENSE.CDDL LICENSE.LGPL COPYRIGHT Changelog.txt Changelog.rus
|
|
+chmod 644 LICENSE.CDDL LICENSE.LGPL COPYRIGHT Changelog.*
|
|
chmod 644 manual/*.html
|
|
chmod 644 manual/*.html
|
|
|
|
|
|
# The Libraries
|
|
# The Libraries
|
|
@@ -73,7 +73,7 @@ rm -rf %{buildroot}%{_libdir}/*.la
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc LICENSE.CDDL LICENSE.LGPL COPYRIGHT Changelog.txt Changelog.rus
|
|
+%doc LICENSE.CDDL LICENSE.LGPL COPYRIGHT Changelog.txt
|
|
%{_libdir}/*.so.*
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
@@ -93,6 +93,9 @@ rm -rf %{buildroot}%{_libdir}/*.la
|
|
%postun -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Jun 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.17.2-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Sun Feb 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.16.0-1
|
|
* Sun Feb 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.16.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|