]> git.pld-linux.org Git - packages/python-django_tagging.git/blame - python-django_tagging.spec
- release 3 (by relup.sh)
[packages/python-django_tagging.git] / python-django_tagging.spec
CommitLineData
59bac24e 1%define module tagging
6679e274 2Summary: A generic tagging application for Django projects
59bac24e 3Summary(pl.UTF-8): Aplikacja do obsługi tagów w projektach Django.
4Name: python-django_tagging
2cd70019 5Version: 0.3.1
eba3d223 6Release: 3
59bac24e 7License: MIT
8Group: Development/Languages/Python
2cd70019
ER
9Source0: https://django-tagging.googlecode.com/files/django-%{module}-%{version}.tar.gz
10# Source0-md5: a0855f2b044db15f3f8a025fa1016ddf
59bac24e 11URL: http://code.google.com/p/django-tagging/
59bac24e 12BuildRequires: rpm-pythonprov
192a98e6 13BuildRequires: rpmbuild(macros) >= 1.710
59bac24e 14Requires: python-django >= 1.0
2cd70019 15Requires: python-modules
59bac24e 16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
2cd70019
ER
20A generic tagging application for Django projects, which allows
21association of a number of tags with any Model instance and makes
22retrieval of tags simple.
59bac24e 23
24%prep
2cd70019 25%setup -q -n django-%{module}-%{version}
59bac24e 26
27%build
5ba20fc3 28%py_build
59bac24e 29
30%install
31rm -rf $RPM_BUILD_ROOT
5ba20fc3 32%py_install
59bac24e 33
2cd70019
ER
34%{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}/tests
35
59bac24e 36%py_postclean
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
2cd70019
ER
43%dir %{py_sitescriptdir}/%{module}
44%{py_sitescriptdir}/%{module}/*.py[co]
45%{py_sitescriptdir}/%{module}/templatetags
46%{py_sitescriptdir}/django_tagging-%{version}-py*.egg-info
This page took 0.071811 seconds and 4 git commands to generate.