source: projects/specs/trunk/p/python-logilab-common/python-logilab-common-vl.spec @ 8158

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

new upstream release or rebuild

Line 
1Name:           python-logilab-common
2Version:        0.57.1
3Release:        2%{?_dist_release}
4Summary:        Common libraries for Logilab projects
5
6Group:          Development/Libraries
7License:        GPLv2+
8URL:            http://www.logilab.org/projects/common
9Source0:        ftp://ftp.logilab.org/pub/common/logilab-common-%{version}.tar.gz
10BuildArch:      noarch
11BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
12
13BuildRequires:  python-devel python-setuptools python-unittest2
14Requires:       python-egenix-mx-base
15
16Vendor: Project Vine
17Distribution: Vine Linux
18
19%description
20This package contains several modules providing low level functionality
21shared among some python projects developed by logilab.
22
23
24%prep
25%setup -q -n logilab-common-%{version}
26
27
28%build
29%{__python} setup.py build
30
31
32%install
33rm -rf $RPM_BUILD_ROOT
34%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
35rm -rf $RPM_BUILD_ROOT%{_python_sitelib}/logilab/common/test
36
37%check
38%{__python} setup.py test
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43
44%files
45%defattr(-,root,root,-)
46%doc README ChangeLog COPYING
47%{python_sitelib}/logilab*
48%{_bindir}/*
49
50
51%changelog
52* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.57.1-2
53- rebuild with VineSeed environment
54
55* Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.57.1-1
56- initial build for Vine Linux
57
58
59* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.57.1-2
60- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
61
62* Fri Nov 18 2011 Brian C. Lane <bcl@redhat.com> - 0.57.1-1
63- Upstream 0.57.1
64
65* Fri Jul 29 2011 Brian C. Lane <bcl@redhat.com> - 0.56.0-1
66- Upstream 0.56.0
67
68* Mon Mar 28 2011 Brian C. Lane <bcl@redhat.com> - 0.55.1-1
69- Upstream 0.55.1
70- Add unit tests to spec
71
72* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.53.0-2
73- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
74
75* Mon Nov 29 2010 Brian C. Lane <bcl@redhat.com> - 0.53.0-1
76- Upstream 0.53.0
77
78* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.50.3-2
79- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
80
81* Thu Jul 08 2010 Brian C. Lane <bcl@brdhat.com> - 0.50.3-1
82- Upstream 0.50.3
83
84* Fri Mar 26 2010 Brian C. Lane <bcl@redhat.com> - 0.49.0-2
85- Add python-setuptools to BuildRequires
86
87* Thu Mar 25 2010 Brian C. Lane <bcl@redhat.com> - 0.49.0-1
88- Upstream 0.49.0
89
90* Sun Aug 30 2009 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.45.0-1
91- Upstream 0.45.0 (small enhancements and bugfixes)
92
93* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.41.0-3
94- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
95
96* Wed Jun 17 2009 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.41.0-2
97- Upstream 0.41.0
98- Bugfixes and a few minor new features
99
100* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38.0-2
101- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
102
103* Wed Jan 28 2009 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.38.0-1
104- Upstream 0.38.0
105
106* Tue Dec 30 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.37.0-1
107- Upstream 0.37.0
108
109* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.32.0-2
110- Rebuild for Python 2.6
111
112* Mon Jun 30 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.32.0-1
113- Upstream 0.32.0
114
115* Sun Feb 17 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.28.0-1
116- Upstream 0.28.0
117
118* Thu Jan 17 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.26.1-1
119- Upstream 0.26.1
120- Package egg-info and other files.
121
122* Mon Dec 24 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.25.2-1
123- Upstream 0.25.2
124
125* Sun Nov 18 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.24.0-1
126- Upstream 0.24.0
127- Adjust license to the new standard
128
129* Sun Apr 01 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.21.2-1
130- Upstream 0.21.2
131
132* Sun Dec 17 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.21.0-1
133- Upstream 0.21.0
134- Include COPYING with docs
135
136* Tue Sep 26 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.19.2-1
137- Upstream 0.19.2
138- Ghostbusting
139- Require mx
140
141* Mon May 01 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.15.0-1
142- Version 0.15.0
143
144* Sun Mar 12 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.14.1-2
145- Also handle __init__.pyc and __init__.pyo
146
147* Sun Mar 12 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.14.1-1
148- Version 0.14.1
149
150* Thu Jan 12 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.13.0-1
151- Version 0.13.0
152- astng no longer part of the package
153
154* Thu Nov 17 2005 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.12.0-1
155- Version 0.12.0
156
157* Mon Jun 13 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 0.10.0-1
158- Version 0.10.0.
159- Disttagging.
160
161* Thu May 05 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 0.9.3-3
162- Fix paths.
163
164* Tue Apr 26 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 0.9.3-2
165- Ghost .pyo files.
166- Get rid of test, which doesn't do anything.
167
168* Fri Apr 22 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 0.9.3-1
169- Initial packaging.
Note: See TracBrowser for help on using the repository browser.