rpms/TurboGears/devel TurboGears-1.0b1-setuptools.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 TurboGears.spec, 1.4, 1.5 sources, 1.3, 1.4 TurboGears-0.8.9-setuptools.patch, 1.1, NONE

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Tue Oct 17 15:22:14 UTC 2006


Author: lmacken

Update of /cvs/extras/rpms/TurboGears/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv926

Modified Files:
	.cvsignore TurboGears.spec sources 
Added Files:
	TurboGears-1.0b1-setuptools.patch 
Removed Files:
	TurboGears-0.8.9-setuptools.patch 
Log Message:
1.0b1

TurboGears-1.0b1-setuptools.patch:

--- NEW FILE TurboGears-1.0b1-setuptools.patch ---
--- setup.py.orig	2006-09-12 21:43:09.000000000 -0400
+++ setup.py	2006-09-12 21:43:25.000000000 -0400
@@ -34,21 +34,7 @@
 The latest development version is available in <a href="http://www.turbogears.org/svn/turbogears/trunk#egg=turbogears-dev">the TurboGears subversion repository</a>.""",
     url="http://www.turbogears.org",
     zip_safe=False,
-    install_requires = [
-        "TurboJson >= 0.9.9", 
-        "TurboCheetah >= 0.9.5",
-        "TurboKid >= 0.9.8",
-        "CherryPy >= 2.2.1,<3.0.0alpha",
-        "SQLObject==bugfix,>=0.7.1dev-r1860,<=0.7.99",
-        "simplejson >= 1.3",
-        "elementtree >= 1.2.6", 
-        "PasteScript >= 0.9.7",
-        "cElementTree >= 1.0.5", 
-        "FormEncode >= 0.5.1",
-        "setuptools >= 0.6c2",
-        "RuleDispatch", 
-        "ConfigObj >= 4.3.2", 
-        "nose >= 0.9"],
+    install_requires = [],
     packages=find_packages(),
     include_package_data=True,
     exclude_package_data={"thirdparty" : ["*"]},


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/TurboGears/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	6 Jul 2006 18:53:18 -0000	1.3
+++ .cvsignore	17 Oct 2006 15:21:43 -0000	1.4
@@ -1 +1 @@
-TurboGears-0.8.9.tar.gz
+TurboGears-1.0b1.tar.gz


Index: TurboGears.spec
===================================================================
RCS file: /cvs/extras/rpms/TurboGears/devel/TurboGears.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- TurboGears.spec	4 Sep 2006 00:56:36 -0000	1.4
+++ TurboGears.spec	17 Oct 2006 15:21:43 -0000	1.5
@@ -1,72 +1,94 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           TurboGears
-Version:        0.8.9
-Release:        4%{?dist}
+Version:        1.0b1
+Release:        1%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
 License:        MIT
-URL:            http://www.turbogears.org/
-Source0:        http://www.turbogears.org/download/eggs/%{name}-%{version}.tar.gz
+URL:            http://www.turbogears.org
+Source0:        http://files.turbogears.org/eggs/%{name}-%{version}.tar.gz
 Patch0:         %{name}-%{version}-setuptools.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
-BuildRequires:  python-devel python-setuptools >= 0.6a8 
-BuildRequires:  python-kid >= 0.8 python-TestGears >= 0.2
-BuildRequires:  python-formencode >= 0.4 python-cherrypy >= 2.1.0
-BuildRequires:  python-sqlobject >= 0.7
-BuildRequires:  python-json >= 3.3 python-elementtree >= 1.2.6
-Requires:       python-abi = %{pyver}
-Requires:       python-kid >= 0.8  python-cherrypy >= 2.1.0
-Requires:       python-sqlobject >= 0.7 python-formencode >= 0.4
+
+BuildRequires:  python-setuptools >= 0.6c2
+
+Requires:       python-kid >= 0.8  python-cherrypy >= 2.1.1
+Requires:       python-sqlobject >= 0.7 python-formencode >= 0.5.1
 Requires:       python-json >= 3.3 python-elementtree >= 1.2.6
-Requires:       python-setuptools >= 0.6a8 python-TestGears >= 0.2
+Requires:       python-setuptools >= 0.6a11
+Requires:       python-turbocheetah >= 0.9.5 python-turbojson >= 0.9.9 
+Requires:       python-turbokid >= 0.9.8 python-tgfastdata
+Requires:       python-simplejson >= 1.3 python-paste-script >= 0.9.7
+Requires:       python-configobj >= 4.3.2 python-ruledispatch
+Requires:       python-nose >= 0.9
 
 %description
-TurboGears takes the best components available and combines them into one
-easy-to-install, documented whole. TurboGears includes parts that join the
-pieces together and make them work together seamlessly, but doesn't obscure
-each included project. This allows you to take advantage of all existing
-documentation, articles, mailing lists and other resources that have built up
-in the communities for each project.
+TurboGears brings together four major pieces to create an
+easy to install, easy to use web megaframework. It covers
+everything from front end (MochiKit JavaScript for the browser,
+Kid for templates in Python) to the controllers (CherryPy) to
+the back end (SQLObject).
+
+The TurboGears project is focused on providing documentation
+and integration with these tools without losing touch
+with the communities that already exist around those tools.
+
+TurboGears is easy to use for a wide range of web applications.
+
 
 %prep
 %setup -q
-%patch0 -p1
-find docs -type f -exec chmod a-x {} \; -exec sed -i 's/\r//g' {} \;
+%patch0
+
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+%{__python} setup.py build
+
 
 %install
-rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --single-version-externally-managed
- 
+rm -rf %{buildroot}
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+
+# build the filelists
+for module in turbogears ; do
+    echo '%defattr (0644,root,root,0755)' > $module-pyfiles
+    find %{buildroot}%{python_sitelib}/$module -type d | \
+        sed 's:%{buildroot}\(.*\):%dir \1:' >> $module-pyfiles
+    find %{buildroot}%{python_sitelib}/$module -not -type d -not -name '*.pyo' \
+        | sed 's:%{buildroot}\(.*\):\1:' >> $module-pyfiles
+    find %{buildroot}%{python_sitelib}/$module -not -type d -name '*.pyo' | \
+        sed 's:%{buildroot}\(.*\):%ghost \1:' >> $module-pyfiles
+done
+
+
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
-%files
+%files -f turbogears-pyfiles
 %defattr(-,root,root,-)
-%doc CHANGELOG.txt docs LICENSE.txt
+%doc CHANGELOG.txt LICENSE.txt
 %{_bindir}/tg-admin
 %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info
-%{python_sitelib}/turbogears
 
 %changelog
+* Mon Sep 11 2006 Luke Macken <lmacken at redhat.com> 1.0b1-1
+- 1.0b1
+
 * Sun Sep  3 2006 Luke Macken <lmacken at redhat.com> 0.8.9-4
 - Rebuild for FC6
 
 * Sun Jul  9 2006 Luke Macken <lmacken at redhat.com> 0.8.9-3
 - Require python-TestGears (bug #195370)
 
-* Thu Jul  6 2006 Luke Macken <lmacken at redhat.com> 0.8.9-2
+* Thu Jul 6 2006 Luke Macken <lmacken at redhat.com> 0.8.9-2
 - Add TurboGears-0.8.9-setuptools.patch
 
-* Thu Jul  6 2006 Luke Macken <lmacken at redhat.com> 0.8.9-1
+* Thu Jul 6 2006 Luke Macken <lmacken at redhat.com> 0.8.9-1
 - Bump to 0.8.9
 - Remove TurboGears-0.8a5-optim.patch and TurboGears-0.8a5-setuptools.patch
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/TurboGears/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	6 Jul 2006 18:53:18 -0000	1.3
+++ sources	17 Oct 2006 15:21:43 -0000	1.4
@@ -1 +1 @@
-65ae29ce01fd1e0bad4924b12b4c3706  TurboGears-0.8.9.tar.gz
+667a84671d1ce3639ba11d8e73462639  TurboGears-1.0b1.tar.gz


--- TurboGears-0.8.9-setuptools.patch DELETED ---




More information about the fedora-extras-commits mailing list