1 |
|
# $Id: pootle.spec,v 1.10 2009/10/20 20:45:22 slords Exp $ |
2 |
|
# Authority: slords |
3 |
|
# Name: Shad L. Lords |
4 |
|
|
5 |
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} |
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} |
6 |
|
|
7 |
%global fullname Pootle |
%global fullname Pootle |
8 |
|
|
9 |
Name: pootle |
Name: pootle |
10 |
Version: 2.0.1 |
Version: 2.0.2 |
11 |
Release: 5%{?dist} |
Release: 1%{?dist} |
12 |
Summary: Localization and translation management web application |
Summary: Localization and translation management web application |
13 |
|
|
14 |
Group: Development/Tools |
Group: Development/Tools |
35 |
# EL-5 uses Python 2.4 and thus needs sqlite2 |
# EL-5 uses Python 2.4 and thus needs sqlite2 |
36 |
Requires: python-sqlite2 |
Requires: python-sqlite2 |
37 |
Requires: translate-toolkit >= 1.5.1 |
Requires: translate-toolkit >= 1.5.1 |
38 |
# Xapian is not packaged for EL-5 |
Requires: xapian-bindings-python >= 1.0.13 |
39 |
#Requires: xapian-bindings-python >= 1.0.13 |
Requires: xapian-core |
|
#Requires: xapian-core |
|
40 |
Requires: zip |
Requires: zip |
41 |
# This is for /sbin/service |
# This is for /sbin/service |
42 |
Requires(post): initscripts |
Requires(post): initscripts |
126 |
|
|
127 |
|
|
128 |
%changelog |
%changelog |
129 |
|
* Wed Feb 24 2010 Shad L. Lords <slords@mail.com> - 2.0.2-1 |
130 |
|
- Update to 2.0.2 |
131 |
|
|
132 |
* Mon Jan 18 2010 Dwayne Bailey <dwayne@translate.org.za> - 2.0.1-5 |
* Mon Jan 18 2010 Dwayne Bailey <dwayne@translate.org.za> - 2.0.1-5 |
133 |
- Require python-sqlite2 as its not included in Python 2.4 |
- Require python-sqlite2 as its not included in Python 2.4 |
134 |
|
|