Blob Blame History Raw
%global modname moksha.wsgi

Name:           python-moksha-wsgi
Version:        1.0.2
Release:        2%{?dist}
Summary:        WSGI components for Moksha

Group:          Development/Libraries
License:        ASL 2.0
URL:            http://pypi.python.org/pypi/moksha.wsgi
Source0:        http://pypi.python.org/packages/source/m/%{modname}/%{modname}-%{version}.tar.gz

BuildArch:      noarch

BuildRequires:  python2-devel
BuildRequires:  python-setuptools

BuildRequires:  python-nose
BuildRequires:  python-webtest
BuildRequires:  python-bunch

BuildRequires:  python-moksha-common >= 1.0.1
BuildRequires:  python-tw2-core
BuildRequires:  python-tw2-forms
BuildRequires:  python-tw2-jquery
BuildRequires:  python-tw2-jqplugins-ui
BuildRequires:  python-tw2-jqplugins-flot
BuildRequires:  python-tw2-jqplugins-gritter
BuildRequires:  python-tw2-jit
BuildRequires:  python-tw2-excanvas
BuildRequires:  python-paste
BuildRequires:  python-repoze-what
BuildRequires:  python-pygments
BuildRequires:  python-shove
BuildRequires:  python-feedcache
BuildRequires:  python-feedparser

Requires:       python-moksha-common >= 1.0.1
Requires:       python-tw2-core
Requires:       python-tw2-forms
Requires:       python-tw2-jquery
Requires:       python-tw2-jqplugins-ui
Requires:       python-tw2-jqplugins-flot
Requires:       python-tw2-jqplugins-gritter
Requires:       python-tw2-jit
Requires:       python-tw2-excanvas
Requires:       python-paste
Requires:       python-repoze-what
Requires:       python-pygments
Requires:       python-shove
Requires:       python-feedcache
Requires:       python-feedparser

%description
WSGI components for Moksha.

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

%build
CFLAGS="%{optflags}" %{__python} setup.py build

%install
%{__python} setup.py install -O1 --skip-build --root=%{buildroot}

%check
# One of the tests is failing oddly in the rpm context but passes when run by
# hand.  This test is disabled until we can figure that out.
#%%{__python} setup.py test

%files
%doc README AUTHORS COPYING
%{python_sitelib}/moksha/wsgi/
%{python_sitelib}/%{modname}-%{version}*

%changelog
* Wed Sep 12 2012 Ralph Bean <rbean@redhat.com> - 1.0.2-2
- Removed chmod of sizzle.js.

* Wed Sep 12 2012 Ralph Bean <rbean@redhat.com> - 1.0.2-1
- Miscellaneous upstream bugfixes.
- Require latest python-moksha-common.

* Wed Sep 05 2012 Ralph Bean <rbean@redhat.com> - 1.0.0-3
- Use optflags instead of RPM_OPT_FLAGS to be consistent.

* Wed Sep 05 2012 Ralph Bean <rbean@redhat.com> - 1.0.0-2
- Added RPM_OPT_FLAGS to build section.

* Tue Sep 04 2012 Ralph Bean <rbean@redhat.com> - 1.0.0-1
- Initial package for Fedora and fork from moksha core.