Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Pádraig Brady
9d44e72e29 create a version to depend on Django14 in EPEL
This will probably need to be revisited, but for
now to at least support openstack-dashboard which
needs this package and Django14, change the dependency.
2012-11-01 14:50:58 +00:00
Matthias Runge
4335c2faf0 initial build for epel6 2012-10-16 13:32:54 +02:00

View file

@ -2,7 +2,7 @@
Name: python-django-compressor
Version: 1.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Compresses linked and inline JavaScript or CSS into single cached files
License: MIT
@ -17,7 +17,11 @@ Requires: python-django-appconf >= 0.4
Requires: python-versiontools
%if 0%{?rhel}<7 || 0%{?fedora} < 18
%if 0%{?rhel}==6
Requires: Django14
%else
Requires: Django
%endif
%else
Requires: python-django
%endif
@ -59,6 +63,9 @@ done
%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
%changelog
* Wed Oct 24 2012 Pádraig Brady <pbrady@redhat.com> - 1.2-4
- Depend on Django14 in EPEL
* Mon Sep 24 2012 Matthias Runge <mrunge@redhat.com> - 1.2-3
- add requirement Django/python-django