libmrproject-vl.spec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. Summary: Support libraries for Mr. Project
  2. Name: libmrproject
  3. Version: 0.10
  4. Release: 0vl1
  5. URL: http://www.codefactory.se/
  6. Source0: %{name}-%{version}.tar.bz2
  7. License: LGPL
  8. Group: System Environment/Libraries
  9. Requires: gtk2 >= 2.0
  10. Requires: libgsf
  11. Requires: python >= 2.2
  12. BuildRequires: libgsf-devel
  13. BuildRequires: python-devel
  14. BuildRoot: %{_tmppath}/%{name}-root
  15. %description
  16. A support library for accessing Mr. Project data.
  17. %package devel
  18. Summary: The files needed for libmrproject application development.
  19. Group: Development/Libraries
  20. Requires: %name = %{PACKAGE_VERSION}
  21. %description devel
  22. The libmrproject-devel package contains the necessary include files
  23. for developing applications that access Mr. Project data
  24. %prep
  25. %setup -q
  26. %build
  27. %configure --enable-gtk-doc
  28. make
  29. %install
  30. rm -rf $RPM_BUILD_ROOT
  31. %makeinstall MRP_STORAGEMODULEDIR=$RPM_BUILD_ROOT/%{_libdir}/mrproject/storage-modules
  32. # remove this, we aren't shipping it
  33. rm -f $RPM_BUILD_ROOT%{_libdir}/libmrproject.la
  34. rm -f $RPM_BUILD_ROOT%{_libdir}/mrproject/*/*la
  35. %find_lang %{name}
  36. %clean
  37. rm -rf $RPM_BUILD_ROOT
  38. %files -f %{name}.lang
  39. %defattr(-,root,root)
  40. %doc ChangeLog NEWS README COPYING
  41. %{_libdir}/lib*.so.*
  42. %{_libdir}/mrproject
  43. %{_libdir}/python?.?/site-packages/*.so
  44. %{_datadir}/mrproject/*
  45. %files devel
  46. %defattr(-,root,root)
  47. %{_libdir}/lib*.so
  48. %{_libdir}/pkgconfig/*
  49. %{_includedir}/mrproject-1.0
  50. %{_datadir}/gtk-doc/html/libmrproject/
  51. %changelog
  52. * Sun Sep 14 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10-0vl1
  53. - new upstream release
  54. - add Requires: python, BuildRequires: python-devel
  55. * Mon Jun 30 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.1-0vl1
  56. - rebuilt for Vine Linux
  57. - based on Redhat Rawhide 0.9-5 and updated 0.9.1
  58. * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
  59. - rebuilt
  60. * Fri Feb 21 2003 Jonathan Blandford <jrb@redhat.com> 0.9-3
  61. - move data files from the devel package to the normal package, #84823
  62. * Mon Feb 17 2003 Jonathan Blandford <jrb@redhat.com> 0.9-1
  63. - new version
  64. - remove duplicate files, #83910
  65. * Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com>
  66. - new version
  67. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  68. - rebuilt
  69. * Fri Jan 3 2003 Jonathan Blandford <jrb@redhat.com>
  70. - remove .a files
  71. - fix typo, #75866
  72. * Thu Jan 2 2003 Jonathan Blandford <jrb@redhat.com>
  73. - bumped to new version
  74. * Tue Nov 19 2002 Tim Powers <timp@redhat.com>
  75. - lib64'ize
  76. - remove lingering files in $RPM_BUILD_ROOT we aren't including in the
  77. built package
  78. * Wed Aug 14 2002 Jonathan Blandford <jrb@redhat.com>
  79. - New bug fix version
  80. * Tue Aug 6 2002 Jonathan Blandford <jrb@redhat.com>
  81. - new version.
  82. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  83. - automated rebuild
  84. * Wed May 29 2002 Jonathan Blandford <jrb@redhat.com>
  85. - Initial build.