cairomm-vl.spec 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. Summary: Cairomm is the C++ API for the cairo graphics library
  2. Name: cairomm
  3. Version: 1.8.2
  4. Release: 1%{?_dist_release}
  5. URL: http://www.cairographics.org
  6. License: LGPL
  7. Group: System Environment/Libraries
  8. Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: cairo-devel >= 1.6.4
  11. BuildRequires: libsigc++-devel
  12. BuildRequires: pkgconfig
  13. %description
  14. Cairomm is the C++ API for the cairo graphics library. It offers all the power
  15. of cairo with an interface familiar to C++ developers, including use of the
  16. Standard Template Library where it makes sense.
  17. %package devel
  18. Summary: Headers for developing programs that will use %{name}
  19. Group: Development/Libraries
  20. Requires: %{name} = %{version}-%{release}
  21. Requires: cairo-devel >= 1.6.4
  22. Requires: libsigc++-devel
  23. Requires: pkgconfig
  24. %description devel
  25. This package contains the libraries and header files needed for
  26. developing %{name} applications.
  27. %prep
  28. %setup -q
  29. %build
  30. %configure --enable-static=no --enable-docs=no
  31. make %{?_smp_mflags}
  32. %install
  33. rm -rf $RPM_BUILD_ROOT
  34. make DESTDIR=$RPM_BUILD_ROOT install
  35. find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
  36. rm -rf reference
  37. cp -pr docs/reference .
  38. %clean
  39. rm -rf $RPM_BUILD_ROOT
  40. %post -p /sbin/ldconfig
  41. %postun -p /sbin/ldconfig
  42. %files
  43. %defattr(-,root,root,-)
  44. %doc AUTHORS COPYING README NEWS
  45. %{_libdir}/lib*.so.*
  46. %files devel
  47. %defattr(-,root,root,-)
  48. %{_libdir}/*.so
  49. %{_libdir}/pkgconfig/*
  50. %{_includedir}/cairomm-1.0/
  51. %doc ChangeLog reference
  52. %changelog
  53. * Sun Sep 27 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.8.2-1
  54. - new upstream release
  55. * Fri Mar 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.8.0-1
  56. - new upstream release
  57. - added BuildRequires: libsigc++-devel
  58. * Sun Sep 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.6.4-1
  59. - new upstream release
  60. * Sun May 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.6.0-1
  61. - new upstream release
  62. * Sun Jan 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.6-0vl1
  63. - new upstream release
  64. * Sun Aug 26 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.4-0vl13
  65. - new upstream release
  66. * Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.4-1vl2
  67. - rebuild with new environment/toolchain
  68. * Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.4-1vl1
  69. - initial build for Vine Linux
  70. * Wed Jan 17 2007 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.4-1
  71. - New release
  72. * Sat Oct 14 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.2-1
  73. - New upstream release
  74. * Sun Aug 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-4
  75. - Bumped release for make tag
  76. * Sun Aug 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-3
  77. - Bumped release for mass rebuild
  78. * Sun Aug 20 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-2
  79. - Bumped release for make tag
  80. * Sun Aug 20 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-1
  81. - New upstream release
  82. - Updated summary and description
  83. * Thu Aug 3 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.1.10-1
  84. - First release for cairo 1.2
  85. - Adjusted cairo dependencies for new version
  86. - Docs were in html, moved to reference/html
  87. * Sun Apr 9 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.6.0-1
  88. - New upstream version should fix the upstream issues like AUTHORS and README
  89. - Added pkgconfig to cairomm BuildRequires and cairomm-devel Requires
  90. - Replaced makeinstall
  91. - Fixed devel package description
  92. - Modified includedir syntax
  93. - docs included via the mv in install and in the devel files as html dir
  94. * Sun Mar 5 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-10
  95. - Removed duplicate Group tag in devel
  96. - Disabled docs till they're fixed upstream
  97. * Sun Mar 5 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-9
  98. - Removed requires since BuildRequires is present
  99. - Cleaned up Source tag
  100. * Fri Feb 24 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-7
  101. - Fixed URL and SOURCE tags
  102. - Fixed header include directory
  103. * Fri Feb 24 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-6
  104. - Fixed URL tag
  105. * Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-5
  106. - Remove epoch 'leftovers'
  107. * Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-4
  108. - Cleanup for FE
  109. * Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-3
  110. - Added pre-release alphatag
  111. * Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-2
  112. - Updated to current cairomm CVS
  113. - Added documentation to devel package
  114. * Fri Feb 03 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-1
  115. - Updated to current cairomm CVS
  116. * Fri Jan 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.4.0-1
  117. - Initial creation from papyrus.spec.in