SPECS: python-Myghty.spec (NEW) - initial release

emes emes at pld-linux.org
Sun Nov 19 03:53:37 CET 2006


Author: emes                         Date: Sun Nov 19 02:53:37 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release

---- Files affected:
SPECS:
   python-Myghty.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/python-Myghty.spec
diff -u /dev/null SPECS/python-Myghty.spec:1.1
--- /dev/null	Sun Nov 19 03:53:37 2006
+++ SPECS/python-Myghty.spec	Sun Nov 19 03:53:32 2006
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+%define 	module	        myghty
+%define     fname           Myghty
+%define     python_version  2.4
+Summary:	View/Controller Framework and Templating Engine
+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
+URL:		http://www.myghty.org/
+BuildRequires:  python-setuptools
+Requires:	python >= %{python_version}
+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.
+
+%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.
+
+%prep
+%setup -qn %{fname}-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+	--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)
+%{py_sitescriptdir}/%{module}
+%{py_sitescriptdir}/%{fname}-%{version}-py%{python_version}.egg-info
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/11/19 02:53:32  emes
+- initial release
+
+
================================================================


More information about the pld-cvs-commit mailing list