[python-ladon/el6] mask more places for ladon-binary

Matthias Runge mrunge at fedoraproject.org
Tue Jan 10 08:48:20 UTC 2012


commit d5ad314f4412d547b9e8e2339cdb5b2a8416103b
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Tue Jan 10 09:47:56 2012 +0100

    mask more places for ladon-binary

 python-ladon.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-ladon.spec b/python-ladon.spec
index d13fbc6..a3afa4d 100644
--- a/python-ladon.spec
+++ b/python-ladon.spec
@@ -32,7 +32,7 @@ Ladon's protocol support.
 %install
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 chmod 755 %{buildroot}/%{python_sitelib}/ladon/clients/jsonwsp.py
-rm %{buildroot}/%{_bindir}/ladon2.6ctl.py
+rm %{buildroot}/%{_bindir}/ladon2.?ctl.py
 
 # remove bundled library
 rm -rf %{buildroot}/%{python_sitelib}/chardet_py2
@@ -40,7 +40,7 @@ rm -rf %{buildroot}/%{python_sitelib}/chardet_py2
 %files
 %doc PKG-INFO
 %{python_sitelib}/*
-%{_bindir}/ladon2.7ctl
+%{_bindir}/ladon2.?ctl
 
 %changelog
 * Fri Jan 06 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.6.5-2


More information about the scm-commits mailing list