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

Pavel Alexeev hubbitus at fedoraproject.org
Mon Oct 6 16:12:58 UTC 2008


Author: hubbitus

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

Modified Files:
	sim.spec 
Log Message:
- Install /usr/share/mimelnk/application/x-icq.desctop only for fedora > 8. In fedora 8 it is conflicts with same file from kdenetworks
	( https://admin.fedoraproject.org/updates/sim-0.9.5-0.10.20080923svn2261rev.fc8 ).
- Add Requires: kdenetwork >= 3.0.0 for Fedora 8




Index: sim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sim/devel/sim.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sim.spec	4 Oct 2008 00:20:22 -0000	1.5
+++ sim.spec	6 Oct 2008 16:12:27 -0000	1.6
@@ -4,7 +4,7 @@
 
 Name: 		sim
 Version: 		0.9.5
-Release:		0.10.%{SVNdate}svn%{SVNrev}rev%{?dist}
+Release:		0.11.%{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
@@ -18,6 +18,7 @@
 %if %{with kde}
 %if %{fedora} == 8
 BuildRequires:	kdebase-devel >= 3.0.0, kdelibs-devel >= 3.0.0
+Requires:		kdenetwork >= 3.0.0
 %else #Fedora gt 8. Lt is not supported
 BuildRequires:	kdebase3-devel >= 3.0.0, kdelibs3-devel >= 3.0.0
 %endif
@@ -112,10 +113,17 @@
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/apps/
 %{_datadir}/icons/*/*/*/*
+%if %{fedora} > 8
 %{_datadir}/mimelnk/
+%endif
 %{_datadir}/services/
 
 %changelog
+* Mon Oct 6 2008 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 0.9.5-0.11.20080923svn2261rev
+- Install /usr/share/mimelnk/application/x-icq.desctop only for fedora > 8. In fedora 8 it is conflicts with same file from kdenetworks
+	( https://admin.fedoraproject.org/updates/sim-0.9.5-0.10.20080923svn2261rev.fc8 ).
+- Add Requires: kdenetwork >= 3.0.0 for Fedora 8
+
 * 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




More information about the fedora-extras-commits mailing list