libimagequant-vl.spec 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. Name: libimagequant
  2. Version: 2.15.1
  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. * Mon Jul 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.15.1-1
  44. - new upstream release.
  45. - dropped ldconfig scriptletes.
  46. * Thu Jun 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.12.6-3
  47. - initial build for Vine Linux.
  48. * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.6-2
  49. - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
  50. * Mon Dec 30 2019 Sandro Mani <manisandro@gmail.com> - 2.12.6-1
  51. - Update to 2.12.6
  52. * Mon Jul 29 2019 Sandro Mani <manisandro@gmail.com> - 2.12.5-1
  53. - Update to 2.12.5
  54. * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.3-2
  55. - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
  56. * Mon May 27 2019 Sandro Mani <manisandro@gmail.com> - 2.12.3-1
  57. - Update to 2.12.3
  58. * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.2-2
  59. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  60. * Mon Oct 29 2018 Sandro Mani <manisandro@gmail.com> - 2.12.2-1
  61. - Update to 2.12.2
  62. * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.1-2
  63. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  64. * Fri Jun 08 2018 Sandro Mani <manisandro@gmail.com> - 2.12.1-1
  65. - Update to 2.12.1
  66. * Mon Mar 12 2018 Sandro Mani <manisandro@gmail.com> - 2.11.10-1
  67. - Update to 2.11.10
  68. * Wed Mar 07 2018 Adam Williamson <awilliam@redhat.com> - 2.11.7-3
  69. - Rebuild to fix GCC 8 mis-compilation
  70. See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64")
  71. * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.7-2
  72. - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
  73. * Fri Jan 19 2018 Sandro Mani <manisandro@gmail.com> - 2.11.7-1
  74. - Update to 2.11.7
  75. * Thu Jan 18 2018 Sandro Mani <manisandro@gmail.com> - 2.11.6-1
  76. - Update to 2.11.6
  77. * Mon Nov 27 2017 Sandro Mani <manisandro@gmail.com> - 2.11.4-1
  78. - Update to 2.11.4
  79. * Sat Nov 11 2017 Sandro Mani <manisandro@gmail.com> - 2.11.3-1
  80. - Update to 2.11.3
  81. * Sun Nov 05 2017 Sandro Mani <manisandro@gmail.com> - 2.11.2-1
  82. - Update to 2.11.2
  83. * Mon Oct 30 2017 Sandro Mani <manisandro@gmail.com> - 2.11.0-1
  84. - Update to 2.11.0
  85. * Tue Aug 08 2017 Sandro Mani <manisandro@gmail.com> - 2.10.2-1
  86. - Update to 2.10.2
  87. * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.1-3
  88. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
  89. * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.1-2
  90. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
  91. * Sun Jul 09 2017 Sandro Mani <manisandro@gmail.com> - 2.10.1-1
  92. - Update to 2.10.1
  93. * Mon Jul 03 2017 Sandro Mani <manisandro@gmail.com> - 2.10.0-1
  94. - Update to 2.10.0
  95. * Thu Apr 06 2017 Sandro Mani <manisandro@gmail.com> - 2.9.1-1
  96. - Update to 2.9.1
  97. * Sat Mar 04 2017 Sandro Mani <manisandro@gmail.com> - 2.9.0-1
  98. - Update to 2.9.0
  99. * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-3
  100. - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
  101. * Mon Jan 02 2017 Sandro Mani <manisandro@gmail.com> - 2.8.2-2
  102. - Use %%name and %%url to reduce text
  103. * Mon Jan 02 2017 Sandro Mani <manisandro@gmail.com> - 2.8.2-1
  104. - Initial package