1 Star 0 Fork 18

liuyumeng/giflib

forked from src-openEuler/giflib 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
giflib.spec 2.37 KB
一键复制 编辑 原始数据 按行查看 历史
renmingshuai 提交于 2021-05-20 11:39 . Add a package named utils
%define debug_package %{nil}
Name: giflib
Version: 5.2.1
Release: 3
Summary: A library and utilities for processing GIFs
License: MIT
URL: http://www.sourceforge.net/projects/giflib/
Source: http://downloads.sourceforge.net/giflib/giflib-%{version}.tar.gz
# Move quantize.c back into libgif.so (#1750122)
Patch0:giflib_quantize.patch
# Fix several defects found by Coverity scan
Patch1:giflib_coverity.patch
# Generate HTML docs with consistent section IDs to avoid multilib difference
Patch2:giflib_html-docs-consistent-ids.patch
BuildRequires: make xmlto gcc
provides: giflib-utils
%description
giflib is a library of gif images and provides utilities for processing images.
%package devel
Summary: files for developing programs which use the giflib library
Requires: %{name} = %{version}-%{release}
%description devel
development header files, libraries for programs using the giflib library.
%package utils
Summary: Programs for manipulating GIF format image files
Requires: %{name}%{?_isa} = %{version}-%{release}
%description utils
The giflib-utils package contains various programs for manipulationg GIF
format imange files.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
%make_build
%install
%make_install PREFIX="%{_prefix}" LIBDIR="%{_libdir}"
rm -f doc/Makefile*
rm -f %{buildroot}/debugsourcefiles.list
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%doc ChangeLog NEWS README
%license COPYING
%{_libdir}/libgif.so.7*
%exclude %{_libdir}/*.a
%files devel
%defattr(-,root,root)
%doc doc/*
%{_libdir}/libgif.so
%{_includedir}/gif_lib.h
%files help
%defattr(-,root,root)
%{_mandir}/man1/gif*.1*
%files utils
%{_bindir}/gif*
%changelog
* Thu May 20 2021 liuyumeng <[email protected]> - 5.2.1-3
- Add a package named utils
* Wed Jul 29 2020 hanhui <[email protected]> - 5.2.1-2
- add bugfix
* Thu Jul 23 2020 hanhui <[email protected]> - 5.2.1-1
- update to 5.2.1
* Wed Jan 15 2020 openEuler Buildteam <[email protected]> - 5.1.4-6
- add the require for devel
* Tue Dec 24 2019 openEuler Buildteam <[email protected]> - 5.1.4-5
- change the path of files
* Sat Dec 21 2019 openEuler Buildteam <[email protected]> - 5.1.4-4
- Type:cves
- ID:NA
- SUG:NA
- DESC:Add CVE patches
* Tue Sep 10 2019 Lijin Yang <[email protected]> - 5.1.4-3
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuyumeng1/giflib.git
[email protected]:liuyumeng1/giflib.git
liuyumeng1
giflib
giflib
master

搜索帮助