rpms/python-toscawidgets/devel .cvsignore, 1.2, 1.3 python-toscawidgets.spec, 1.1, 1.2 sources, 1.2, 1.3

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Sat May 31 01:25:18 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/python-toscawidgets/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12043

Modified Files:
	.cvsignore python-toscawidgets.spec sources 
Log Message:
* Fri May 30 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.8.6.1-1
- Update to latest release.
- Initial Fedora build.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-toscawidgets/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	30 May 2008 15:03:07 -0000	1.2
+++ .cvsignore	31 May 2008 01:24:25 -0000	1.3
@@ -1 +1 @@
-ToscaWidgets-0.2.20080320svn4283.tar.gz
+ToscaWidgets-0.8.6.1.tar.gz


Index: python-toscawidgets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-toscawidgets/devel/python-toscawidgets.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-toscawidgets.spec	30 May 2008 15:03:07 -0000	1.1
+++ python-toscawidgets.spec	31 May 2008 01:24:25 -0000	1.2
@@ -4,27 +4,29 @@
 %define srcname ToscaWidgets
 
 Name:           python-toscawidgets
-Version:        0.2
-Release:        0.3.20080320svn4283%{?dist}
-Summary:        Web widget toolkit
+Version:        0.8.6.1
+Release:        1%{?dist}
+Summary:        Toolkit to help create widgets for WSGI web apps
 Group:          Development/Languages
 License:        MIT
 URL:            http://toscawidgets.org/
-# svn co -r 4283 http://svn.turbogears.org/projects/ToscaWidgets/trunk ToscaWidgets-0.2
-# tar -czvf ToscaWidgets-0.2.20080320svn4283.tar.gz --exclude .svn ToscaWidgets-0.2
-Source0:        http://toscawidgets.org/download/%{srcname}-%{version}.20080320svn4283.tar.gz
+Source0:        http://pypi.python.org/packages/source/T/%{srcname}/%{srcname}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
 
+# RuleDispatch is deprecated.  Will go away in the 0.9 release
 Requires: python-ruledispatch >= 0.5a0-0.7.svnr2306
+
 Requires: python-decoratortools
 Requires: python-paste >= 1.1
 Requires: python-paste-script
-Requires: python-simplejson
 Requires: python-decorator
+# Can replace this with python-cjson -- since TG-1 uses simplejson we'll use
+# this for now.
+Requires: python-simplejson
 
 %description
 ToscaWidgets is a web widget toolkit for Python to aid in the creation, 
@@ -40,12 +42,6 @@
 %prep
 %setup -q -n %{srcname}-%{version}
 
-cd examples/tgsample/tgsample
-%{__sed} -i 's/\r//'  templates/welcome.kid templates/add_user.kid templates/master.kid static/css/style.css
-
-cd ..
-chmod 0644 start-tgsample.py
-
 %build
 %{__python} setup.py build
 
@@ -60,12 +56,14 @@
 
 %files
 %defattr(-,root,root,-)
-%doc *.txt docs examples
-# For noarch packages: sitelib
+%doc README.txt PKG-INFO
 %{python_sitelib}/*
 
 
 %changelog
+* Fri May 30 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.8.6.1-1
+- Update to latest release.
+
 * Thu Mar 20 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.2-0.3.20080320svn4283
 - Update to a snapshot.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-toscawidgets/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	30 May 2008 15:03:07 -0000	1.2
+++ sources	31 May 2008 01:24:25 -0000	1.3
@@ -1 +1 @@
-ef783d8beef11aab311f5472a46b4001  ToscaWidgets-0.2.20080320svn4283.tar.gz
+096d1e75a7228fb5fa17835430592260  ToscaWidgets-0.8.6.1.tar.gz




More information about the scm-commits mailing list