13 Star 0 Fork 1

ocs-bot/icoutils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
icoutils.spec 1.79 KB
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2023-12-20 16:41 +08:00 . Upgrade to version 0.33.0
Summary: Utility for extracting and converting Microsoft icon and cursor files
Name: icoutils
Version: 0.33.0
Release: 1%{?dist}
License: GPLv3+
URL: http://www.nongnu.org/icoutils/
Source0: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.bz2
Patch3000: 0001-wrestool-Fix-get_resource_id_quoted-to-return-heap-a.patch
BuildRequires: autoconf automake
BuildRequires: gcc make
BuildRequires: gettext perl-generators
BuildRequires: libpng-devel
Supplements: (kio-extras and wine-core)
Provides: bundled(gnulib)
%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
%autosetup -p1
for f in AUTHORS NEWS; do
iconv -f ISO88592 -t UTF8 < $f > $f.utf8 && \
touch -r $f $f.utf8 && \
mv $f.utf8 $f
done
%build
autoreconf -i
%configure
%make_build
%install
%make_install
%find_lang %{name}
%files -f %{name}.lang
%license COPYING
%doc README AUTHORS NEWS TODO ChangeLog
%{_bindir}/extresso
%{_bindir}/genresscript
%{_bindir}/icotool
%{_bindir}/wrestool
%{_mandir}/man1/*.1*
%changelog
* Wed Dec 20 2023 Upgrade Robot <[email protected]> - 0.33.0-1
- Upgrade to version 0.33.0
* Fri Sep 08 2023 OpenCloudOS Release Engineering <[email protected]> - 0.32.3-4
- Rebuilt for OpenCloudOS Stream 23.09
* Fri Apr 28 2023 OpenCloudOS Release Engineering <[email protected]> - 0.32.3-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <[email protected]> - 0.32.3-2
- Rebuilt for OpenCloudOS Stream 23
* Tue Mar 21 2023 - Yi Lin <[email protected]> - 0.32.3-1
- Initial package.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ocs-bot/icoutils.git
[email protected]:ocs-bot/icoutils.git
ocs-bot
icoutils
icoutils
master

搜索帮助