From 6b76a804991ead80fd4917c91cbb3d451433bc3e Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sat, 5 Apr 2008 23:10:34 +0000 Subject: [PATCH] fix bz 440813 --- pyxdg.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyxdg.spec b/pyxdg.spec index 48efd51..0371abe 100644 --- a/pyxdg.spec +++ b/pyxdg.spec @@ -2,7 +2,7 @@ Name: pyxdg Version: 0.15 -Release: 5%{?dist}.1 +Release: 6%{?dist} Summary: Python library to access freedesktop.org standards @@ -35,8 +35,12 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog README TODO %{python_sitelib}/xdg +%{python_sitelib}/pyxdg-*.egg-info %changelog +* Sat Apr 5 2008 Tom "spot" Callaway - 0.15-6 +- add egg-info (fixes FTBFS bz 440813) + * Wed Jan 3 2007 Patrice Dumas - 0.15-5 - remove requires for python-abi (automatic now) and python directory - remove package name from summary