From aeb347cc32d25c3b20585c1c5cde82842f0ee743 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:39:06 +0100 Subject: [PATCH] python 2.7 mass rebuild [release 2.24.0-3mamba;Sat May 18 2013] --- README.md | 2 ++ pyorbit.spec | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 pyorbit.spec diff --git a/README.md b/README.md index f01e280..86ef606 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # pyorbit +PyOrbit is an extension module for python that gives you access to the ORBit2 CORBA ORB. + diff --git a/pyorbit.spec b/pyorbit.spec new file mode 100644 index 0000000..ac46f62 --- /dev/null +++ b/pyorbit.spec @@ -0,0 +1,83 @@ +%define majver %(echo %version | cut -d. -f 1-2) +%define group sources +Name: pyorbit +Version: 2.24.0 +Release: 3mamba +Summary: Python bindings for ORBit2 +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.pygtk.org/ +Source: http://ftp.gnome.org/pub/GNOME/%{group}/pyorbit/%{majver}/%{name}-%{version}.tar.bz2 +License: LGPL +## AUTOBUILDREQ-BEGIN +BuildRequires: ORBit2-devel +BuildRequires: glibc-devel +BuildRequires: libIDL-devel +BuildRequires: libglib-devel +BuildRequires: libpython-devel +## AUTOBUILDREQ-END +BuildRequires: pkgconfig +BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot + +%description +PyOrbit is an extension module for python that gives you access to the ORBit2 CORBA ORB. + +%package devel +Summary: Devel package for %{name} +Group: Development/Libraries +Requires: %{name} = %{version} + +%description devel +PyOrbit is an extension module for python that gives you access to the ORBit2 CORBA ORB. +This package contains static libraries and header files need for development. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} +%makeinstall \ + pythondir=%{python_sitearch} \ + pyexecdir=%{python_sitearch} + +%clean +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%{python_sitearch}/*.py* +%{python_sitearch}/*.la +%{python_sitearch}/*.so +%doc AUTHORS COPYING + +%files devel +%defattr(-,root,root) +%dir %{_includedir}/pyorbit-2 +%{_includedir}/pyorbit-2/*.h +%{_libdir}/pkgconfig/*.pc +%doc ChangeLog INSTALL NEWS README TODO + +%changelog +* Sat May 18 2013 Silvan Calarco 2.24.0-3mamba +- python 2.7 mass rebuild + +* Fri Oct 24 2008 gil 2.24.0-2mamba +- rebuild with new ORBit2 + +* Fri Oct 24 2008 gil 2.24.0-1mamba +- update to 2.24.0 + +* Sat Jul 19 2008 gil 2.14.3-1mamba +- update to 2.14.3 + +* Tue Aug 09 2005 Silvan Calarco 2.0.1-2qilnx +- rebuilt with Python 2.4 + +* Thu Nov 25 2004 Davide Madrisan 2.0.1-1qilnx +- package created by autospec