[supybot-fedmsg] Use new python sitelib macros.

Ralph Bean ralph at fedoraproject.org
Wed Nov 27 01:42:27 UTC 2013


commit 0e3eb89b93acf1ba7c8c9517084d2bf9bae35cdc
Author: Ralph Bean <rbean at redhat.com>
Date:   Tue Nov 26 19:47:35 2013 -0500

    Use new python sitelib macros.

 supybot-fedmsg.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/supybot-fedmsg.spec b/supybot-fedmsg.spec
index a143082..d2e20a6 100644
--- a/supybot-fedmsg.spec
+++ b/supybot-fedmsg.spec
@@ -28,12 +28,12 @@ Currently supported target plugins are:
 %build
 
 %install
-install -dm 755 %{buildroot}/%{python_sitelib}/supybot/plugins/Fedmsg
-install -pm 644 supybot-fedmsg/*.py %{buildroot}/%{python_sitelib}/supybot/plugins/Fedmsg/.
+install -dm 755 %{buildroot}/%{python2_sitelib}/supybot/plugins/Fedmsg
+install -pm 644 supybot-fedmsg/*.py %{buildroot}/%{python2_sitelib}/supybot/plugins/Fedmsg/.
 
 %files
 %doc README.rst LICENSE
-%{python_sitelib}/supybot/plugins/Fedmsg
+%{python2_sitelib}/supybot/plugins/Fedmsg
 
 %changelog
 * Fri Oct 25 2013 Ralph Bean <rbean at redhat.com> - 0.0.7-1


More information about the scm-commits mailing list