source: projects/specs/trunk/l/lepton/lepton-vl.spec @ 10860

Revision 10860, 1.1 KB checked in by iwaim, 7 years ago (diff)

lepton 1.2.1-1

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