SPECS: python-TurboGears.spec (NEW) - new

arekm arekm at pld-linux.org
Sat Dec 10 22:38:42 CET 2005


Author: arekm                        Date: Sat Dec 10 21:38:42 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/python-TurboGears.spec
diff -u /dev/null SPECS/python-TurboGears.spec:1.1
--- /dev/null	Sat Dec 10 22:38:42 2005
+++ SPECS/python-TurboGears.spec	Sat Dec 10 22:38:36 2005
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+
+%define	module	TurboGears
+
+Summary:	The rapid web development megaframework
+Name:		python-TurboGears
+Version:	0.8a5
+Release:	1
+License:	GPL
+Group:		Development/Languages/Python
+Source0:	http://www.turbogears.org/download/eggs/TurboGears-0.8a5.tar.gz
+# Source0-md5:	ff1c1737fac46eb7ec931c05c461bc68
+URL:		http://www.turbogears.org/
+%pyrequires_eq	python
+BuildRequires:	python-devel
+BuildRequires:	unzip
+BuildRequires:	python-setuptools
+Requires:	python-TestGears
+Requires:	python-cElementTree
+Requires:	python-FormEncode
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+TurboGears is the rapid web development megaframework you've been looking for.
+
+%prep
+%setup  -q -c
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{_bindir}/easy_install \
+        --no-deps \
+        --script-dir="$RPM_BUILD_ROOT%{_bindir}" \
+        --install-dir="$RPM_BUILD_ROOT%{py_sitescriptdir}" \
+        --always-unzip \
+        %{SOURCE0}
+
+%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
+%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
+%py_postclean
+
+echo '%{module}-%{version}-py%{py_ver}.egg' > $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}.pth
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{py_sitescriptdir}/%{module}*
+
+%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  2005/12/10 21:38:36  arekm
+- new
+
================================================================



More information about the pld-cvs-commit mailing list