2009-08-31 19:22:52 +00:00
|
|
|
Name: icoutils
|
2013-03-20 15:14:39 +00:00
|
|
|
Version: 0.30.0
|
2013-03-23 13:25:09 +00:00
|
|
|
Release: 2%{?dist}
|
2009-08-31 19:22:52 +00:00
|
|
|
Summary: Utility for extracting and converting Microsoft icon and cursor files
|
|
|
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
License: GPLv3+
|
|
|
|
URL: http://www.nongnu.org/icoutils/
|
2010-02-24 18:55:56 +00:00
|
|
|
Source0: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.bz2
|
2011-05-18 05:51:11 +00:00
|
|
|
|
2013-03-23 13:25:09 +00:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
2013-03-20 15:14:39 +00:00
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: libpng-devel
|
2013-03-23 13:25:09 +00:00
|
|
|
BuildRequires: perl-Carp
|
2011-05-18 05:51:11 +00:00
|
|
|
|
2012-05-19 11:09:02 +00:00
|
|
|
Provides: bundled(gnulib)
|
2009-08-31 19:22:52 +00:00
|
|
|
|
|
|
|
%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.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2013-03-23 13:25:09 +00:00
|
|
|
autoreconf
|
2011-05-18 05:51:11 +00:00
|
|
|
|
2013-03-20 15:14:39 +00:00
|
|
|
for f in AUTHORS NEWS; do
|
|
|
|
iconv -f ISO88592 -t UTF8 < $f > $f.utf8 && \
|
|
|
|
touch -r $f $f.utf8 && \
|
|
|
|
mv $f.utf8 $f
|
2011-05-18 05:51:11 +00:00
|
|
|
done
|
2009-08-31 19:22:52 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
2013-03-20 15:14:39 +00:00
|
|
|
make install DESTDIR=%{buildroot}
|
2010-02-24 18:55:56 +00:00
|
|
|
%find_lang %{name}
|
2009-08-31 19:22:52 +00:00
|
|
|
|
|
|
|
|
2010-02-24 18:55:56 +00:00
|
|
|
%files -f %{name}.lang
|
2009-08-31 19:22:52 +00:00
|
|
|
%doc README AUTHORS COPYING NEWS TODO ChangeLog
|
2011-05-18 05:51:11 +00:00
|
|
|
%{_bindir}/extresso
|
|
|
|
%{_bindir}/genresscript
|
|
|
|
%{_bindir}/icotool
|
|
|
|
%{_bindir}/wrestool
|
|
|
|
%{_mandir}/man1/*.1*
|
2009-08-31 19:22:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2013-03-23 13:25:09 +00:00
|
|
|
* Sat Mar 23 2013 Martin Gieseking <martin.gieseking@uos.de> 0.30.0-2
|
|
|
|
- Rebuilt with recent autoconf for https://bugzilla.redhat.com/show_bug.cgi?id=925575
|
|
|
|
|
2013-03-20 15:14:39 +00:00
|
|
|
* Wed Mar 20 2013 Martin Gieseking <martin.gieseking@uos.de> 0.30.0-1
|
|
|
|
- updated to release 0.30.0
|
|
|
|
- dropped patch as it has been applied upstream
|
|
|
|
- removed old buildroot stuff
|
|
|
|
|
2013-02-14 01:57:46 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.1-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 14:36:43 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-19 11:09:02 +00:00
|
|
|
* Sat May 19 2012 Martin Gieseking <martin.gieseking@uos.de> 0.29.1-6
|
|
|
|
- added missing Provides: bundled(gnulib): https://bugzilla.redhat.com/show_bug.cgi?id=821764
|
|
|
|
|
2012-01-13 05:42:30 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-06 04:50:47 +00:00
|
|
|
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.29.1-4
|
|
|
|
- Rebuild for new libpng
|
|
|
|
|
2011-05-18 05:51:11 +00:00
|
|
|
* Mon May 16 2011 Martin Gieseking <martin.gieseking@uos.de> - 0.29.1-3
|
|
|
|
- fixed http://bugzilla.redhat.com/show_bug.cgi?id=701855
|
|
|
|
- minor spec cleanup
|
|
|
|
|
2011-02-09 12:07:25 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-03-20 13:32:15 +00:00
|
|
|
* Sat Mar 20 2010 - Martin Gieseking <martin.gieseking@uos.de> - 0.29.1-1
|
|
|
|
- new upstream release fixes a segfault occurred in icotool
|
|
|
|
- fixed encoding of file AUTHORS
|
|
|
|
|
2010-02-24 18:55:56 +00:00
|
|
|
* Wed Feb 24 2010 - Martin Gieseking <martin.gieseking@uos.de> - 0.29.0-1
|
|
|
|
- updated to latest upstream release
|
|
|
|
- added newly available locales to package
|
|
|
|
|
2009-08-31 19:22:52 +00:00
|
|
|
* Mon Aug 17 2009 - Martin Gieseking <martin.gieseking@uos.de> - 0.28.0-1
|
|
|
|
- updated to latest upstream release
|
|
|
|
- changed license tag to GPLv3+
|
|
|
|
|
|
|
|
* Fri Aug 14 2009 - Martin Gieseking <martin.gieseking@uos.de> - 0.27.0-1
|
|
|
|
- updated to latest upstream release
|
|
|
|
- added missing BuildRequires
|
|
|
|
- patched wrestool/Makefile.am to fix ppc build failures
|
|
|
|
|
|
|
|
* Fri Apr 17 2009 - Eric Moret <eric.moret@gmail.com> - 0.26.0-1
|
|
|
|
- Initial spec
|