[desktopcouch] SPEC cosmetic change

Christopher Meng cicku at fedoraproject.org
Tue May 6 03:07:03 UTC 2014


commit b6e7f47e4725e3fe536899a693f24fe4a76d8e69
Author: Christopher Meng <i at cicku.me>
Date:   Tue May 6 11:07:06 2014 +0800

    SPEC cosmetic change

 desktopcouch.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/desktopcouch.spec b/desktopcouch.spec
index e6c616d..b6d8680 100644
--- a/desktopcouch.spec
+++ b/desktopcouch.spec
@@ -52,10 +52,10 @@ These are the python bindings for desktopcouch.
 
 %build
 sed -i -e 's@/usr/lib/desktopcouch/@%{_bindir}/@' org.desktopcouch.CouchDB.service
-env CFLAGS="%{optflags}" python setup.py build
+%{__python2} setup.py build
 
 %install
-python setup.py install --root=%{buildroot} --record=INSTALLED_FILES
+%{__python2} setup.py install --root=%{buildroot} --record=INSTALLED_FILES
 
 # remove installed docs, we will doc them later
 rm -rf %{buildroot}%{_datadir}/doc
@@ -94,12 +94,12 @@ update-desktop-database -q
 %files -n python-desktopcouch
 %doc desktopcouch/records/doc/*.txt
 %doc desktopcouch/recordtypes/contacts/*.txt
-%{python_sitelib}/desktopcouch-*egg-info
-%{python_sitelib}/desktopcouch
+%{python2_sitelib}/desktopcouch-*egg-info
+%{python2_sitelib}/desktopcouch
 
 %changelog
 * Thu Sep 05 2013 Christopher Meng <rpm at cicku.me> - 1.0.8-1
-- Update to new version.
+- Update to 1.0.8
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.7-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list