rpms/sim/devel sim.spec,1.8,1.9

Pavel Alexeev hubbitus at fedoraproject.org
Sun Oct 12 11:02:31 UTC 2008


Author: hubbitus

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

Modified Files:
	sim.spec 
Log Message:
- Add
	Requires(postun): /sbin/ldconfig
	Requires(post): /sbin/ldconfig



Index: sim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sim/devel/sim.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sim.spec	9 Oct 2008 08:46:59 -0000	1.8
+++ sim.spec	12 Oct 2008 11:02:00 -0000	1.9
@@ -4,7 +4,7 @@
 
 Name: 		sim
 Version: 		0.9.5
-Release:		0.13.%{SVNdate}svn%{SVNrev}rev%{?dist}
+Release:		0.14.%{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
@@ -28,6 +28,9 @@
 Requires:		qt >= 3.0.0, openssl, arts >= 1.0
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Requires(postun):	/sbin/ldconfig
+Requires(post):	/sbin/ldconfig
+
 %description
 SIM (Simple Instant Messenger) is a plugins-based open-
 source instant messenger that supports various protocols
@@ -124,6 +127,11 @@
 %{_datadir}/services/
 
 %changelog
+* Sun Oct 12 2008 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 0.9.5-0.14.20080923svn2261rev
+- Add (Patrice Dumas)
+	Requires(postun): /sbin/ldconfig
+	Requires(post): /sbin/ldconfig
+
 * Thu Oct 9 2008 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 0.9.5-0.13.20080923svn2261rev
 - %%bcond_with kde replaced to %%bcond_without for default build kde support (Patrice Dumas)
 




More information about the fedora-extras-commits mailing list