summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <julien.cristau@logilab.fr>2012-12-06 11:42:31 +0100
committerJulien Cristau <julien.cristau@logilab.fr>2012-12-06 11:42:31 +0100
commit216e5448c2338dfb84a1dfd488cd235ddc22775b (patch)
tree92a0f4354a4f2aeb1499cec747dddc67f0735cba
parenta268e0b064fbef6f45a6fa3cc73b52fd38891f41 (diff)
downloadlogilab-common-216e5448c2338dfb84a1dfd488cd235ddc22775b.tar.gz
[packaging] steal spec file from fedora (closes #113099)
-rw-r--r--python-logilab-common.spec168
1 files changed, 168 insertions, 0 deletions
diff --git a/python-logilab-common.spec b/python-logilab-common.spec
new file mode 100644
index 0000000..3f4ebc0
--- /dev/null
+++ b/python-logilab-common.spec
@@ -0,0 +1,168 @@
+%{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
+Name: python-logilab-common
+Version: 0.58.2
+Release: 1%{?dist}
+Summary: Common libraries for Logilab projects
+
+Group: Development/Libraries
+License: GPLv2+
+URL: http://www.logilab.org/projects/common
+Source0: ftp://ftp.logilab.org/pub/common/logilab-common-%{version}.tar.gz
+BuildArch: noarch
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+BuildRequires: python-devel python-setuptools python-unittest2
+Requires: mx
+
+
+%description
+This package contains several modules providing low level functionality
+shared among some python projects developed by logilab.
+
+
+%prep
+%setup -q -n logilab-common-%{version}
+
+
+%build
+%{__python} setup.py build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT%{_python_sitelib}/logilab/common/test
+
+%check
+%{__python} setup.py test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc README ChangeLog COPYING
+%{_python_sitelib}/logilab*
+%{_bindir}/*
+
+
+%changelog
+* Fri Aug 03 2012 Brian C. Lane <bcl@redhat.com> 0.58.2-1
+- Upstream 0.58.2
+
+* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.57.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.57.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Fri Nov 18 2011 Brian C. Lane <bcl@redhat.com> - 0.57.1-1
+- Upstream 0.57.1
+
+* Fri Jul 29 2011 Brian C. Lane <bcl@redhat.com> - 0.56.0-1
+- Upstream 0.56.0
+
+* Mon Mar 28 2011 Brian C. Lane <bcl@redhat.com> - 0.55.1-1
+- Upstream 0.55.1
+- Add unit tests to spec
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.53.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Mon Nov 29 2010 Brian C. Lane <bcl@redhat.com> - 0.53.0-1
+- Upstream 0.53.0
+
+* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.50.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
+* Thu Jul 08 2010 Brian C. Lane <bcl@brdhat.com> - 0.50.3-1
+- Upstream 0.50.3
+
+* Fri Mar 26 2010 Brian C. Lane <bcl@redhat.com> - 0.49.0-2
+- Add python-setuptools to BuildRequires
+
+* Thu Mar 25 2010 Brian C. Lane <bcl@redhat.com> - 0.49.0-1
+- Upstream 0.49.0
+
+* Sun Aug 30 2009 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.45.0-1
+- Upstream 0.45.0 (small enhancements and bugfixes)
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.41.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Jun 17 2009 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.41.0-2
+- Upstream 0.41.0
+- Bugfixes and a few minor new features
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Jan 28 2009 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.38.0-1
+- Upstream 0.38.0
+
+* Tue Dec 30 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.37.0-1
+- Upstream 0.37.0
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.32.0-2
+- Rebuild for Python 2.6
+
+* Mon Jun 30 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.32.0-1
+- Upstream 0.32.0
+
+* Sun Feb 17 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.28.0-1
+- Upstream 0.28.0
+
+* Thu Jan 17 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.26.1-1
+- Upstream 0.26.1
+- Package egg-info and other files.
+
+* Mon Dec 24 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.25.2-1
+- Upstream 0.25.2
+
+* Sun Nov 18 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.24.0-1
+- Upstream 0.24.0
+- Adjust license to the new standard
+
+* Sun Apr 01 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.21.2-1
+- Upstream 0.21.2
+
+* Sun Dec 17 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.21.0-1
+- Upstream 0.21.0
+- Include COPYING with docs
+
+* Tue Sep 26 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.19.2-1
+- Upstream 0.19.2
+- Ghostbusting
+- Require mx
+
+* Mon May 01 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.15.0-1
+- Version 0.15.0
+
+* Sun Mar 12 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.14.1-2
+- Also handle __init__.pyc and __init__.pyo
+
+* Sun Mar 12 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.14.1-1
+- Version 0.14.1
+
+* Thu Jan 12 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.13.0-1
+- Version 0.13.0
+- astng no longer part of the package
+
+* Thu Nov 17 2005 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.12.0-1
+- Version 0.12.0
+
+* Mon Jun 13 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 0.10.0-1
+- Version 0.10.0.
+- Disttagging.
+
+* Thu May 05 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 0.9.3-3
+- Fix paths.
+
+* Tue Apr 26 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 0.9.3-2
+- Ghost .pyo files.
+- Get rid of test, which doesn't do anything.
+
+* Fri Apr 22 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 0.9.3-1
+- Initial packaging.