pyorbit-vl.spec 3.8 KB

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