rpms/pytrainer/F-9 pytrainer.spec,1.6,1.7

Douglas E. Warner silfreed at fedoraproject.org
Mon Sep 29 15:21:22 UTC 2008


Author: silfreed

Update of /cvs/pkgs/rpms/pytrainer/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20295

Modified Files:
	pytrainer.spec 
Log Message:
* Mon Sep 29 2008 Douglas E. Warner <silfreed at silfreed.net> 1.6.0.5-3
- fixing gecko-libs requirement



Index: pytrainer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pytrainer/F-9/pytrainer.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pytrainer.spec	24 Sep 2008 15:19:27 -0000	1.6
+++ pytrainer.spec	29 Sep 2008 15:20:52 -0000	1.7
@@ -1,12 +1,11 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %define firefox_ver 2.0.0.14
-%define xulrunner_ver 1.9
-%define xulrunner_pkgver %{xulrunner_ver}.0.1
+%define gecko_ver 1.9
 
 Name: pytrainer
 Version: 1.6.0.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A tool to log all your sport excursions
 
 Group: Development/Languages
@@ -28,7 +27,7 @@
 Requires: firefox = %{firefox_ver}
 %endif
 %if 0%{fedora} >= 9
-Requires: xulrunner = %{xulrunner_pkgver}
+Requires: gecko-libs >= %{gecko_ver}
 %endif
 BuildRequires: python-devel
 BuildRequires: desktop-file-utils
@@ -48,7 +47,7 @@
 %{__sed} -i 's|MOZLIBLOC|/usr/lib/firefox-%{firefox_ver}|' %{SOURCE1}
 %endif
 %if 0%{fedora} >= 9
-%{__sed} -i 's|MOZLIBLOC|%{_libdir}/xulrunner-%{xulrunner_ver}|' %{SOURCE1}
+%{__sed} -i 's|MOZLIBLOC|%{_libdir}/xulrunner-%{gecko_ver}|' %{SOURCE1}
 %endif
 
 # fix non-exacutable scripts
@@ -89,6 +88,9 @@
 
 
 %changelog
+* Mon Sep 29 2008 Douglas E. Warner <silfreed at silfreed.net> 1.6.0.5-3
+- fixing gecko-libs requirement
+
 * Wed Sep 23 2008 Douglas E. Warner <silfreed at silfreed.net> 1.6.0.5-2
 - replacing environ hack patch with shell script
 - adding patch to clean up desktop file




More information about the fedora-extras-commits mailing list