rpms/python-tw-forms/devel import.log, NONE, 1.1 python-tw-forms.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Tue Aug 5 03:02:52 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/python-tw-forms/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16395/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-tw-forms.spec 
Log Message:
Inital import



--- NEW FILE import.log ---
python-tw-forms-0_9_1-1_fc9:HEAD:python-tw-forms-0.9.1-1.fc9.src.rpm:1217879200


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

%define srcname tw.forms
Name:           python-tw-forms
Version:        0.9.1
Release:        1%{?dist}
Summary:        Web Widgets for building and validating forms in ToscaWidgets
Group:          Development/Languages
# The javascript for the calendar widget is licensed under LGPLv2.1+
License:        MIT and LGPLv2+
URL:            http://toscawidgets.org/
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
Requires:       python-toscawidgets
Requires:       python-formencode >= 1.0.1

%description
tw.forms is a set of html and javascript widgets for the ToscaWidgets
framework.  They give authors basic html form elements as building blocks
for their own web pages and widgets.


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


%build
chmod 0644 tw/forms/static/grid.css
sed -i 's/\r//' tw/forms/static/grid.css
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{python_sitelib}/*


%changelog
* Sun Jul 27 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.9.1-1
- Initial Fedora Build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-tw-forms/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Aug 2008 18:37:23 -0000	1.1
+++ .cvsignore	5 Aug 2008 03:02:22 -0000	1.2
@@ -0,0 +1 @@
+tw.forms-0.9.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-tw-forms/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Aug 2008 18:37:23 -0000	1.1
+++ sources	5 Aug 2008 03:02:22 -0000	1.2
@@ -0,0 +1 @@
+fd8b0b491c9a9812e12276b8fc86609f  tw.forms-0.9.1.tar.gz




More information about the scm-commits mailing list