lepton-vl.spec 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. %define ver 1.2.1
  2. %define rel 1
  3. Summary: a tool and file format for losslessly compressing JPEGs
  4. Name: lepton
  5. Version: %{ver}
  6. Release: %{rel}%{_dist_release}
  7. License: ASL 2.0
  8. Group: Applications/Graphics
  9. URL: https://github.com/dropbox/lepton/
  10. Source0: https://github.com/dropbox/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
  12. Distribution: Vine Linux
  13. Vendor: Project Vine
  14. Packager: iwaim
  15. %description
  16. Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.
  17. This can be used to archive large photo collections, or to serve images live and save 22% banwdith.
  18. %prep
  19. %setup -q
  20. ./autogen.sh
  21. %configure
  22. %build
  23. %{__make} %{?_smp_mflags}
  24. %install
  25. %makeinstall
  26. %check
  27. make check
  28. %files
  29. %defattr(-,root,root,-)
  30. %doc AUTHORS README.md license.txt
  31. %{_bindir}/lepton
  32. %{_bindir}/test_invariants
  33. %changelog
  34. * Sun Dec 25 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.2.1-1
  35. - update to 1.2.1
  36. * Sun Jul 17 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.0-1
  37. - initial relase