9932fef
Name:           icoutils
2d16409
Version:        0.30.0
2d16409
Release:        1%{?dist}
9932fef
Summary:        Utility for extracting and converting Microsoft icon and cursor files
9932fef
9932fef
Group:          Applications/Multimedia
9932fef
License:        GPLv3+
9932fef
URL:            http://www.nongnu.org/icoutils/
a524023
Source0:        http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.bz2
f82d3c0
2d16409
BuildRequires:  gettext 
2d16409
BuildRequires:  libpng-devel
f82d3c0
014ec62
Provides:       bundled(gnulib)
9932fef
9932fef
%description
9932fef
The icoutils are a set of programs for extracting and converting images in
9932fef
Microsoft Windows icon and cursor files. These files usually have the
9932fef
extension .ico or .cur, but they can also be embedded in executables or
9932fef
libraries.
9932fef
9932fef
%prep
9932fef
%setup -q
f82d3c0
2d16409
for f in AUTHORS NEWS; do
2d16409
  iconv -f ISO88592 -t UTF8 < $f > $f.utf8 && \
2d16409
  touch -r $f $f.utf8 && \
2d16409
  mv $f.utf8 $f 
f82d3c0
done
9932fef
9932fef
%build
9932fef
%configure
9932fef
make %{?_smp_mflags}
9932fef
9932fef
9932fef
%install
2d16409
make install DESTDIR=%{buildroot}
a524023
%find_lang %{name}
9932fef
9932fef
a524023
%files -f %{name}.lang
9932fef
%doc README AUTHORS COPYING NEWS TODO ChangeLog
f82d3c0
%{_bindir}/extresso
f82d3c0
%{_bindir}/genresscript
f82d3c0
%{_bindir}/icotool
f82d3c0
%{_bindir}/wrestool
f82d3c0
%{_mandir}/man1/*.1*
9932fef
9932fef
9932fef
%changelog
2d16409
* Wed Mar 20 2013 Martin Gieseking <martin.gieseking@uos.de> 0.30.0-1
2d16409
- updated to release 0.30.0
2d16409
- dropped patch as it has been applied upstream
2d16409
- removed old buildroot stuff
2d16409
549101b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.1-8
549101b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
549101b
948789d
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.1-7
948789d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
948789d
014ec62
* Sat May 19 2012 Martin Gieseking <martin.gieseking@uos.de> 0.29.1-6
014ec62
- added missing Provides: bundled(gnulib): https://bugzilla.redhat.com/show_bug.cgi?id=821764
014ec62
64016dc
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.1-5
64016dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
64016dc
4762b42
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.29.1-4
4762b42
- Rebuild for new libpng
4762b42
f82d3c0
* Mon May 16 2011 Martin Gieseking <martin.gieseking@uos.de> - 0.29.1-3
f82d3c0
- fixed http://bugzilla.redhat.com/show_bug.cgi?id=701855
f82d3c0
- minor spec cleanup
f82d3c0
6a3730b
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.1-2
6a3730b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6a3730b
ea5c39a
* Sat Mar 20 2010 - Martin Gieseking <martin.gieseking@uos.de> - 0.29.1-1
ea5c39a
- new upstream release fixes a segfault occurred in icotool
ea5c39a
- fixed encoding of file AUTHORS
ea5c39a
a524023
* Wed Feb 24 2010 - Martin Gieseking <martin.gieseking@uos.de> - 0.29.0-1
a524023
- updated to latest upstream release
a524023
- added newly available locales to package
a524023
9932fef
* Mon Aug 17 2009 - Martin Gieseking <martin.gieseking@uos.de> - 0.28.0-1
9932fef
- updated to latest upstream release
9932fef
- changed license tag to GPLv3+
9932fef
9932fef
* Fri Aug 14 2009 - Martin Gieseking <martin.gieseking@uos.de> - 0.27.0-1
9932fef
- updated to latest upstream release
9932fef
- added missing BuildRequires
9932fef
- patched wrestool/Makefile.am to fix ppc build failures
9932fef
9932fef
* Fri Apr 17 2009 - Eric Moret <eric.moret@gmail.com> - 0.26.0-1
9932fef
- Initial spec