rpms/python-myghty/devel python-myghty.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Wed Sep 14 17:55:23 UTC 2005


Author: lmacken

Update of /cvs/extras/rpms/python-myghty/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21214/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-myghty.spec 
Log Message:
auto-import python-myghty-0.98c-1 on branch devel from python-myghty-0.98c-1.src.rpm


--- NEW FILE python-myghty.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-myghty
Version:        0.98c
Release:        1
Summary:        A Python-based templating system derived from HTML::Mason

Group:          Development/Libraries
License:        LGPL
URL:            http://www.myghty.org
Source0:        http://dl.sf.net/Myghty/Myghty-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  python

%description
Myghty is a Python based web and templating framework originally based on
HTML::Mason, the enterprise-level framework used by Amazon.com, del.icio.us
and Salon.com, among many others. Myghty fully implements Mason's templating
language, component-based architecture, and caching system, and goes beyond,
adding new paradigms such the Module Components controller paradigm, full
Python whitespace syntax, threading support, WSGI support, session support,
and much more.

%prep
%setup -q -n Myghty-%{version}


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
(cd doc ; %{__python} genhtml.py)
find ./doc ./examples -type f -perm +001 | xargs chmod -x


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc doc/html/* examples LICENSE
%{python_sitelib}/*


%changelog
* Mon Sep 12 2005 Luke Macken <lmacken at redhat.com> 0.98c-1
- Bump to version 0.98c

* Tue Aug 16 2005 Luke Macken <lmacken at redhat.com> 0.98a-1
- Packaged for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-myghty/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Sep 2005 17:33:35 -0000	1.1
+++ .cvsignore	14 Sep 2005 17:55:21 -0000	1.2
@@ -0,0 +1 @@
+Myghty-0.98c.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-myghty/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Sep 2005 17:33:35 -0000	1.1
+++ sources	14 Sep 2005 17:55:21 -0000	1.2
@@ -0,0 +1 @@
+73d5ee5302ffb610059928c8353f2201  Myghty-0.98c.tar.gz




More information about the fedora-extras-commits mailing list