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

Revision 5701, 3.8 KB checked in by Takemikaduchi, 12 years ago (diff)

python-2.7.2

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