SPECS: python-Pylons.spec - fixed reqs - added some important files
emes
emes at pld-linux.org
Sun Nov 19 04:37:07 CET 2006
Author: emes Date: Sun Nov 19 03:37:07 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed reqs
- added some important files
---- Files affected:
SPECS:
python-Pylons.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/python-Pylons.spec
diff -u SPECS/python-Pylons.spec:1.1 SPECS/python-Pylons.spec:1.2
--- SPECS/python-Pylons.spec:1.1 Sun Nov 19 01:36:46 2006
+++ SPECS/python-Pylons.spec Sun Nov 19 04:37:01 2006
@@ -6,8 +6,8 @@
Summary(pl): Ĺrodowisko Pylons
Name: python-%{fname}
Version: 0.9.3
-Release: 0.1
-License: BSD
+Release: 0.2
+License: Pylons
Group: Libraries/Python
Source0: http://cheeseshop.python.org/packages/source/P/%{fname}/%{fname}-%{version}.tar.gz
# Source0-md5: 1c36a3d58d81281a0f252a747ad38a00
@@ -16,8 +16,13 @@
Requires: python >= %{python_version}
Requires: python-Paste
Requires: python-PasteDeploy
-Requires: python-simplejson
-Requires: python-FormEncode
+Requires: python-simplejson >= 1.4
+Requires: python-FormEncode >= 0.6
+Requires: python-Myghty >= 1.1
+Requires: python-MyghtyUtils >= 0.52
+Requires: python-Beaker >= 0.6.1
+Requires: python-WebHelpers >= 0.2.2
+Requires: python-Routes >= 1.5.2
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,15 +47,15 @@
--root=$RPM_BUILD_ROOT \
--optimize=2
+find $RPM_BUILD_ROOT%{py_sitescriptdir} -name \*.py -exec rm {} \;
+
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%dir %{py_sitescriptdir}/%{module}
-%{py_sitescriptdir}/%{module}/*.py[co]
-%{py_sitescriptdir}/%{module}/decorators/*.py[co]
-%{py_sitescriptdir}/%{module}/i18n/*.py[co]
+%{py_sitescriptdir}/%{module}
+%{py_sitescriptdir}/%{fname}-%{version}-py%{python_version}.egg-info
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -58,6 +63,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/11/19 03:37:01 emes
+- fixed reqs
+- added some important files
+
Revision 1.1 2006/11/19 00:36:46 emes
- first version, builds but not tested if works
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-Pylons.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list