cairomm-vl.spec 5.6 KB

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