source: projects/specs/trunk/p/python-django-tagging/python-django-tagging-vl.spec @ 8158

Revision 8158, 2.4 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
2
3%define alphatag r154
4%define srcname django-tagging
5
6Name:           python-%{srcname}
7Version:        0.3
8Release:        4.20080217svn%{alphatag}%{?_dist_release}
9Summary:        A generic tagging application for Django projects
10
11Group:          Development/Languages
12License:        MIT
13URL:            http://code.google.com/p/django-tagging/
14# svn export -r154 http://django-tagging.googlecode.com/svn/trunk/ django-tagging-0.3-r154
15# tar zcf django-tagging-0.3-r154.tar.gz django-tagging-0.3-r154
16Source0:        %{srcname}-%{version}-%{alphatag}.tar.gz
17BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
18
19BuildArch:      noarch
20BuildRequires:  python-devel
21Requires:       python-django
22
23Vendor: Project Vine
24Distribution: Vine Linux
25
26%description
27A generic tagging application for Django projects, which allows association
28of a number of tags with any Model instance and makes retrieval of tags
29simple.
30
31%prep
32%setup -q -n %{srcname}-%{version}-%{alphatag}
33
34%build
35%{__python} setup.py build
36
37
38%install
39%__rm -rf $RPM_BUILD_ROOT
40%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
41
42%clean
43%__rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(-,root,root,-)
47%doc CHANGELOG.txt LICENSE.txt README.txt docs/*
48%{python_sitelib}/*
49
50%changelog
51* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.3-4.20080217svnr154
52- rebuild with VineSeed environment
53
54* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.3-3.20080217svnr154
55- rebuild with python-2.7.2
56
57* Thu Sep 02 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 0.3-2.20080217svnr154
58- changed from Django to python-django in Requires: (see changeset r1742)
59
60* Mon Aug 23 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 0.3-1.20080217svnr154
61- initial build based on Fedora development
62
63* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.3-3.20080217svnr154
64- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
65
66* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-2.20080217svnr154
67- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
68
69* Mon Mar 02 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 0.3-1.20080217svnr154
70- Add Requires: Django
71
72* Wed Feb 18 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 0.3-0.20080217svnr154
73- Initial RPM release
Note: See TracBrowser for help on using the repository browser.