Browse Source

LibRaw-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5292 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 12 years ago
parent
commit
7ac838fa8e
1 changed files with 7 additions and 4 deletions
  1. 7 4
      L/LibRaw/LibRaw-vl.spec

+ 7 - 4
L/LibRaw/LibRaw-vl.spec

@@ -1,7 +1,7 @@
 Summary: Library for reading RAW files obtained from digital photo cameras
 Summary(ja): デジタルカメラから取り込んだ RAW ファイルを読むためのライブラリ
 Name: LibRaw
-Version: 0.14.3
+Version: 0.14.4
 Release: 1%{?_dist_release}
 License: LGPLv2 or CDDL or LibRaw Software License
 Group: System Environment/Libraries
@@ -80,14 +80,17 @@ rm -rf %{buildroot}%{_libdir}/*.la
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %files static
 %defattr(-,root,root,-)
 %{_libdir}/*.a
 
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %changelog
+* Sat Dec 17 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.14.4-1
+- new upstream release
+
 * Fri Dec 09 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.14.3-1
 - new upstream release
 - added BuildRequires: jasper-devel