automatic version update by autodist [release 0.31.0-1mamba;Tue May 21 2013]

This commit is contained in:
Automatic Build System 2024-01-05 23:49:55 +01:00
parent cf6e4c4798
commit cf891e1d44
2 changed files with 66 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# icoutils
The icoutils are a set of program for extracting and converting images in Microsoft Windows(R) icon and cursor files. These files usually have the extension .ico or .cur, but they can also be embedded in executables and libraries (.dll-files).

64
icoutils.spec Normal file
View File

@ -0,0 +1,64 @@
Name: icoutils
Version: 0.31.0
Release: 1mamba
Summary: The icoutils are a set of program for extracting and converting images in Microsoft Windows(R) icon and cursor files.
Group: Applications/Graphics
Vendor: openmamba
Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
URL: http://www.nongnu.org/icoutils/
Source: http://savannah.nongnu.org/download/icoutils/icoutils-%{version}.tar.bz2
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libpng-devel
BuildRequires: libz-devel
BuildRequires: perl-devel
BuildRequires: perl-libwww
## AUTOBUILDREQ-END
%description
The icoutils are a set of program for extracting and converting images in Microsoft Windows(R) icon and cursor files. These files usually have the extension .ico or .cur, but they can also be embedded in executables and libraries (.dll-files).
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/extresso
%{_bindir}/genresscript
%{_bindir}/icotool
%{_bindir}/wrestool
%{_mandir}/man1/extresso.1.gz
%{_mandir}/man1/genresscript.1.gz
%{_mandir}/man1/icotool.1.gz
%{_mandir}/man1/wrestool.1.gz
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%changelog
* Tue May 21 2013 Automatic Build System <autodist@mambasoft.it> 0.31.0-1mamba
- automatic version update by autodist
* Wed Sep 19 2012 Automatic Build System <autodist@mambasoft.it> 0.30.0-1mamba
- automatic version update by autodist
* Wed Feb 09 2011 Automatic Build System <autodist@mambasoft.it> 0.29.1-1mamba
- update to 0.29.1
* Wed Nov 04 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.28.0-1mamba
- package created by autospec