libimagequant-vl.spec 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. Name: libimagequant
  2. Version: 2.16.0
  3. Release: 1%{?_dist_release}
  4. Summary: Palette quantization library
  5. Group: system
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: GPLv3+ and MIT
  9. URL: https://github.com/ImageOptim/libimagequant
  10. Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
  11. # Fix shared library permissions
  12. Patch0: libimagequant_solibperm.patch
  13. BuildRequires: gcc
  14. %description
  15. Small, portable C library for high-quality conversion of RGBA images to 8-bit
  16. indexed-color (palette) images.
  17. %package devel
  18. Summary: Development files for %{name}
  19. Group: programming
  20. Requires: %{name}%{?_isa} = %{version}-%{release}
  21. %description devel
  22. The %{name}-devel package contains libraries and header files for
  23. developing applications that use %{name}.
  24. %debug_package
  25. %prep
  26. %autosetup -p1
  27. %build
  28. %configure --with-openmp
  29. %make_build
  30. %install
  31. %make_install
  32. # Don't ship static library
  33. rm -f %{buildroot}%{_libdir}/%{name}.a
  34. %files
  35. %license COPYRIGHT
  36. %doc README.md CHANGELOG
  37. %{_libdir}/%{name}.so.0
  38. %files devel
  39. %{_includedir}/%{name}.h
  40. %{_libdir}/%{name}.so
  41. %{_libdir}/pkgconfig/imagequant.pc
  42. %changelog
  43. * Fri Oct 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.16.0-1
  44. - new upstream release.
  45. * Mon Jul 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.15.1-1
  46. - new upstream release.
  47. - dropped ldconfig scriptletes.
  48. * Thu Jun 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.12.6-3
  49. - initial build for Vine Linux.
  50. * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.6-2
  51. - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
  52. * Mon Dec 30 2019 Sandro Mani <manisandro@gmail.com> - 2.12.6-1
  53. - Update to 2.12.6
  54. * Mon Jul 29 2019 Sandro Mani <manisandro@gmail.com> - 2.12.5-1
  55. - Update to 2.12.5
  56. * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.3-2
  57. - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
  58. * Mon May 27 2019 Sandro Mani <manisandro@gmail.com> - 2.12.3-1
  59. - Update to 2.12.3
  60. * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.2-2
  61. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  62. * Mon Oct 29 2018 Sandro Mani <manisandro@gmail.com> - 2.12.2-1
  63. - Update to 2.12.2
  64. * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.1-2
  65. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  66. * Fri Jun 08 2018 Sandro Mani <manisandro@gmail.com> - 2.12.1-1
  67. - Update to 2.12.1
  68. * Mon Mar 12 2018 Sandro Mani <manisandro@gmail.com> - 2.11.10-1
  69. - Update to 2.11.10
  70. * Wed Mar 07 2018 Adam Williamson <awilliam@redhat.com> - 2.11.7-3
  71. - Rebuild to fix GCC 8 mis-compilation
  72. See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64")
  73. * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.7-2
  74. - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
  75. * Fri Jan 19 2018 Sandro Mani <manisandro@gmail.com> - 2.11.7-1
  76. - Update to 2.11.7
  77. * Thu Jan 18 2018 Sandro Mani <manisandro@gmail.com> - 2.11.6-1
  78. - Update to 2.11.6
  79. * Mon Nov 27 2017 Sandro Mani <manisandro@gmail.com> - 2.11.4-1
  80. - Update to 2.11.4
  81. * Sat Nov 11 2017 Sandro Mani <manisandro@gmail.com> - 2.11.3-1
  82. - Update to 2.11.3
  83. * Sun Nov 05 2017 Sandro Mani <manisandro@gmail.com> - 2.11.2-1
  84. - Update to 2.11.2
  85. * Mon Oct 30 2017 Sandro Mani <manisandro@gmail.com> - 2.11.0-1
  86. - Update to 2.11.0
  87. * Tue Aug 08 2017 Sandro Mani <manisandro@gmail.com> - 2.10.2-1
  88. - Update to 2.10.2
  89. * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.1-3
  90. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
  91. * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.1-2
  92. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
  93. * Sun Jul 09 2017 Sandro Mani <manisandro@gmail.com> - 2.10.1-1
  94. - Update to 2.10.1
  95. * Mon Jul 03 2017 Sandro Mani <manisandro@gmail.com> - 2.10.0-1
  96. - Update to 2.10.0
  97. * Thu Apr 06 2017 Sandro Mani <manisandro@gmail.com> - 2.9.1-1
  98. - Update to 2.9.1
  99. * Sat Mar 04 2017 Sandro Mani <manisandro@gmail.com> - 2.9.0-1
  100. - Update to 2.9.0
  101. * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-3
  102. - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
  103. * Mon Jan 02 2017 Sandro Mani <manisandro@gmail.com> - 2.8.2-2
  104. - Use %%name and %%url to reduce text
  105. * Mon Jan 02 2017 Sandro Mani <manisandro@gmail.com> - 2.8.2-1
  106. - Initial package