Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > dc15ec7b21913ff0dba0857263e0c3f0 > files > 2

icoutils-0.25.0-1mdk.src.rpm

%define name icoutils
%define version 0.25.0
%define release 1mdk

Summary: Extract and convert bitmaps from Windows icon and cursor files
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.student.lu.se/~nbi98oli/src/%{name}-%{version}.tar.bz2
License: GPL
Group: Graphics
BuildRoot: %{_tmppath}/%{name}-buildroot
URL: http://www.student.lu.se/~nbi98oli/
Requires: perl
BuildRequires: libpng-devel
BuildRequires: autoconf2.5

%description
The icoutils are a set of program for extracting and converting
bitmaps from Microsoft Windows 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). (Such embedded
files are referred to as resources.)

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
cp extresso/extresso extresso/genresscript %buildroot/%_bindir
cp extresso/extresso.1 extresso/genresscript.1 %buildroot/%_mandir/man1
 

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README AUTHORS ChangeLog NEWS TODO
%_bindir/*
%_mandir/man1/*

%changelog
* Sat Apr 23 2005 Götz Waschk <waschk@mandriva.org> 0.25.0-1mdk
- New release 0.25.0

* Mon Apr 18 2005 Götz Waschk <waschk@linux-mandrake.com> 0.24.0-1mdk
- New release 0.24.0

* Fri Sep 17 2004 Götz Waschk <waschk@linux-mandrake.com> 0.23.0-1mdk
- add source URL
- New release 0.23.0

* Wed Nov  5 2003 Götz Waschk <waschk@linux-mandrake.com> 0.22.0-1mdk
- drop prefix
- new version

* Sun Sep 28 2003 Olivier Thauvin <thauvin@aerov.jussieu.fr> 0.21.0-1mdk
- 0.21.0

* Wed Jun  4 2003 Götz Waschk <waschk@linux-mandrake.com> 0.20.0-1mdk
- drop patch
- new version

* Tue May 27 2003 Götz Waschk <waschk@linux-mandrake.com> 0.19.0-1mdk
- install man pages
- new version

* Thu Apr  3 2003 Götz Waschk <waschk@linux-mandrake.com> 0.18.0-1mdk
- new version

* Tue Mar 11 2003 Götz Waschk <waschk@linux-mandrake.com> 0.17.0-3mdk
- fix build
- fix buildrequires

* Fri Dec 27 2002 Götz Waschk <waschk@linux-mandrake.com> 0.17.0-2mdk
- rebuild

* Sun Dec  1 2002 Götz Waschk <waschk@linux-mandrake.com> 0.17.0-1mdk
- remove missing files from doc list
- new version

* Mon Jul  8 2002 Götz Waschk <waschk@linux-mandrake.com> 0.16.0-1mdk
- new version

* Tue Jun  4 2002 Götz Waschk <waschk@linux-mandrake.com> 0.15.0-1mdk
- add man pages
- remove examples from file list
- new version
- autoconf 2.5 macro

* Tue Jan 22 2002 Götz Waschk <waschk@linux-mandrake.com> 0.13.0-1mdk
- initial package