babl-vl.spec 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. Summary: A dynamic, any to any, pixel format conversion library
  2. Name: babl
  3. Version: 0.1.82
  4. Release: 1%{?_dist_release}
  5. Group: system
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. # The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL
  9. License: LGPLv3+ and GPLv3+
  10. URL: http://www.gegl.org/babl/
  11. Source0: https://download.gimp.org/pub/babl/0.1/%{name}-%{version}.tar.xz
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  13. BuildRequires: w3m
  14. BuildRequires: meson
  15. BuildRequires: gobject-introspection-devel
  16. BuildRequires: vala-devel
  17. BuildRequires: lcms2-devel
  18. %description
  19. Babl is a dynamic, any to any, pixel format conversion library. It
  20. provides conversions between the myriad of buffer types images can be
  21. stored in. Babl doesn't only help with existing pixel formats, but also
  22. facilitates creation of new and uncommon ones.
  23. #'
  24. %package devel
  25. Summary: Headers for developing programs that will use %{name}
  26. Group: programming
  27. Requires: %{name} = %{version}-%{release}
  28. Requires: pkgconfig
  29. %description devel
  30. This package contains the libraries and header files needed for
  31. developing with %{name}.
  32. %debug_package
  33. %prep
  34. %setup -q
  35. %build
  36. %meson \
  37. -Dwith-docs=false
  38. %meson_build
  39. %install
  40. %{__rm} -rf %{buildroot}
  41. %meson_install
  42. %{__mkdir_p} babl_docs babl_docs/html
  43. %{__cp} -pr docs/graphics docs/*.html docs/babl.css babl_docs/html
  44. %{__rm} -rf babl_docs/html/graphics/Makefile*
  45. #find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  46. %if 0
  47. %check
  48. pushd tests
  49. %{__rm} -f concurrency-stress-test
  50. cat << EOF > concurrency-stress-test
  51. #!/bin/sh
  52. echo Skipping test concurrency-stress-test
  53. EOF
  54. chmod +x concurrency-stress-test
  55. popd
  56. make check
  57. %endif
  58. %clean
  59. %{__rm} -rf %{buildroot}
  60. %post -p %{_syssbindir}/ldconfig
  61. %postun -p %{_syssbindir}/ldconfig
  62. %files
  63. %defattr(-, root, root, -)
  64. %license COPYING
  65. %doc AUTHORS README NEWS
  66. %{_libdir}/*.so.*
  67. %{_libdir}/babl-0.1/
  68. %dir %{_libdir}/girepository-1.0
  69. %{_libdir}/girepository-1.0/Babl-0.1.typelib
  70. %files devel
  71. %defattr(-, root, root, -)
  72. %doc babl_docs/html
  73. %{_includedir}/babl-0.1/babl/
  74. %{_libdir}/*.so
  75. %{_libdir}/pkgconfig/%{name}.pc
  76. %dir %{_datadir}/gir-1.0/
  77. %{_datadir}/gir-1.0/Babl-0.1.gir
  78. %dir %{_datadir}/vala
  79. %dir %{_datadir}/vala/vapi
  80. %{_datadir}/vala/vapi/babl-*
  81. %changelog
  82. * Sat Dec 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.82-1
  83. - new upstream release.
  84. * Fri Sep 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.78-1
  85. - new upstream release.
  86. * Fri Apr 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.74-1
  87. - new upstream release.
  88. * Fri Oct 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.72-1
  89. - new upstream release.
  90. * Mon Dec 31 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.60-1
  91. - new upstream release.
  92. * Tue Oct 02 2018 Toshiaki Ara <ara_t@384.jp> 0.1.56-1
  93. - new upstream release
  94. * Mon Jul 18 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.18-1
  95. - new upstream release
  96. * Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-3
  97. - remove *.la files
  98. * Sat Jul 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-2
  99. - rebuild with VineSeed environment
  100. - fix %%check (based on fedora package)
  101. * Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-1
  102. - new upstream release
  103. - remove BuildRequires: inkscape, ruby
  104. * Thu Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
  105. - new upstream release
  106. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.1.2-2
  107. - rebuilt with rpm-4.8.1-3
  108. * Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
  109. - new upstream release
  110. * Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.22-1
  111. - initial build for Vine Linux
  112. * Thu Jul 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.22-1
  113. - Update to latest release
  114. * Thu Feb 28 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.20-1
  115. - New release
  116. * Thu Jan 17 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-2
  117. - Apply patch to fix extensions loading on 64bit systems
  118. * Thu Jan 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-1
  119. - Update to 0.0.18
  120. * Mon Nov 26 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.16-1
  121. - Update to 0.0.16 release
  122. - License change from GPLv2+ to GPLv3+
  123. * Mon Oct 22 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.5.20071011svn
  124. - Update the License field
  125. * Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.4.20071011svn
  126. - Package the extension libraries in the main package
  127. - Run 'make check'
  128. * Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.3.20071011svn
  129. - Ensure timestamps are kept during install
  130. * Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.2.20071011svn
  131. - Remove the use of inexistent source url (Package reviews)
  132. - Package the html docs
  133. * Thu Oct 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.1.20071011svn
  134. - Initial packaging for Fedora