]> git.pld-linux.org Git - SPECS.git/blob - icoutils.spec
SPECS updated Sun 1 Aug 11:02:02 CEST 2021
[SPECS.git] / icoutils.spec
1 Summary:        Extract and convert bitmaps from Windows icon and cursor files
2 Summary(pl.UTF-8):      Narzędzie wyciągające i konwertujące bitmapy z windowsowych plików ikon i kursorów
3 Name:           icoutils
4 Version:        0.32.3
5 Release:        1
6 License:        GPL v3+
7 Group:          Applications/Graphics
8 Source0:        https://savannah.nongnu.org/download/icoutils/%{name}-%{version}.tar.bz2
9 # Source0-md5:  907bfd140aa2cebd7fb2d3def6d24c9e
10 URL:            http://www.nongnu.org/icoutils/
11 BuildRequires:  autoconf >= 2.59
12 BuildRequires:  automake >= 1.5
13 BuildRequires:  gettext-tools >= 0.14.1
14 BuildRequires:  libpng-devel
15 BuildRequires:  rpm-perlprov
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 The icoutils are a set of program for extracting and converting
20 bitmaps from Microsoft Windows icon and cursor files. These files
21 usually have the extension .ico or .cur, but they can also be embedded
22 in executables and libraries (.dll-files). (Such embedded files are
23 referred to as resources.)
24
25 %description -l pl.UTF-8
26 icoutils to zestaw programów do wyciągania i konwertowania bitmap z
27 plików ikon i kursorów używanych w Microsoft Windows. Te pliki mają
28 zazwyczaj rozszerzenie .ico lub .cur, ale mogą być wbudowane w pliki
29 wykonywalne lub biblioteki (pliki .dll) (takie wbudowane pliki są
30 nazywane zasobami).
31
32 %prep
33 %setup -q
34
35 %build
36 %{__aclocal} -I m4
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %find_lang %{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files -f %{name}.lang
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog NEWS README TODO
58 %attr(755,root,root) %{_bindir}/extresso
59 %attr(755,root,root) %{_bindir}/genresscript
60 %attr(755,root,root) %{_bindir}/icotool
61 %attr(755,root,root) %{_bindir}/wrestool
62 %{_mandir}/man1/extresso.1*
63 %{_mandir}/man1/genresscript.1*
64 %{_mandir}/man1/icotool.1*
65 %{_mandir}/man1/wrestool.1*
This page took 0.893342 seconds and 3 git commands to generate.