Parent Directory | Revision Log
- new version: 1.5.1, fixes CVE-2022-32325 (mga#31424)
1 | Name: jpegoptim |
2 | Version: 1.5.1 |
3 | Release: %mkrel 1 |
4 | Summary: Utility to optimize JPEG image files |
5 | License: GPLv2+ |
6 | Group: Graphics/Utilities |
7 | URL: https://www.kokkonen.net/tjko/projects.html |
8 | Source0: https://www.kokkonen.net/tjko/src/%{name}-%{version}.tar.gz |
9 | BuildRequires: pkgconfig(libjpeg) |
10 | |
11 | %description |
12 | Provides lossless optimization (based on optimizing the Huffman tables) |
13 | and "lossy" optimization based on setting the maximum quality factor. |
14 | |
15 | %prep |
16 | %setup -q |
17 | |
18 | %build |
19 | %configure |
20 | %make_build |
21 | |
22 | %install |
23 | %make_install |
24 | |
25 | %files |
26 | %doc COPYRIGHT README |
27 | %{_bindir}/jpegoptim |
28 | %{_mandir}/man1/jpegoptim.1* |
ViewVC Help | |
Powered by ViewVC 1.1.30 |