source: projects/specs/trunk/p/pyorbit/pyorbit-vl.spec @ 521

Revision 521, 3.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Python bindings for ORBit2.
2Name: pyorbit
3Version: 2.24.0
4Release: 2%{?_dist_release}
5License: LGPL
6Group: Development/Languages
7Source: %{name}-%{version}.tar.bz2
8BuildRoot: %{_tmppath}/%{name}-%{version}-root
9Requires: ORBit2 >= 2.14
10Requires: libIDL >= 0.7.1
11Requires: glib2 >= 1.3.10
12Requires: python >= 2.4
13Buildrequires: python-devel >= 2.4
14Buildrequires: ORBit2-devel >= 2.14
15Buildrequires: libIDL-devel >= 0.7.1
16Buildrequires: glib2-devel >= 1.3.10
17Obsoletes: orbit-python
18# needed for automake/autoconf to work right with multilib python
19Buildrequires: automake >= 1.6.3-5, autoconf, libtool
20
21Vendor:        Project Vine
22Distribution:  Vine Linux
23
24%description
25pyorbit is an extension module for python that gives you access
26to the ORBit2 CORBA ORB.
27
28%package devel
29Summary: Files needed to build wrappers for ORBit2 addon libraries.
30Group: Development/Libraries
31Obsoletes: orbit-python-devel
32Requires: %{name} = %{version}
33
34%description devel
35This package contains files required to build wrappers for ORBit2 addon
36libraries so that they interoperate with pyorbit
37
38%prep
39%setup -q
40
41%build
42%configure
43%__make
44
45%install
46rm -rf $RPM_BUILD_ROOT
47%makeinstall
48find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
49
50%files
51%defattr(755, root, root, 755)
52%doc AUTHORS NEWS README ChangeLog
53%{_libdir}/python?.?/site-packages/*.so
54%{_libdir}/python?.?/site-packages/*.py
55%{_libdir}/python?.?/site-packages/*.pyc
56%{_libdir}/python?.?/site-packages/*.pyo
57
58%files devel
59%defattr(755, root, root, 755)
60%dir %{_includedir}/pyorbit-2
61%{_includedir}/pyorbit-2/*.h
62%{_libdir}/pkgconfig/*.pc
63
64%changelog
65* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-2
66- rebuild for python-2.6
67
68* Wed Sep 24 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1vl5
69- new upstream release
70
71* Sat Jul 19 2008 Shu KONNO <owa@bg.wakwak.com> 2.14.3-2vl5
72- rebuilt with python-2.5.2-1vl5
73
74* Sat Jul 19 2008 Shu KONNO <owa@bg.wakwak.com> 2.14.3-1vl5
75- rebuilt with libIDL-0.8.10 without libIDL-2.la
76- applied new versioning policy
77
78* Wed Jan  9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.3-0vl1
79- new upstream release
80
81* Thu Apr 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
82- new upstream release
83
84* Sun Apr 03 2005 Shu KONNO <owa@bg.wakwak.com> 2.0.1-0vl2
85- rebuild with python-2.4.1-0vl1
86
87* Mon Dec 27 2004 Kazuhisa TAKEI <takei@vinelinux.org> 2.0.1-0vl1
88- update upstream version
89
90* Sat Apr 17 2004 Shu KONNO <owa@bg.wakwak.com> 2.0.0-1vl3
91- rebuild with python-2.3.3-0vl1
92
93* Sat Apr 10 2004 Shu KONNO <owa@bg.wakwak.com> 2.0.0-1vl2.1
94- rebuild with python-2.3.3-0vl0.3 (for TestPkg)
95
96* Sat Jan 17 2004 Tomoya TAKA <taka@vinelinux.org> 2.0.0-1vl2
97- rebuild with new toolchain
98- s/Copyright/License/
99
100* Fri Sep 12 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.0.0-1vl1
101- build for Vine Linux
102
103* Thu Sep  4 2003 Jeremy Katz <katzj@redhat.com> 2.0.0-1
104- 2.0.0
105
106* Wed Aug 20 2003 Jeremy Katz <katzj@redhat.com> 1.99.6-1
107- 1.99.6
108
109* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
110- rebuilt
111
112* Thu Feb  6 2003 Matt Wilson <msw@redhat.com> 1.99.3-5
113- rebuild against new python
114
115* Tue Jan 28 2003 Jeremy Katz <katzj@redhat.com> 1.99.3-4
116- libdir-ify
117
118* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
119- rebuilt
120
121* Sat Dec 28 2002 Jeremy Katz <katzj@redhat.com> 1.99.3-2
122- fix defattr
123
124* Fri Dec 27 2002 Jeremy Katz <katzj@redhat.com> 1.99.3-1
125- update to pyorbit 1.99.3, obsolete orbit-python
126
127* Thu Oct 31 2002 Matt Wilson <msw@redhat.com>
128- use %%configure and %%makeinstall
129- don't install .la files
130- use %%_libdir for pkgconfig files
131
132* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
133- automated rebuild
134
135* Wed Feb 27 2002 Matt Wilson <msw@redhat.com>
136- initial package
137
Note: See TracBrowser for help on using the repository browser.