diff --git a/.gitignore b/.gitignore index 135c0b1..8a4e129 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /sip-4.16.9.tar.gz +/sip-4.17.tar.gz diff --git a/sip.spec b/sip.spec index 2856433..e5bfa6a 100644 --- a/sip.spec +++ b/sip.spec @@ -16,15 +16,15 @@ Summary: SIP - Python/C++ Bindings Generator Name: sip -Version: 4.16.9 -Release: 2%{?dist} +Version: 4.17 +Release: 1%{?dist} # sipgen/parser.{c.h} is GPLv3+ with exceptions (bison) License: GPLv2 or GPLv3 and (GPLv3+ with exceptions) Url: http://www.riverbankcomputing.com/software/sip/intro #URL: http://sourceforge.net/projects/pyqt/ -#Source0: http://downloads.sourceforge.net/pyqt/sip-%{version}%{?snap:-snapshot-%{snap}}.tar.gz -Source0: http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/pyqt/sip-%{version}%{?snap:-snapshot-%{snap}}.tar.gz +#Source0: http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{version}.tar.gz ## upstreamable patches # make install should not strip (by default), kills -debuginfo @@ -158,8 +158,8 @@ install -D -p -m644 %{SOURCE1} %{buildroot}%{rpm_macros_dir}/macros.sip %files -%doc LICENSE LICENSE-GPL2 LICENSE-GPL3 %doc NEWS README +%license LICENSE LICENSE-GPL2 LICENSE-GPL3 %{python2_sitearch}/sip.so %{python2_sitearch}/sip*.py* @@ -173,9 +173,11 @@ install -D -p -m644 %{SOURCE1} %{buildroot}%{rpm_macros_dir}/macros.sip %if 0%{?with_python3} %files -n python3-sip +%doc NEWS README +%license LICENSE LICENSE-GPL2 LICENSE-GPL3 %{python3_sitearch}/sip.so %{python3_sitearch}/sip*.py* -%{python3_sitearch}/__pycache__/* +#{python3_sitearch}/__pycache__/* %files -n python3-sip-devel # Note that the "sip" binary is invoked by name in a few places higher up @@ -187,6 +189,9 @@ install -D -p -m644 %{SOURCE1} %{buildroot}%{rpm_macros_dir}/macros.sip %changelog +* Sat Oct 24 2015 Rex Dieter 4.17-1 +- sip-4.17, use %%license tag + * Tue Oct 13 2015 Robert Kuska - 4.16.9-2 - Rebuilt for Python3.5 rebuild diff --git a/sources b/sources index 6d3d789..8e93228 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a1dfff4e6fade0e4adee2c4e3d3aa9a sip-4.16.9.tar.gz +ca51677770fa62dd5087877688cf97ba sip-4.17.tar.gz