dafcaefc07
- Update to version 0.32.3: * Fixed a segfault. (Martin Gieseking, Savannah bug 52319) * Updated Gnulib stuff. - Changes for version 0.32.2 * Corrected fix for savannah bug 52308 (caused wrestool to always fail). * Added support for PE32+ binaries. - Changes fo version 0.32.1: * Fixed multiple issues found by Hanno Böck <hanno@hboeck.de> via fuzzing. (Savannah bugs 52307, 52308, 52313) - Changes for version 0.32.0: * Fixed issues found by Jerzy Kramarz: + Invalid memory allocation in icotool with malformed input. + Infinite recursion in wrestool with malformed input. * Added ability to specify minimum bit depth per image. * Added ability to specify cursor hotspot per image. OBS-URL: https://build.opensuse.org/request/show/810554 OBS-URL: https://build.opensuse.org/package/show/graphics/icoutils?expand=0&rev=16
57 lines
1.7 KiB
RPMSpec
57 lines
1.7 KiB
RPMSpec
#
|
|
# spec file for package icoutils
|
|
#
|
|
# Copyright (c) 2020 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: icoutils
|
|
Version: 0.32.3
|
|
Release: 0
|
|
Summary: Extracting and Converting Microsoft Icon and Cursor Files
|
|
License: GPL-3.0-or-later
|
|
Group: Productivity/Graphics/Convertors
|
|
URL: https://www.nongnu.org/icoutils/
|
|
Source0: http://savannah.nongnu.org/download/icoutils/%{name}-%{version}.tar.bz2
|
|
Source1: http://savannah.nongnu.org/download/icoutils/%{name}-%{version}.tar.bz2.sig
|
|
Source2: %{name}.keyring
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig(libpng)
|
|
|
|
%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
|
|
# Don't compile strange locales en@boldquot and en@quot.
|
|
# Otherwise, remove '--disable-nls'.
|
|
%configure --disable-nls
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc AUTHORS NEWS README TODO
|
|
%{_bindir}/*
|
|
%{_mandir}/man?/*
|
|
|
|
%changelog
|