rpms/sip/F-7 .cvsignore, 1.18, 1.19 sip.spec, 1.37, 1.38 sources, 1.18, 1.19

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Nov 12 17:57:10 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/sip/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13999

Modified Files:
	.cvsignore sip.spec sources 
Log Message:
sync w/devel (sip-4.7.1)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sip/F-7/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	12 Apr 2007 10:28:17 -0000	1.18
+++ .cvsignore	12 Nov 2007 17:56:38 -0000	1.19
@@ -8,3 +8,4 @@
 sip-4.5.tar.gz
 sip-4.5.2.tar.gz
 sip-4.6.tar.gz
+sip-4.7.1.tar.gz


Index: sip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sip/F-7/sip.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- sip.spec	1 Oct 2007 10:22:57 -0000	1.37
+++ sip.spec	12 Nov 2007 17:56:38 -0000	1.38
@@ -1,18 +1,22 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_inc:%global python_inc %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc(1)")}
+
 %define minor .2
 
-%define qtver 3.3.8
+%define qtver 1:3.3.8
 %define qtpkg qt
 
 Summary: SIP - Python/C++ Bindings Generator
 Name: sip
-Version: 4.6
+Version: 4.7.1
 Release: 2%{?dist}
-License: GPL
+# http://www.riverbankcomputing.com/Docs/sip4/sipref.html#license
+License: Python Software Foundation License v2 
 Group: Development/Tools
-Url: http://www.riverbankcomputing.co.uk/
+Url: http://www.riverbankcomputing.co.uk/sip/
+Source0: http://www.riverbankcomputing.com/Downloads/sip4/sip-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Source: http://www.riverbankcomputing.co.uk/download/sip/%{name}-%{version}.tar.gz
+
 
 Patch: sip-4.7-64bit.patch
 
@@ -22,13 +26,13 @@
 
 %description
 SIP is a tool for generating bindings for C++ classes so that they can be
-accessed as normal Python classes.  SIP takes many of its ideas from SWIG but,
+accessed as normal Python classes. SIP takes many of its ideas from SWIG but,
 because it is specifically designed for C++ and Python, is able to generate
-tighter bindings.  SIP is so called because it is a small SWIG.
+tighter bindings. SIP is so called because it is a small SWIG.
 
 SIP was originally designed to generate Python bindings for KDE and so has
 explicit support for the signal slot mechanism used by the Qt/KDE class
-libraries.  However, SIP can be used to generate Python bindings for any C++
+libraries. However, SIP can be used to generate Python bindings for any C++
 class library.
 
 %package devel
@@ -41,11 +45,13 @@
 This package contains files needed to generate Python bindings for any C++
 classes library.
 
+
 %prep
 
 %setup -q
 %patch -p1 -b .64bit
 
+
 %build
 QTDIR="" && source /etc/profile.d/qt.sh
 
@@ -56,38 +62,54 @@
   fi
 done
 
-python configure.py -d %{python_sitearch} CXXFLAGS="%{optflags}" CFLAGS="%{optflags}"
+%{__python} configure.py -d %{python_sitearch} CXXFLAGS="%{optflags}" CFLAGS="%{optflags}"
 
 make %{?_smp_mflags} 
 
+
 %install
 rm -rf %{buildroot}
 
 make install DESTDIR=%{buildroot}
 mkdir -p %{buildroot}%{_datadir}/sip
 
+
 %clean
 rm -rf %{buildroot}
 
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
+
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc ChangeLog LICENSE NEWS README THANKS
 %{python_sitearch}/*
 %{_bindir}/*
 
 %files devel
-%defattr(-,root,root)
-%{_datadir}/sip
-%{_includedir}/python?.?/*
+%defattr(-,root,root,-)
+%{_datadir}/sip/
+%{python_inc}/*
+
 
 %changelog
-* Mon Oct 01 2007 Than Ngo <than at redhat.com> - 4.6-2
+* Mon Nov 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 4.7.1-2
+- License: Python Software Foundation License v2
+- fix/cleanup some macro usage
+- fix Source, Url. 
+
+* Mon Oct 22 2007 Than Ngo <than at redhat.com> - 4.7.1-1
+- 4.7.1
+
+* Mon Oct 01 2007 Than Ngo <than at redhat.com> - 4.6-3
 - fix rh#289321, sipconfig.py includes wrong py_lib_dir, thanks to Rex Dieter
 
+* Thu Aug 30 2007 Than Ngo <than at redhat.com> - 4.6-2.fc7
+- typo in description
+
 * Thu Apr 12 2007 Than Ngo <than at redhat.com> - 4.6-1.fc7
 - 4.6
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sip/F-7/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	12 Apr 2007 10:28:17 -0000	1.18
+++ sources	12 Nov 2007 17:56:38 -0000	1.19
@@ -1 +1 @@
-2f57b65de36e85067b3bdf5830315460  sip-4.6.tar.gz
+083a4241ce63f9d44fbadc8f3c6d6f42  sip-4.7.1.tar.gz




More information about the fedora-extras-commits mailing list