rpms/sim/F-8 sim.spec,1.4,1.5

Pavel Alexeev hubbitus at fedoraproject.org
Mon Oct 6 16:59:22 UTC 2008


Author: hubbitus

Update of /cvs/pkgs/rpms/sim/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20802

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/F-8/sim.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sim.spec	6 Oct 2008 16:15:05 -0000	1.4
+++ sim.spec	6 Oct 2008 16:58:51 -0000	1.5
@@ -76,6 +76,11 @@
 rm -rf $RPM_BUILD_ROOT
 
 make install DESTDIR=$RPM_BUILD_ROOT
+
+%if %{fedora} == 8
+rm -f %{_datadir}/mimelnk/application/x-icq.desktop
+%endif
+
 %find_lang %{name}
 
 # rm symlink since we don't support developping with sim




More information about the scm-commits mailing list