This commit is contained in:
Tom Callaway 2013-02-28 15:09:42 -05:00
parent 65b704c5d6
commit 0da488ccff
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
pyxdg-0.19.tar.gz
/pyxdg-0.23.tar.gz
/pyxdg-0.25.tar.gz

View File

@ -5,14 +5,13 @@
%endif
Name: pyxdg
Version: 0.23
Release: 2%{?dist}
Version: 0.25
Release: 1%{?dist}
Summary: Python library to access freedesktop.org standards
Group: Development/Libraries
License: LGPLv2
URL: http://freedesktop.org/Software/pyxdg
Source0: http://www.freedesktop.org/~lanius/%{name}-%{version}.tar.gz
Patch0: pyxdg-0.23-gracefully-handle-kde-config-fail.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
# These are needed for the nose tests.
@ -37,7 +36,6 @@ package contains a Python 3 version of PyXDG.
%prep
%setup -q
%patch0 -p1 -b .869877
%if 0%{?with_python3}
rm -rf %{py3dir}
@ -93,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
%endif #with_python3
%changelog
* Thu Feb 28 2013 Tom Callaway <spot@fedoraproject.org> - 0.25-1
- update to 0.25
* Fri Oct 26 2012 Tom Callaway <spot@fedoraproject.org> - 0.23-2
- gracefully handle kde-config fails

View File

@ -1 +1 @@
0710357dfb914ac22122566299cac61c pyxdg-0.23.tar.gz
bedcdb3a0ed85986d40044c87f23477c pyxdg-0.25.tar.gz