lz4-vl.spec 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. Name: lz4
  2. Summary: Extremely fast compression algorithm
  3. Version: 1.9.3
  4. Release: 1%{?_dist_release}
  5. Group: accessories
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. Packager: tomop
  9. License: GPLv2+ and BSD
  10. URL: https://lz4.github.io/lz4/
  11. Source0: https://github.com/Cyan4973/lz4/archive/v%{version}/%{name}-%{version}.tar.gz
  12. %description
  13. LZ4 is an extremely fast loss-less compression algorithm, providing compression
  14. speed at 400 MB/s per core, scalable with multi-core CPU. It also features
  15. an extremely fast decoder, with speed in multiple GB/s per core, typically
  16. reaching RAM speed limits on multi-core systems.
  17. %package libs
  18. Summary: Libaries for lz4
  19. Group: system
  20. %description libs
  21. This package contains the libaries for lz4.
  22. %package devel
  23. Summary: Development files for lz4
  24. Group: programming
  25. Requires: %{name}-libs%{?_isa} = %{version}-%{release}
  26. %description devel
  27. This package contains the header(.h) and library(.so) files required to build
  28. applications using liblz4 library.
  29. %package static
  30. Summary: Static library for lz4
  31. Group: programming
  32. %description static
  33. LZ4 is an extremely fast loss-less compression algorithm. This package
  34. contains static libraries for static linking of applications.
  35. %debug_package
  36. %prep
  37. %autosetup
  38. echo '#!/bin/sh' > ./configure
  39. chmod +x ./configure
  40. %build
  41. %configure
  42. %make_build
  43. %install
  44. rm -rf %{buildroot}
  45. #configure
  46. %make_install LIBDIR=%{_libdir} PREFIX=%{_prefix} INSTALL="install -p"
  47. %post libs -p /sbin/ldconfig
  48. %postun libs -p /sbin/ldconfig
  49. %clean
  50. rm -rf %{buildroot}
  51. %files
  52. %license programs/COPYING
  53. %doc NEWS
  54. %{_bindir}/lz4
  55. %{_bindir}/lz4c
  56. %{_bindir}/lz4cat
  57. %{_bindir}/unlz4
  58. %{_mandir}/man1/lz4.1*
  59. %{_mandir}/man1/lz4c.1*
  60. %{_mandir}/man1/lz4cat.1*
  61. %{_mandir}/man1/unlz4.1*
  62. %files libs
  63. %license lib/LICENSE
  64. %{_libdir}/liblz4.so.*
  65. %files devel
  66. %license lib/LICENSE
  67. %{_includedir}/lz4*.h
  68. %{_libdir}/liblz4.so
  69. %{_libdir}/pkgconfig/liblz4.pc
  70. %files static
  71. %license lib/LICENSE
  72. %{_libdir}/liblz4.a
  73. %changelog
  74. * Wed Feb 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.9.3-1
  75. - new upstream release.
  76. * Wed Oct 30 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.9.2-1
  77. - new upstream release.
  78. * Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.9.1-1
  79. - new upstream release.
  80. * Fri Sep 08 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.8.0-2
  81. - initial build for Vine Linux.
  82. * Sat Aug 19 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.0-1
  83. - Update to 1.8.0
  84. * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.5-6
  85. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
  86. * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.5-5
  87. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
  88. * Sat Jul 08 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.7.5-4
  89. - Split libs properly for multilib
  90. * Sat Mar 4 2017 Peter Robinson <pbrobinson@fedoraproject.org> 1.7.5-3
  91. - Split libs out to a sub package
  92. * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.5-2
  93. - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
  94. * Thu Jan 05 2017 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.7.5-1
  95. - Update to 1.7.5
  96. * Fri Nov 25 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.7.4.2-1
  97. - Update to 1.7.4.2 (RHBZ #1397373)
  98. * Sat Nov 19 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.7.3-1
  99. - Update to 1.7.3 (RHBZ #1395458)
  100. * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - r131-2
  101. - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
  102. * Mon Jul 06 2015 pjp <pjp@fedoraproject.org> - r131-1
  103. - New: Dos/DJGPP target #114.
  104. - Added: Example using lz4frame library #118.
  105. - Changed: liblz4.a no longer compiled with -fPIC by default.
  106. * Thu Jun 18 2015 pjp <pjp@fedoraproject.org> - r130-1
  107. - Fixed: incompatibility sparse mode vs console.
  108. - Fixed: LZ4IO exits too early when frame crc not present.
  109. - Fixed: incompatibility sparse mode vs append mode.
  110. - Performance fix: big compression speed boost for clang(+30%).
  111. * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - r129-2
  112. - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
  113. * Wed May 27 2015 pjp <pjp@fedoraproject.org> - r129-1
  114. - New LZ4_compress_fast() API.
  115. - New LZ4 CLI improved performance with multiple files.
  116. - Other bug fix and documentation updates.
  117. * Mon Apr 06 2015 pjp <pjp@fedoraproject.org> - r128-2
  118. - Update files section to install unlz4 & its manual
  119. * Wed Apr 01 2015 pjp <pjp@fedoraproject.org> - r128-1
  120. - lz4cli sparse file support
  121. - Restored lz4hc compression ratio
  122. - lz4 cli supports long commands
  123. - Introduced lz4-static sub package BZ#1208203
  124. * Thu Jan 08 2015 pjp <pjp@fedoraproject.org> - r127-2
  125. - Bump dist to override an earlier build.
  126. * Wed Jan 07 2015 pjp <pjp@fedoraproject.org> - r127-1
  127. - Fixed a bug in LZ4 HC streaming mode
  128. - New lz4frame API integrated into liblz4
  129. - Fixed a GCC 4.9 bug on highest performance settings
  130. * Thu Nov 13 2014 pjp <pjp@fedoraproject.org> - r124-1
  131. - New LZ4 HC Streaming mode
  132. * Tue Sep 30 2014 pjp <pjp@fedoraproject.org> - r123-1
  133. - Added experimental lz4frame API.
  134. - Fix s390x support.
  135. * Sat Aug 30 2014 pjp <pjp@fedoraproject.org> - r122-1
  136. - new release
  137. - Fixed AIX & AIX64 support (SamG)
  138. - Fixed mips 64-bits support (lew van)
  139. * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - r121-3
  140. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
  141. * Fri Aug 08 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - r121-2
  142. - fix destdir
  143. * Fri Aug 08 2014 pjp <pjp@fedoraproject.org> - r121-1
  144. - new release
  145. - Added a pkg-config file.
  146. - Fixed a LZ4 streaming crash bug.
  147. * Thu Jul 03 2014 pjp <pjp@fedoraproject.org> - r119-1
  148. - new release
  149. - Fixed a high Address allocation issue in 32-bits mode.
  150. * Sat Jun 28 2014 pjp <pjp@fedoraproject.org> - r118-1
  151. - new release
  152. - install libraries under appropriate _libdir directories.
  153. * Sat Jun 14 2014 pjp <pjp@fedoraproject.org> - r117-3
  154. - Move shared library object to -devel package.
  155. * Sat Jun 07 2014 pjp <pjp@fedoraproject.org> - r117-2
  156. - Skip static library from installation.
  157. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - r117-2
  158. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  159. * Fri Jun 06 2014 pjp <pjp@fedoraproject.org> - r117-1
  160. - new release
  161. - added lz4c & lz4cat manual pages.
  162. * Sun Apr 13 2014 pjp <pjp@fedoraproject.org> - r116-1
  163. - new release 116
  164. - added lz4cat utility for posix systems
  165. * Sat Mar 15 2014 pjp <pjp@fedoraproject.org> - r114-1
  166. - new release r114
  167. - added RPM_OPT_FLAGS to CFLAGS
  168. - introduced a devel package to build liblz4
  169. * Thu Jan 02 2014 pjp <pjp@fedoraproject.org> - r110-1
  170. - new release r110
  171. * Sun Nov 10 2013 pjp <pjp@fedoraproject.org> - r108-1
  172. - new release r108
  173. * Wed Oct 23 2013 pjp <pjp@fedoraproject.org> - r107-1
  174. - new release r107
  175. * Mon Oct 07 2013 pjp <pjp@fedoraproject.org> - r106-3
  176. - fixed install section to replace /usr/ with a macro.
  177. -> https://bugzilla.redhat.com/show_bug.cgi?id=1015263#c5
  178. * Sat Oct 05 2013 pjp <pjp@fedoraproject.org> - r106-2
  179. - fixed install section above as suggested in the review.
  180. -> https://bugzilla.redhat.com/show_bug.cgi?id=1015263#c1
  181. * Sun Sep 22 2013 pjp <pjp@fedoraproject.org> - r106-1
  182. - Initial RPM release of lz4-r106