rpms/pootle/EL-5 pootle.spec,1.2,1.3

dwayne dwayne at fedoraproject.org
Sun Jan 17 23:43:26 UTC 2010


Author: dwayne

Update of /cvs/pkgs/rpms/pootle/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23566

Modified Files:
	pootle.spec 
Log Message:
* Mon Jan 18 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.0.1-4
- Drop Xapian and ISO code support as they're not packaged for EL-5



Index: pootle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pootle/EL-5/pootle.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- pootle.spec	17 Jan 2010 21:19:44 -0000	1.2
+++ pootle.spec	17 Jan 2010 23:43:26 -0000	1.3
@@ -4,7 +4,7 @@
 
 Name:           pootle
 Version:        2.0.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Localization and translation management web application
 
 Group:          Development/Tools
@@ -21,15 +21,17 @@ BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  translate-toolkit >= 1.4.1
 Requires:       Django >= 1.0
-Requires:       iso-codes
+# iso-codes is not packaged for EL-5
+#Requires:       iso-codes
 Requires:       memcached
 Requires:       mod_wsgi
 Requires:       python-lxml
 Requires:       python-memcached
 Requires:       python-Levenshtein
 Requires:       translate-toolkit >= 1.5.1
-Requires:       xapian-bindings-python >= 1.0.13
-Requires:       xapian-core
+# Xapian is not packaged for EL-5
+#Requires:       xapian-bindings-python >= 1.0.13
+#Requires:       xapian-core
 Requires:       zip
 # This is for /sbin/service
 Requires(post): initscripts
@@ -119,6 +121,9 @@ fi
 
 
 %changelog
+* Mon Jan 18 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.0.1-4
+- Drop Xapian and ISO code support as they're not packaged for EL-5
+
 * Sun Jan 17 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.0.1-3
 - Can't use %%{_sharedstatedir}
 



More information about the scm-commits mailing list