File icoutils-0.26.0.spec of Package icoutils
Name: icoutils
Version: 0.27.0
Release: 1
Summary: Utility for extracting and converting Microsoft icon and cursor files
License: GPL
Group: Productivity/Graphics/Other
URL: http://www.nongnu.org/icoutils/
Packager: Vasiliy Astanin <v.astanin@gmail.com>
Source0: http://savannah.nongnu.org/download/icoutils/%name-%version.tar.gz
BuildRequires: gcc-c++ libpng-devel libstdc++-devel perl-TermReadLine-Gnu perl-libwww-perl zlib-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prefix: /usr
%description
The icoutils are a set of programs for extracting and converting images in
Microsoft Windows icon and cursor files. These files usually have the extension
.ico or .cur, but they can also be embedded in executables or libraries
(.dll-files).
%prep
%setup -q
%build
./configure --prefix=${prefix}
make
%install
mkdir -p %{buildroot}
make prefix=%{buildroot}%{prefix} \
mandir=$RPM_BUILD_ROOT%{_mandir} \
sysconfdir=%{buildroot}/etc \
install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc README AUTHORS NEWS TODO ChangeLog
%{_mandir}/*/*
%{_bindir}/*
%changelog
* Fri Jul 25 2008 Version 0.26.0 Vasiliy Astanin "MadCAD" <v.astanin@gmail.com>
- SUSE build
* Sat Sep 27 2003 Oskar Liljeblad <oskar@osk.mine.nu>
- initial import
- some minor modifications
* Wed Sep 24 2003 Sean Peirce <seanp71@bellatlantic.net>
- created the spec file
* Mon Jun 30 2003 Version 0.20.0
- Added support for extracting and creating icons with 8-bit alpha
- (variable transparency). Previously there were only two levels of
- transparency: none and completely transparent (bug reported by Steve
- van Bennekom).
- Link with -lz -lm since libpng requires it on some systems (bug
- reported by G�tz Waschk).
- Fixed some minor compilation warnings.