Hello community,

here is the log from the commit of package python-oslosphinx for 
openSUSE:Factory checked in at 2015-09-02 07:54:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslosphinx (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslosphinx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslosphinx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslosphinx/python-oslosphinx.changes      
2015-08-27 08:54:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-oslosphinx.new/python-oslosphinx.changes 
2015-09-02 07:54:05.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul 29 11:02:49 UTC 2015 - [email protected]
+
+- Unify spec file. Use fedora compatible files macros
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-oslosphinx.spec ++++++
--- /var/tmp/diff_new_pack.85eKus/_old  2015-09-02 07:54:05.000000000 +0200
+++ /var/tmp/diff_new_pack.85eKus/_new  2015-09-02 07:54:05.000000000 +0200
@@ -26,6 +26,7 @@
 Source:         
https://pypi.python.org/packages/source/o/oslosphinx/oslosphinx-%{version}.tar.gz
 Source99:       rpmlintrc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  openstack-suse-macros
 BuildRequires:  python-devel
 BuildRequires:  python-pbr
 Requires:       python-pbr >= 0.6
@@ -50,15 +51,15 @@
 %setup -q -n oslosphinx-%{version}
 
 %build
-python setup.py build
+%{__python2} setup.py build
 
 %install
-python setup.py install --skip-build --root=%{buildroot} --prefix=%{_prefix} 
--install-data=%{python_sitelib}
+%{__python2} setup.py install --skip-build --root=%{buildroot} 
--prefix=%{_prefix} --install-data=%{python2_sitelib}
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.rst AUTHORS
-%{python_sitelib}/oslosphinx
-%{python_sitelib}/*.egg-info
+%{python2_sitelib}/oslosphinx
+%{python2_sitelib}/*.egg-info
 
 %changelog



Reply via email to