From e442879b6fd5f25cd47d136d3966a179b8c104ba Mon Sep 17 00:00:00 2001 From: John Patrick Mahowald Date: Mon, 29 Aug 2005 16:49:49 +0000 Subject: [PATCH] auto-import pyxdg-0.14-2 on branch devel from pyxdg-0.14-2.src.rpm --- .cvsignore | 1 + pyxdg.spec | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 66 insertions(+) create mode 100644 pyxdg.spec diff --git a/.cvsignore b/.cvsignore index e69de29..8d2a017 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +pyxdg-0.14.tar.gz diff --git a/pyxdg.spec b/pyxdg.spec new file mode 100644 index 0000000..ed1d98b --- /dev/null +++ b/pyxdg.spec @@ -0,0 +1,64 @@ +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +Name: pyxdg +Version: 0.14 +Release: 2%{?dist} +Summary: PyXDG is a python library to access freedesktop.org standards + + +Group: Development/Libraries +License: LGPL +URL: http://freedesktop.org/Software/pyxdg +Source0: http://www.freedesktop.org/~lanius/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +BuildRequires: python-devel +Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]"), %{python_sitelib} + +%description +PyXDG is a python library to access freedesktop.org standards + +%prep +%setup -q + +%build +%{__python} setup.py build + +%install +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install --skip-build --root=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc AUTHORS COPYING ChangeLog README TODO +%{python_sitelib}/xdg + +%changelog +* Sun Jul 03 2005 Sindre Pedersen Bjordal - 0.14-2 +- Added %{?dist} tag to release +- BuildArch: noarch +- Removed unneccesary CLFAGS + +* Sun Jun 05 2005 Sindre Pedersen Bjordal - 0.14-1 +- Rebuilt for 0.14 + +* Wed Jun 01 2005 Sindre Pedersen Bjordal - 0.13-1 +- Rebuilt for 0.13 + +* Tue May 31 2005 Sindre Pedersen Bjordal - 0.12-1 +- Rebuilt for 0.12 + +* Sat May 28 2005 Sindre Pedersen Bjordal - 0.11-1 +- Rebuilt for 0.11 + +* Mon May 23 2005 Sindre Pedersen Bjordal - 0.10-1 +- Adapt to Fedora Extras template, based on spec from NewRPMs + +* Tue Dec 14 2004 Che +- initial rpm release + + diff --git a/sources b/sources index e69de29..d045099 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +c917afece0f60d784dc640bac4ea4bf3 pyxdg-0.14.tar.gz