automatic version update by autodist [release 4.15.3-1mamba;Wed Oct 16 2013]
This commit is contained in:
parent
02afafc7dd
commit
23a67b4659
@ -1,2 +1,4 @@
|
||||
# python-sip
|
||||
|
||||
SIP is an extension module generator similar to SWIG but is specifically designed for creating Python modules.
|
||||
|
||||
|
170
python-sip.spec
Normal file
170
python-sip.spec
Normal file
@ -0,0 +1,170 @@
|
||||
Name: python-sip
|
||||
Version: 4.15.3
|
||||
Release: 1mamba
|
||||
Summary: Python extension module generator for C and C++ libraries
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.riverbankcomputing.com/software/sip
|
||||
Source: http://sourceforge.net/projects/pyqt/files/sip/sip-%{version}/sip-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python27 >= %python27_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
SIP is an extension module generator similar to SWIG but is specifically designed for creating Python modules.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for SIP
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
SIP is an extension module generator similar to SWIG but is specifically designed for creating Python modules.
|
||||
|
||||
This package contains header files need for development.
|
||||
|
||||
%prep
|
||||
%setup -q -n sip-%{version}
|
||||
|
||||
%build
|
||||
%{__python27} configure.py CXXFLAGS="%{optflags}" CFLAGS="%{optflags}" \
|
||||
-d %{python27_sitearch}
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
install -d -m0755 %{buildroot}%{_datadir}/sip
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{python27_sitearch}/*.so
|
||||
%doc LICENSE*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/sip
|
||||
%dir %{_datadir}/sip
|
||||
%{_includedir}/python%{python27_version}/sip.h
|
||||
%{python27_sitearch}/*.py
|
||||
%doc NEWS README
|
||||
%doc doc/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 16 2013 Automatic Build System <autodist@mambasoft.it> 4.15.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 30 2013 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 4.15.2-1mamba
|
||||
- update to 4.15.2
|
||||
|
||||
* Tue Jun 18 2013 Automatic Build System <autodist@mambasoft.it> 4.14.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.6-2mamba
|
||||
- rebuilt with python 2.7
|
||||
|
||||
* Mon Apr 22 2013 Automatic Build System <autodist@mambasoft.it> 4.14.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 28 2013 Automatic Build System <autodist@mambasoft.it> 4.14.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 09 2013 Automatic Build System <autodist@mambasoft.it> 4.14.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 25 2013 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 09 2012 Automatic Build System <autodist@mambasoft.it> 4.14.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 02 2012 Automatic Build System <autodist@mambasoft.it> 4.14.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 18 2012 Automatic Build System <autodist@mambasoft.it> 4.14-1mamba
|
||||
- update to 4.14
|
||||
|
||||
* Sat Aug 11 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 4.13.3-1mamba
|
||||
- update to 4.13.3
|
||||
|
||||
* Wed Jun 13 2012 Automatic Build System <autodist@mambasoft.it> 4.13.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 21 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 4.12.4-1mamba
|
||||
- update to 4.12.4
|
||||
|
||||
* Sun Jun 19 2011 Automatic Build System <autodist@mambasoft.it> 4.12.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed May 18 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 4.12.2-1mamba
|
||||
- update to 4.12.2
|
||||
|
||||
* Tue Feb 01 2011 Automatic Build System <autodist@mambasoft.it> 4.12.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Dec 31 2010 Automatic Build System <autodist@mambasoft.it> 4.12-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Oct 30 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.2-2mamba
|
||||
- rebuilt with libqt 4.7.0
|
||||
|
||||
* Thu Oct 28 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.2-1mamba
|
||||
- update to 4.11.2
|
||||
|
||||
* Sun Oct 03 2010 Automatic Build System <autodist@mambasoft.it> 4.11.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Aug 16 2010 Automatic Build System <autodist@mambasoft.it> 4.10.5-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Jul 13 2010 Automatic Build System <autodist@mambasoft.it> 4.10.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed May 05 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 4.10.2-1mamba
|
||||
- update to 4.10.2
|
||||
|
||||
* Fri Apr 02 2010 Davide Madrisan <davide.madrisan@gmail.com> 4.10.1-1mamba
|
||||
- update to 4.10.1
|
||||
|
||||
* Tue Mar 09 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 4.10-2mamba
|
||||
- added devel package
|
||||
|
||||
* Tue Jan 26 2010 Automatic Build System <autodist@mambasoft.it> 4.10-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Oct 28 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 4.9.1-1mamba
|
||||
- update to 4.9.1
|
||||
|
||||
* Wed Aug 12 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.2-1mamba
|
||||
- update to 4.8.2
|
||||
|
||||
* Fri Dec 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 4.7.9-1mamba
|
||||
- update to 4.7.9
|
||||
|
||||
* Mon Nov 10 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 4.7.8-1mamba
|
||||
- update to 4.7.8
|
||||
|
||||
* Wed Aug 13 2008 gil <puntogil@libero.it> 4.7.7-1mamba
|
||||
- update to 4.7.7
|
||||
|
||||
* Fri May 09 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 4.7.4-1mamba
|
||||
- update to 4.7.4
|
||||
|
||||
* Fri Oct 05 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 4.7.1-1mamba
|
||||
- update to 4.7.1
|
||||
|
||||
* Mon Jul 10 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.5-1qilnx
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user