]> git.pld-linux.org Git - packages/icoutils.git/blame - icoutils.spec
Release 2 (by relup.sh)
[packages/icoutils.git] / icoutils.spec
CommitLineData
e3cae62a 1Summary: Extract and convert bitmaps from Windows icon and cursor files
c928caef 2Summary(pl.UTF-8): Narzędzie wyciągające i konwertujące bitmapy z windowsowych plików ikon i kursorów
e3cae62a 3Name: icoutils
cf96d39e 4Version: 0.32.3
9999890d 5Release: 2
a3ccc79e 6License: GPL v3+
e3cae62a 7Group: Applications/Graphics
cf96d39e
JP
8Source0: https://savannah.nongnu.org/download/icoutils/%{name}-%{version}.tar.bz2
9# Source0-md5: 907bfd140aa2cebd7fb2d3def6d24c9e
b4eff082 10URL: http://www.nongnu.org/icoutils/
a3ccc79e 11BuildRequires: autoconf >= 2.59
d58f8826 12BuildRequires: automake >= 1.5
a34f30cc 13BuildRequires: gettext-tools >= 0.14.1
91e5d448 14BuildRequires: libpng-devel
e8d9f553 15BuildRequires: rpm-perlprov
e3cae62a 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
898da596
AM
17
18%description
19The icoutils are a set of program for extracting and converting
20bitmaps from Microsoft Windows icon and cursor files. These files
e3cae62a
JB
21usually have the extension .ico or .cur, but they can also be embedded
22in executables and libraries (.dll-files). (Such embedded files are
23referred to as resources.)
24
be636786
JR
25%description -l pl.UTF-8
26icoutils to zestaw programów do wyciągania i konwertowania bitmap z
27plików ikon i kursorów używanych w Microsoft Windows. Te pliki mają
28zazwyczaj rozszerzenie .ico lub .cur, ale mogą być wbudowane w pliki
29wykonywalne lub biblioteki (pliki .dll) (takie wbudowane pliki są
e3cae62a 30nazywane zasobami).
898da596
AM
31
32%prep
d58f8826 33%setup -q
898da596
AM
34
35%build
d58f8826 36%{__aclocal} -I m4
b67808f9 37%{__autoconf}
d58f8826 38%{__autoheader}
b67808f9 39%{__automake}
e3cae62a 40%configure
b67808f9 41
e3cae62a 42%{__make}
898da596
AM
43
44%install
45rm -rf $RPM_BUILD_ROOT
ce5b7edb 46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
e3cae62a 49
a3ccc79e
JB
50%find_lang %{name}
51
898da596
AM
52%clean
53rm -rf $RPM_BUILD_ROOT
54
a3ccc79e 55%files -f %{name}.lang
e3cae62a 56%defattr(644,root,root,755)
a3ccc79e
JB
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.098133 seconds and 4 git commands to generate.