57 lines
1.7 KiB
RPMSpec
57 lines
1.7 KiB
RPMSpec
#
|
|
# spec file for package icoutils
|
|
#
|
|
# Copyright (c) 2022 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: https://savannah.nongnu.org/download/icoutils/%{name}-%{version}.tar.bz2
|
|
Source1: https://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
|