From 49a601dea4bd9819254b7db3aa47813a7971c95e Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Mon, 22 Jul 2013 16:31:26 +0200 Subject: [PATCH] rpmlint: macros in comments, bogus date --- numpy.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/numpy.spec b/numpy.spec index c0323ac..e9fd1a6 100644 --- a/numpy.spec +++ b/numpy.spec @@ -9,7 +9,7 @@ Name: numpy Version: 1.7.1 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -109,7 +109,7 @@ env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ # first install python3 so the binaries are overwritten by the python2 ones %if 0%{?with_python3} pushd %{py3dir} -#%{__python} setup.py install -O1 --skip-build --root %{buildroot} +#%%{__python} setup.py install -O1 --skip-build --root %%{buildroot} # skip-build currently broken, this works around it for now env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ LAPACK=%{_libdir} CFLAGS="%{optflags}" \ @@ -121,7 +121,7 @@ install -D -p -m 0644 f2py.1 %{buildroot}%{_mandir}/man1/f2py.1 pushd %{buildroot}%{_bindir} &> /dev/null popd &> /dev/null -# Remove doc files. They should in in %doc +# Remove doc files. They should in in %%doc rm -f %{buildroot}%{python3_sitearch}/%{name}/COMPATIBILITY rm -f %{buildroot}%{python3_sitearch}/%{name}/DEV_README.txt rm -f %{buildroot}%{python3_sitearch}/%{name}/INSTALL.txt @@ -133,7 +133,7 @@ rm -f %{buildroot}%{python3_sitearch}/%{name}/site.cfg.example popd %endif # with_python3 -#%{__python} setup.py install -O1 --skip-build --root %{buildroot} +#%%{__python} setup.py install -O1 --skip-build --root %%{buildroot} # skip-build currently broken, this works around it for now env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ LAPACK=%{_libdir} CFLAGS="%{optflags}" \ @@ -151,7 +151,7 @@ popd &> /dev/null mkdir -p %{buildroot}/usr/include ln -s %{python_sitearch}/%{name}/core/include/numpy/ %{buildroot}/usr/include/numpy -# Remove doc files. They should in in %doc +# Remove doc files. They should in in %%doc rm -f %{buildroot}%{python_sitearch}/%{name}/COMPATIBILITY rm -f %{buildroot}%{python_sitearch}/%{name}/DEV_README.txt rm -f %{buildroot}%{python_sitearch}/%{name}/INSTALL.txt @@ -242,6 +242,9 @@ popd &> /dev/null %changelog +* Tue Jul 30 2013 Tomas Tomecek - 1:1.7.1-3 +- Fix rpmlint warnings + * Sun Jun 2 2013 Orion Poplawski - 1:1.7.1-2 - Specfile cleanup (bug #969854) @@ -458,7 +461,7 @@ popd &> /dev/null * Wed Oct 25 2006 Jarod Wilson 1.0-1 - New upstream release -* Tue Sep 06 2006 Jarod Wilson 0.9.8-1 +* Wed Sep 06 2006 Jarod Wilson 0.9.8-1 - New upstream release * Wed Apr 26 2006 Ignacio Vazquez-Abrams 0.9.6-1