File python-toscawidgets-extjs.spec of Package python-toscawidgets-extjs
%define modname tw.extjs
Name: python-toscawidgets-extjs
Version: 0.9.0
Release: 1
Summary: ToscaWidgets Wrapper Around the ExtJS JavaScript Library
URL: http://toscawidgets.org/
License: MIT
Group: Development/Libraries/Python
Source: %{modname}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-buildroot
%{py_requires}
BuildRequires: python-devel python-toscawidgets
Requires: python-toscawidgets
%description
ToscaWidgets wrapper for the ExtJS Javascript toolkit.
Authors:
--------
Alberto Valverde <alberto@toscat.net>
Christopher Perkins
Sanjiv Singh
%prep
%setup -q -n %{modname}-%{version}
%build
export CFLAGS="$RPM_OPT_FLAGS"
python setup.py build
%install
python setup.py install --single-version-externally-managed --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
%clean
rm -rf %{buildroot}
%files -f INSTALLED_FILES
%defattr(0644,root,root,0755)
%changelog
* Mon Dec 08 2008 - James Oakley <jfunk@funktronics.ca> - 0.9.0-1
- Initial release