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

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Mon Feb 18 22:38:28 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/python-turboflot/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13673

Modified Files:
	.cvsignore sources 
Added Files:
	python-turboflot.spec 
Log Message:
0.0.6 release


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

Name:           python-turboflot
Version:        0.0.6
Release:        1%{?dist}
Summary:        A TurboGears widget for Flot, a jQuery plotting library

Group:          Development/Languages
License:        MIT
URL:            http://pypi.python.org/pypi/TurboFlot
Source0:        http://pypi.python.org/packages/source/T/TurboFlot/TurboFlot-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel TurboGears
Requires:       TurboGears python-simplejson

%description
A TurboGears widget for Flot, a jQuery plotting library.

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


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT \
        --install-data=%{python_sitelib}/turboflot/static/

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README
# For noarch packages: sitelib
%{python_sitelib}/*


%changelog
* Mon Feb 18 2008 Luke Macken <lmacken at redhat.com> - 0.0.6-1
- Update to 0.0.6

* Sun Feb 17 2008 Luke Macken <lmacken at redhat.com> - 0.0.5-3
- Fix our URL and Source0

* Sat Feb 16 2008 Luke Macken <lmacken at redhat.com> - 0.0.5-2
- Add TurboGears to BuildRequires and Requires
- Require python-simplejson
- Fix description
- Fix Source0

* Wed Feb 13 2008 Luke Macken <lmacken at redhat.com> - 0.0.5-1
- Ok, lets try this random id generation one more time.

* Wed Feb 13 2008 Luke Macken <lmacken at redhat.com> - 0.0.4-1
- Give each widget a "unique" id

* Tue Jan  8 2008 Luke Macken <lmacken at redhat.com> - 0.0.3-1
- Rename turboflot.widget to turboflot.widgets to fix some naming issues

* Fri Jan  4 2008 Luke Macken <lmacken at redhat.com> - 0.0.2-1
- Install the javascript files to our static directory

* Thu Dec 20 2007 David Malcolm <dmalcolm at redhat.com> - 0.0.1-1
- initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-turboflot/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Feb 2008 17:38:18 -0000	1.1
+++ .cvsignore	18 Feb 2008 22:37:45 -0000	1.2
@@ -0,0 +1 @@
+TurboFlot-0.0.6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-turboflot/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Feb 2008 17:38:18 -0000	1.1
+++ sources	18 Feb 2008 22:37:45 -0000	1.2
@@ -0,0 +1 @@
+77873661f3681b5d4f2de598f2cc7f41  TurboFlot-0.0.6.tar.bz2




More information about the fedora-extras-commits mailing list