summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-11-30 18:17:38 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-11-30 18:17:38 +0100
commit7bd546a808396600d33cefdc5473842b1f0c504d (patch)
tree2936e9f775152341fc057406e097c94269a2c735
parentaf3b084bcf579ee327820c4148108b1684d2de6a (diff)
downloadfirstaidkit-7bd546a808396600d33cefdc5473842b1f0c504d.tar.gz
firstaidkit-7bd546a808396600d33cefdc5473842b1f0c504d.tar.xz
firstaidkit-7bd546a808396600d33cefdc5473842b1f0c504d.zip
Make the egg filename compatible with any python version.
-rw-r--r--firstaidkit.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firstaidkit.spec b/firstaidkit.spec
index 9daea73..e39e0dd 100644
--- a/firstaidkit.spec
+++ b/firstaidkit.spec
@@ -180,7 +180,7 @@ desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applic
%defattr(-,root,root,-)
# For noarch packages: sitelib
%{python_sitelib}/pyfirstaidkit
-%{python_sitelib}/%{name}-%{version}-py2.5.egg-info
+%{python_sitelib}/%{name}-%{version}-py?.?.egg-info
%{_bindir}/firstaidkit
%{_bindir}/firstaidkitrevert
%config(noreplace) %{_sysconfdir}/firstaidkit/firstaidkit.conf