Compare commits

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

3 commits

Author SHA1 Message Date
Bohuslav Kabrda
b63d69730f Renamed to python-django-keyedcache 2012-08-15 13:34:25 +02:00
Dennis Gilmore
264567dcf4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 15:50:01 -05:00
Dennis Gilmore
921b190eab - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 18:44:18 -06:00
4 changed files with 1 additions and 48 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
/django-keyedcache-1.4-1.tar.gz

1
dead.package Normal file
View file

@ -0,0 +1 @@
Renamed to python-django-keyedcache

View file

@ -1,46 +0,0 @@
%global srcversion 1.4-1
Name: django-keyedcache
Version: 1.4.1
Release: 2%{?dist}
Summary: Utilities for simplified development of cache aware objects
Group: Development/Languages
License: BSD
URL: http://pypi.python.org/pypi/%{name}
Source0: http://pypi.python.org/packages/source/d/%{name}/%{name}-%{srcversion}.tar.gz
BuildArch: noarch
BuildRequires: python-setuptools-devel python-devel gettext
Requires: Django
%description
Django Keyedcache provides utilities and class mixins for simplified development
of cache-aware objects. Used in Satchmo
%prep
%setup -q -n %{name}-%{srcversion}
rm -rf tests
%build
%{__python} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
# Language files; not under /usr/share, need to be handled manually
(cd $RPM_BUILD_ROOT && find . -name 'django.?o') | sed -e 's|^.||' | sed -e \
's:\(.*/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:' \
>> %{name}.lang
%files -f %{name}.lang
%doc PKG-INFO
# list some files explicitly to avoid listing locale files twice
%{python_sitelib}/keyedcache/*.py*
%{python_sitelib}/keyedcache/templates/
%{python_sitelib}/django_keyedcache*.egg-info
%changelog
* Sat Jun 09 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 1.4.1-2
- Fix a build issue
* Thu Apr 14 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 1.4.1-1
- initial spec

View file

@ -1 +0,0 @@
49d50e6a44db5fe820108534496a7892 django-keyedcache-1.4-1.tar.gz