Browse Source

libpng-1.6.23-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10607 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
d2d804c19f
1 changed files with 12 additions and 5 deletions
  1. 12 5
      lib/libp/libpng/libpng-vl.spec

+ 12 - 5
lib/libp/libpng/libpng-vl.spec

@@ -3,7 +3,7 @@
 Summary: A library of functions for manipulating PNG image format files.
 Summary(ja): PNG画像形式ファイル操作用の関数ライブラリ
 Name: libpng
-Version: 1.6.20
+Version: 1.6.23
 Release: 1%{_dist_release}
 License: distributable
 Group: System Environment/Libraries
@@ -119,13 +119,17 @@ the libpng package.
 # remove unneeded files
 %__rm -f %{buildroot}%{_libdir}/libpng*.la
 
-%post -p /sbin/ldconfig
+%post
+/sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun
+/sbin/ldconfig
 
-%post -n compat32-%{name} -p /sbin/ldconfig
+%post -n compat32-%{name}
+/sbin/ldconfig
 
-%postun -n compat32-%{name} -p /sbin/ldconfig
+%postun -n compat32-%{name}
+/sbin/ldconfig
 
 %clean
 [ -n $RPM_BUILD_ROOT -a $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
@@ -169,6 +173,9 @@ the libpng package.
 %endif
 
 %changelog
+* Thu Jul 14 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2:1.6.23-1
+- updated to 1.6.23.
+
 * Sun Jan 17 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2:1.6.20-1
 - update to 1.6.20