SPECS: python-Myghty.spec - fixed encoding and BRs (use python 2.5...
qboosh
qboosh at pld-linux.org
Tue Nov 28 22:59:14 CET 2006
Author: qboosh Date: Tue Nov 28 21:59:14 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed encoding and BRs (use python 2.5 for .egg-info)
- killed redundant macros
- pl cosmetics
---- Files affected:
SPECS:
python-Myghty.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/python-Myghty.spec
diff -u SPECS/python-Myghty.spec:1.1 SPECS/python-Myghty.spec:1.2
--- SPECS/python-Myghty.spec:1.1 Sun Nov 19 03:53:32 2006
+++ SPECS/python-Myghty.spec Tue Nov 28 22:59:09 2006
@@ -1,33 +1,33 @@
# $Revision$, $Date$
-%define module myghty
-%define fname Myghty
-%define python_version 2.4
+%define fname Myghty
Summary: View/Controller Framework and Templating Engine
-Summary(pl): Ĺrodowisko obsĹugujÄ
ce widok, kontroler oraz system szablonĂłw WWW
+Summary(pl): Środowisko obsługujące widok, kontroler oraz system szablonów WWW
Name: python-%{fname}
Version: 1.1
Release: 0.1
License: MIT
Group: Libraries/Python
-Source0: http://cheeseshop.python.org/packages/source/M/%{fname}/%{fname}-%{version}.tar.gz
-# Source0-md5: 5865361811dca4054f1ec60ac32ee965
+Source0: http://cheeseshop.python.org/packages/source/M/Myghty/%{fname}-%{version}.tar.gz
+# Source0-md5: 5865361811dca4054f1ec60ac32ee965
URL: http://www.myghty.org/
-BuildRequires: python-setuptools
-Requires: python >= %{python_version}
+BuildRequires: python-setuptools
+BuildRequires: python >= 1:2.5
+%pyrequires_eq python-modules
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
A Python-based template and view-controller framework derived from
-HTML::Mason. Supports the full featureset of Mason, allowing component-based
-web development with Python-embedded HTML, and includes many new concepts and
-features not found in Mason.
+HTML::Mason. Supports the full featureset of Mason, allowing
+component-based web development with Python-embedded HTML, and
+includes many new concepts and features not found in Mason.
%description -l pl
-Przeznaczone dla jÄzyka Python Ĺrodowisko obsĹugujÄ
ce model i kontroler oraz
-system szablonĂłw. Oparte na module HTML::Mason jÄzyka Perl. ObsĹuguje
-wszystkie funkcje Masona, pozwalajÄ
c na tworzenie modularnych szablonĂłw HTML z
-osadzonym kodem w Pythonie.
+Przeznaczone dla języka Python środowisko widok-kontroler oraz system
+szablonów. Wywodzi się z modułu HTML::Mason języka Perl. Obsługuje
+wszystkie funkcje Masona, pozwalając na tworzenie modularnych
+szablonów HTML z osadzonym kodem w Pythonie. Zawiera wiele idei i
+możliwości nie obecnych w Masonie.
%prep
%setup -qn %{fname}-%{version}
@@ -49,8 +49,8 @@
%files
%defattr(644,root,root,755)
-%{py_sitescriptdir}/%{module}
-%{py_sitescriptdir}/%{fname}-%{version}-py%{python_version}.egg-info
+%{py_sitescriptdir}/myghty
+%{py_sitescriptdir}/%{fname}-%{version}-py*.egg-info
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -58,7 +58,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/11/28 21:59:09 qboosh
+- fixed encoding and BRs (use python 2.5 for .egg-info)
+- killed redundant macros
+- pl cosmetics
+
Revision 1.1 2006/11/19 02:53:32 emes
- initial release
-
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-Myghty.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list