source: projects/specs/branches/6/p/pyorbit/pyorbit-vl.spec @ 1979

Revision 1979, 3.7 KB checked in by owa, 14 years ago (diff)

rebuilt with rpm-4.8.1

Line 
1Summary: Python bindings for ORBit2.
2Name: pyorbit
3Version: 2.24.0
4Release: 3%{?_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* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 2.24.0-3
66- rebuilt with rpm-4.8.1 for pkg-config
67
68* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-2
69- rebuild for python-2.6
70
71* Wed Sep 24 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1vl5
72- new upstream release
73
74* Sat Jul 19 2008 Shu KONNO <owa@bg.wakwak.com> 2.14.3-2vl5
75- rebuilt with python-2.5.2-1vl5
76
77* Sat Jul 19 2008 Shu KONNO <owa@bg.wakwak.com> 2.14.3-1vl5
78- rebuilt with libIDL-0.8.10 without libIDL-2.la
79- applied new versioning policy
80
81* Wed Jan  9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.3-0vl1
82- new upstream release
83
84* Thu Apr 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
85- new upstream release
86
87* Sun Apr 03 2005 Shu KONNO <owa@bg.wakwak.com> 2.0.1-0vl2
88- rebuild with python-2.4.1-0vl1
89
90* Mon Dec 27 2004 Kazuhisa TAKEI <takei@vinelinux.org> 2.0.1-0vl1
91- update upstream version
92
93* Sat Apr 17 2004 Shu KONNO <owa@bg.wakwak.com> 2.0.0-1vl3
94- rebuild with python-2.3.3-0vl1
95
96* Sat Apr 10 2004 Shu KONNO <owa@bg.wakwak.com> 2.0.0-1vl2.1
97- rebuild with python-2.3.3-0vl0.3 (for TestPkg)
98
99* Sat Jan 17 2004 Tomoya TAKA <taka@vinelinux.org> 2.0.0-1vl2
100- rebuild with new toolchain
101- s/Copyright/License/
102
103* Fri Sep 12 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.0.0-1vl1
104- build for Vine Linux
105
106* Thu Sep  4 2003 Jeremy Katz <katzj@redhat.com> 2.0.0-1
107- 2.0.0
108
109* Wed Aug 20 2003 Jeremy Katz <katzj@redhat.com> 1.99.6-1
110- 1.99.6
111
112* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
113- rebuilt
114
115* Thu Feb  6 2003 Matt Wilson <msw@redhat.com> 1.99.3-5
116- rebuild against new python
117
118* Tue Jan 28 2003 Jeremy Katz <katzj@redhat.com> 1.99.3-4
119- libdir-ify
120
121* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
122- rebuilt
123
124* Sat Dec 28 2002 Jeremy Katz <katzj@redhat.com> 1.99.3-2
125- fix defattr
126
127* Fri Dec 27 2002 Jeremy Katz <katzj@redhat.com> 1.99.3-1
128- update to pyorbit 1.99.3, obsolete orbit-python
129
130* Thu Oct 31 2002 Matt Wilson <msw@redhat.com>
131- use %%configure and %%makeinstall
132- don't install .la files
133- use %%_libdir for pkgconfig files
134
135* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
136- automated rebuild
137
138* Wed Feb 27 2002 Matt Wilson <msw@redhat.com>
139- initial package
140
Note: See TracBrowser for help on using the repository browser.