cairomm-vl.spec 5.2 KB

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