Hello community,
here is the log from the commit of package python-sphinxcontrib-pecanwsme for
openSUSE:Factory checked in at 2015-09-02 07:53:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-pecanwsme (Old)
and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-pecanwsme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-pecanwsme"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-pecanwsme/python-sphinxcontrib-pecanwsme.changes
2014-05-06 14:02:31.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-pecanwsme.new/python-sphinxcontrib-pecanwsme.changes
2015-09-02 07:53:59.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul 29 11:05:09 UTC 2015 - [email protected]
+
+- Unify spec file. Use fedora compatible files macros
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinxcontrib-pecanwsme.spec ++++++
--- /var/tmp/diff_new_pack.m5Srao/_old 2015-09-02 07:53:59.000000000 +0200
+++ /var/tmp/diff_new_pack.m5Srao/_new 2015-09-02 07:53:59.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-sphinxcontrib-pecanwsme
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
Group: Development/Languages/Python
Url: https://github.com/dreamhost/sphinxcontrib-pecanwsme
Source:
https://pypi.python.org/packages/source/s/sphinxcontrib-pecanwsme/sphinxcontrib-pecanwsme-%{version}.tar.gz
+BuildRequires: openstack-suse-macros
BuildRequires: python-devel
BuildRequires: python-pbr
BuildRequires: python-setuptools
@@ -42,14 +43,14 @@
%setup -q -n sphinxcontrib-pecanwsme-%{version}
%build
-python setup.py build
+%{__python2} setup.py build
%install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc LICENSE README.rst
-%{python_sitelib}/*
+%{python2_sitelib}/*
%changelog