rpms/python-tw-jquery/EL-5 python-tw-jquery.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Mon Aug 10 17:43:14 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-tw-jquery/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2464

Modified Files:
	.cvsignore sources 
Added Files:
	python-tw-jquery.spec 
Log Message:
Initial commit of python-tw-jquery for EL-5


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

Name:           python-tw-jquery
Version:        0.9.5
Release:        1%{?dist}
Summary:        ToscaWidgets wrapping for jQuery

Group:          Development/Languages
License:        MIT
URL:            http://toscawidgets.org
Source0:        http://pypi.python.org/packages/source/t/tw.jquery/tw.jquery-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  python-devel python-setuptools-devel
Requires:       python-toscawidgets >= 0.9.3
Requires:       python-tw-forms

%description
ToscaWidgets wrapping for jQuery

%prep
%setup -q -n tw.jquery-%{version}


%build
%{__python} setup.py build


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


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE.txt
%{python_sitelib}/*



%changelog
* Fri Jul 31 2009 Luke Macken <lmacken at redhat.com> - 0.9.5-1
- Latest upstream release

* Thu Jun 18 2009 Luke Macken <lmacken at redhat.com> - 0.9.4.5-1
- Latest upstream release, with various module cleanups

* Tue Jun 02 2009 Luke Macken <lmacken at redhat.com> - 0.9.4.4-1
- Latest upstream release, which includes the license

* Tue Jun 02 2009 Luke Macken <lmacken at redhat.com> - 0.9.4.3-1
- Latest upstream release

* Mon Jun 01 2009 Luke Macken <lmacken at redhat.com> - 0.9.4.2-1
- Update to 0.9.4.2
- Require python-tw-forms

* Tue Oct 21 2008 Luke Macken <lmacken at redhat.com> - 0.9.1-0.1.dev20081021
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-tw-jquery/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Aug 2009 20:32:46 -0000	1.1
+++ .cvsignore	10 Aug 2009 17:43:14 -0000	1.2
@@ -0,0 +1 @@
+tw.jquery-0.9.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-tw-jquery/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Aug 2009 20:32:46 -0000	1.1
+++ sources	10 Aug 2009 17:43:14 -0000	1.2
@@ -0,0 +1 @@
+26a12f557d154465203ae920ae66f437  tw.jquery-0.9.5.tar.gz




More information about the fedora-extras-commits mailing list