rpms/sim/devel sim.spec,1.4,1.5

Pavel Alexeev hubbitus at fedoraproject.org
Sat Oct 4 00:20:53 UTC 2008


Author: hubbitus

Update of /cvs/pkgs/rpms/sim/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26994

Modified Files:
	sim.spec 
Log Message:
- Replace %post -p /sbin/ldconfig by simlply:
	%%post
	/sbin/ldconfig
	And accodingly in %%postun due tu rpmlint warning:
	sim.i386: E: postin-without-ldconfig /usr/lib/libsim.so.0.0.0
	(I not found what mean -p key, but appologise what it designed to run 1 command only)




Index: sim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sim/devel/sim.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sim.spec	3 Oct 2008 23:02:17 -0000	1.4
+++ sim.spec	4 Oct 2008 00:20:22 -0000	1.5
@@ -4,7 +4,7 @@
 
 Name: 		sim
 Version: 		0.9.5
-Release:		0.9.%{SVNdate}svn%{SVNrev}rev%{?dist}
+Release:		0.10.%{SVNdate}svn%{SVNrev}rev%{?dist}
 #svn checkout -r %{SVNrev} svn://svn.berlios.de/sim-im/trunk; tar -cjf '%{name}-%{version}-SVN%{SVNdate}rev%{SVNrev}.tar.bz2' trunk
 Source0:		%{name}-%{version}-SVN%{SVNdate}rev%{SVNrev}.tar.bz2
 Summary:		SIM - Multiprotocol Instant Messenger
@@ -89,13 +89,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
+%post
+/sbin/ldconfig
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
 
-%postun -p /sbin/ldconfig
+%postun
+/sbin/ldconfig
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
@@ -114,6 +116,14 @@
 %{_datadir}/services/
 
 %changelog
+* Sat Oct 4 2008 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 0.9.5-0.10.20080923svn2261rev
+- Replace %post -p /sbin/ldconfig by simlply:
+	%%post
+	/sbin/ldconfig
+	And accodingly in %%postun due tu rpmlint warning:
+	sim.i386: E: postin-without-ldconfig /usr/lib/libsim.so.0.0.0
+	(I not found what mean -p key, but appologise what it designed to run 1 command only)
+
 * Sat Oct 4 2008 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 0.9.5-0.9.20080923svn2261rev
 - Add %%{?dist} into Release!
 - Add icon-update-code into %%post/%%postun. (thanks to Patrice Dumas)




More information about the fedora-extras-commits mailing list