Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d44e72e29 | ||
|
|
4335c2faf0 |
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue