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

Revision 8154, 3.9 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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