|
@@ -2,18 +2,18 @@
|
|
|
%{!?python_inc:%global python_inc %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc(1)")}
|
|
|
%define py_ver %(python -c 'import sys;print(sys.version[0:3])')
|
|
|
|
|
|
-Name: sip
|
|
|
-Summary: SIP - Python/C++ Bindings Generator
|
|
|
-Summary(ja): Python/C++ インターフェイス生成ツール
|
|
|
-Version: 4.12.3
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Name: sip
|
|
|
+Summary: Python/C++ Bindings Generator
|
|
|
+Summary(ja): Python/C++ インターフェイス生成ツール
|
|
|
+Version: 4.13.1
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
-License: GPLv2 or GPLv3
|
|
|
-Group: Development/Tools
|
|
|
-URL: http://www.riverbankcomputing.co.uk/software/sip/intro
|
|
|
+License: GPLv2 or GPLv3
|
|
|
+Group: Development/Tools
|
|
|
+URL: http://www.riverbankcomputing.co.uk/software/sip/intro
|
|
|
|
|
|
-Source0: http://www.riverbankcomputing.co.uk/static/Downloads/sip4/%{name}-%{version}.tar.gz
|
|
|
-Patch0: disable-rpaths.diff
|
|
|
+Source0: http://www.riverbankcomputing.co.uk/static/Downloads/sip4/%{name}-%{version}.tar.gz
|
|
|
+Patch0: disable-rpaths.diff
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: python-devel
|
|
@@ -35,12 +35,12 @@ class library.
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
-Summary: Files needed to generate Python bindings for any C++ class library
|
|
|
-Summary(ja): Python/C++ インタフェース作成に必要なライブラリやヘッダファイル
|
|
|
-Group: Development/Libraries
|
|
|
-Requires: %{name} = %{version}-%{release}
|
|
|
-Requires: python-devel
|
|
|
-Provides: libsip-devel = %{version}-%{release}
|
|
|
+Summary: Files needed to generate Python bindings for any C++ class library
|
|
|
+Summary(ja): Python/C++ インタフェース作成に必要なライブラリやヘッダファイル
|
|
|
+Group: Development/Libraries
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
|
+Requires: python-devel
|
|
|
+Provides: libsip-devel = %{version}-%{release}
|
|
|
|
|
|
%description devel
|
|
|
This package contains files needed to generate Python bindings for any C++
|
|
@@ -93,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%dir %{_datadir}/sip
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Jan 7 2012 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.13.1-1
|
|
|
+- new upstream release
|
|
|
+
|
|
|
* Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.12.3-1
|
|
|
- new upstream release
|
|
|
|