SPECS: python-pyorbit.spec - updated to 2.24.0 - added -libtool.patch

megabajt megabajt at pld-linux.org
Mon Dec 29 22:15:34 CET 2008


Author: megabajt                     Date: Mon Dec 29 21:15:34 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.24.0
- added -libtool.patch

---- Files affected:
SPECS:
   python-pyorbit.spec (1.39 -> 1.40) 

---- Diffs:

================================================================
Index: SPECS/python-pyorbit.spec
diff -u SPECS/python-pyorbit.spec:1.39 SPECS/python-pyorbit.spec:1.40
--- SPECS/python-pyorbit.spec:1.39	Fri Oct  3 19:58:30 2008
+++ SPECS/python-pyorbit.spec	Mon Dec 29 22:15:29 2008
@@ -4,17 +4,19 @@
 Summary:	Python binding for ORBit
 Summary(pl.UTF-8):	Wiązania Pythona do biblioteki ORBit
 Name:		python-pyorbit
-Version:	2.14.3
-Release:	2
+Version:	2.24.0
+Release:	1
 License:	LGPL
 Group:		Libraries/Python
-Source0:	http://ftp.gnome.org/pub/gnome/sources/pyorbit/2.14/%{module}-%{version}.tar.bz2
-# Source0-md5:	3c4d42ae1a7303fd85071a842617043f
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/pyorbit/2.24/%{module}-%{version}.tar.bz2
+# Source0-md5:	574593815e75ee6e98062c75d6d1581f
+# http://bugzilla.gnome.org/show_bug.cgi?id=565967
+Patch0:		%{name}-libtool.patch
 BuildRequires:	ORBit2-devel >= 1:2.14.6
+BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
-BuildRequires:	autoconf
 BuildRequires:	libtool
-BuildRequires:	python-devel >= 1:2.3.2
+BuildRequires:	python-devel >= 1:2.4.0
 BuildRequires:	rpm-pythonprov
 %pyrequires_eq	python-libs
 Requires:	ORBit2 >= 1:2.14.6
@@ -24,7 +26,7 @@
 %description
 This is a Python language binding for the ORBit2 CORBA implementation.
 It aims to take advantage of new features found in ORBit2 to make
-language bindings more efficient.  This includes:
+language bindings more efficient. This includes:
 - use of ORBit2 type libraries to generate stubs
 - use of the ORBit_small_invoke_stub() call for operation invocation,
   which allows for short circuited invocation on local objects
@@ -34,17 +36,17 @@
 Jego celem jest wykorzystanie wszystkich nowych możliwości OBRit2, aby
 uczynić wiązania bardziej skutecznymi. Wiązania umożliwiają:
 - użycie bibliotek typów ORBit2 do generowania szkieletów
-- użycie wywołania ORBit_small_invoke_stub() do żądania operacji,
-  co pozwala na krótkie wywołania na lokalnych obiektach.
+- użycie wywołania ORBit_small_invoke_stub() do żądania operacji, co
+  pozwala na krótkie wywołania na lokalnych obiektach.
 
 %package devel
 Summary:	Development files for the ORBit Python module
-Summary(pt_BR.UTF-8):	Arquivos de desenvolvimento para o módulo ORBit Python
 Summary(pl.UTF-8):	Pliki programistyczne dla modułu Pythona ORBit
+Summary(pt_BR.UTF-8):	Arquivos de desenvolvimento para o módulo ORBit Python
 Group:		Development/Languages/Python
 Requires:	%{name} = %{version}-%{release}
 Requires:	ORBit2-devel >= 1:2.14.6
-Requires:	python-devel >= 2.3.2
+Requires:	python-devel >= 2.4.0
 
 %description devel
 This package contains development files needed to develop ORBit Python
@@ -72,6 +74,7 @@
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -79,8 +82,6 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-# is it still needed?
-#CPPFLAGS="$(libIDL-config-2 --cflags)"; export CPPFLAGS
 %configure
 %{__make}
 
@@ -101,13 +102,13 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{py_sitedir}/*.so
+%attr(755,root,root) %{py_sitedir}/ORBit.so
 %{py_sitedir}/*.py[co]
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/%{module}*
-%{_pkgconfigdir}/*
+%{_includedir}/pyorbit-2
+%{_pkgconfigdir}/pyorbit-2.pc
 
 %files examples
 %defattr(644,root,root,755)
@@ -119,6 +120,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.40  2008/12/29 21:15:29  megabajt
+- updated to 2.24.0
+- added -libtool.patch
+
 Revision 1.39  2008/10/03 17:58:30  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pyorbit.spec?r1=1.39&r2=1.40&f=u



More information about the pld-cvs-commit mailing list