|
|
4b147c |
Name: giflib
|
|
|
4b147c |
Summary: A library and utilities for processing GIFs
|
|
|
4b147c |
Version: 5.2.1
|
|
|
4b147c |
Release: 9%{?dist}
|
|
|
4b147c |
|
|
|
4b147c |
License: MIT
|
|
|
4b147c |
URL: http://www.sourceforge.net/projects/%{name}/
|
|
|
4b147c |
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
|
4b147c |
# Move quantize.c back into libgif.so (#1750122)
|
|
|
4b147c |
Patch0: giflib_quantize.patch
|
|
|
4b147c |
# Fix several defects found by Coverity scan
|
|
|
4b147c |
Patch1: giflib_coverity.patch
|
|
|
4b147c |
# Generate HTML docs with consistent section IDs to avoid multilib difference
|
|
|
4b147c |
Patch2: giflib_html-docs-consistent-ids.patch
|
|
|
4b147c |
|
|
|
4b147c |
BuildRequires: gcc
|
|
|
4b147c |
BuildRequires: make
|
|
|
4b147c |
BuildRequires: xmlto
|
|
|
4b147c |
|
|
|
4b147c |
|
|
|
4b147c |
%description
|
|
|
4b147c |
giflib is a library for reading and writing gif images.
|
|
|
4b147c |
|
|
|
4b147c |
|
|
|
4b147c |
%package devel
|
|
|
4b147c |
Summary: Development files for programs using the giflib library
|
|
|
4b147c |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
4b147c |
|
|
|
4b147c |
%description devel
|
|
|
4b147c |
The giflib-devel package includes header files, libraries necessary for
|
|
|
4b147c |
developing programs which use the giflib library.
|
|
|
4b147c |
|
|
|
4b147c |
|
|
|
4b147c |
%package utils
|
|
|
4b147c |
Summary: Programs for manipulating GIF format image files
|
|
|
4b147c |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
4b147c |
|
|
|
4b147c |
%description utils
|
|
|
4b147c |
The giflib-utils package contains various programs for manipulating GIF
|
|
|
4b147c |
format image files.
|
|
|
4b147c |
|
|
|
4b147c |
|
|
|
4b147c |
%prep
|
|
|
4b147c |
%autosetup -p1
|
|
|
4b147c |
|
|
|
4b147c |
|
|
|
4b147c |
%build
|
|
|
4b147c |
%make_build CFLAGS="%{optflags} -fPIC" LDFLAGS="%{__global_ldflags}"
|
|
|
4b147c |
|
|
|
4b147c |
|
|
|
4b147c |
%install
|
|
|
4b147c |
%make_install PREFIX="%{_prefix}" LIBDIR="%{_libdir}"
|
|
|
4b147c |
|
|
|
4b147c |
# Drop static library
|
|
|
4b147c |
rm -f %{buildroot}%{_libdir}/libgif.a
|
|
|
4b147c |
|
|
|
4b147c |
|
|
|
4b147c |
%ldconfig_scriptlets
|
|
|
4b147c |
|
|
|
4b147c |
|
|
|
4b147c |
%files
|
|
|
4b147c |
%doc ChangeLog NEWS README
|
|
|
4b147c |
%license COPYING
|
|
|
4b147c |
%{_libdir}/libgif.so.7*
|
|
|
4b147c |
|
|
|
4b147c |
%files devel
|
|
|
4b147c |
%doc doc/*
|
|
|
4b147c |
%{_libdir}/libgif.so
|
|
|
4b147c |
%{_includedir}/gif_lib.h
|
|
|
4b147c |
|
|
|
4b147c |
%files utils
|
|
|
4b147c |
%{_bindir}/gif*
|
|
|
4b147c |
%{_mandir}/man1/*.1*
|
|
|
4b147c |
|
|
|
4b147c |
|
|
|
4b147c |
%changelog
|
|
|
4b147c |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 5.2.1-9
|
|
|
4b147c |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
4b147c |
Related: rhbz#1991688
|
|
|
4b147c |
|
|
|
4b147c |
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 5.2.1-8
|
|
|
4b147c |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
4b147c |
|
|
|
4b147c |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.1-7
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.1-6
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Mon Feb 17 2020 Sandro Mani <manisandro@gmail.com> - 5.2.1-5
|
|
|
4b147c |
- Fix several defects found by Coverity scan
|
|
|
4b147c |
- Generate HTML docs with consistent section IDs to avoid multilib difference
|
|
|
4b147c |
|
|
|
4b147c |
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.1-4
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Tue Oct 01 2019 Sandro Mani <manisandro@gmail.com> - 5.2.1-3
|
|
|
4b147c |
- Move quantize.c back into libgif.so (#1750122)
|
|
|
4b147c |
|
|
|
4b147c |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.1-2
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Fri Jun 28 2019 Sandro Mani <manisandro@gmail.com> - 5.2.1-1
|
|
|
4b147c |
- Update to 5.2.1
|
|
|
4b147c |
|
|
|
4b147c |
* Mon Apr 01 2019 Sandro Mani <manisandro@gmail.com> - 5.1.9-1
|
|
|
4b147c |
- Update to 5.1.9
|
|
|
4b147c |
|
|
|
4b147c |
* Wed Mar 20 2019 Sandro Mani <manisandro@gmail.com> - 5.1.8-1
|
|
|
4b147c |
- Update to 5.1.8
|
|
|
4b147c |
|
|
|
4b147c |
* Mon Mar 11 2019 Sandro Mani <manisandro@gmail.com> - 5.1.7-1
|
|
|
4b147c |
- Update to 5.1.7
|
|
|
4b147c |
|
|
|
4b147c |
* Sat Feb 23 2019 Sandro Mani <manisandro@gmail.com> - 5.1.6-2
|
|
|
4b147c |
- Fix broken soname
|
|
|
4b147c |
|
|
|
4b147c |
* Mon Feb 18 2019 Sandro Mani <manisandro@gmail.com> - 5.1.6-1
|
|
|
4b147c |
- Update to 5.1.6
|
|
|
4b147c |
|
|
|
4b147c |
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.4-3
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.4-2
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Sun Feb 11 2018 Sandro Mani <manisandro@gmail.com> - 5.1.4-1
|
|
|
4b147c |
- Update to 5.1.4
|
|
|
4b147c |
|
|
|
4b147c |
* Thu Feb 8 2018 Florian Weimer <fweimer@redhat.com> - 4.1.6-22
|
|
|
4b147c |
- Build libungif with linker flags from redhat-rpm-config
|
|
|
4b147c |
|
|
|
4b147c |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.6-21
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.1.6-20
|
|
|
4b147c |
- Switch to %%ldconfig_scriptlets
|
|
|
4b147c |
|
|
|
4b147c |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.6-19
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.6-18
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Wed Mar 29 2017 Stephen Gallagher <sgallagh@redhat.com> - 4.1.6-17
|
|
|
4b147c |
- Fix compilation errors when -Werror=format-security
|
|
|
4b147c |
|
|
|
4b147c |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.6-16
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.6-15
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Fri Aug 14 2015 Adam Jackson <ajax@redhat.com> 4.1.6-14
|
|
|
4b147c |
- Link libungif with -z now too
|
|
|
4b147c |
|
|
|
4b147c |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-13
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-12
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-11
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Wed Dec 18 2013 Peter Robinson <pbrobinson@fedoraproject.org> 4.1.6-10
|
|
|
4b147c |
- Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-9
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 4.1.6-8
|
|
|
4b147c |
- Perl 5.18 rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-7
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-6
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-5
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-4
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-3
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Sat May 09 2009 Robert Scheck <robert@fedoraproject.org> 4.1.6-2
|
|
|
4b147c |
- Solved multilib problems with documentation (#465208, #474538)
|
|
|
4b147c |
- Removed static library from giflib-devel package (#225796 #c1)
|
|
|
4b147c |
|
|
|
4b147c |
* Mon Apr 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 4.1.6-1
|
|
|
4b147c |
- update to 4.1.6
|
|
|
4b147c |
|
|
|
4b147c |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-10
|
|
|
4b147c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.1.3-9
|
|
|
4b147c |
- Autorebuild for GCC 4.3
|
|
|
4b147c |
|
|
|
4b147c |
* Tue Mar 13 2007 Karsten Hopp <karsten@redhat.com> 4.1.3-8
|
|
|
4b147c |
- add BR libXt-devel, otherwise X support will be disabled
|
|
|
4b147c |
|
|
|
4b147c |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com>
|
|
|
4b147c |
- rebuild
|
|
|
4b147c |
|
|
|
4b147c |
* Mon May 22 2006 Karsten Hopp <karsten@redhat.de> 4.1.3-7
|
|
|
4b147c |
- buildrequires libICE-devel, libSM-devel
|
|
|
4b147c |
|
|
|
4b147c |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.1.3-6.2.1
|
|
|
4b147c |
- bump again for double-long bug on ppc(64)
|
|
|
4b147c |
|
|
|
4b147c |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.1.3-6.2
|
|
|
4b147c |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
4b147c |
|
|
|
4b147c |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
4b147c |
- rebuilt
|
|
|
4b147c |
|
|
|
4b147c |
* Tue Nov 1 2005 Matthias Clasen <mclasen@redhat.com> 4.1.3-6
|
|
|
4b147c |
- Switch requires to modular X
|
|
|
4b147c |
|
|
|
4b147c |
* Wed Sep 21 2005 Toshio Kuratomi <toshio@tiki-lounge.com> 4.1.3-5
|
|
|
4b147c |
- Merge an option on the empty library link line.
|
|
|
4b147c |
- Obsolete libungif progs package.
|
|
|
4b147c |
- Rename -progs to -utils as FC packages seem to have moved in this direction
|
|
|
4b147c |
for subpackages.
|
|
|
4b147c |
|
|
|
4b147c |
* Tue Sep 20 2005 Toshio Kuratomi <toshio@tiki-lounge.com> 4.1.3-4
|
|
|
4b147c |
- Modify the way we provide libungif compatibility by building an empty
|
|
|
4b147c |
library that requires libgif.
|
|
|
4b147c |
- Remove chmod in install. It doesn't seem to be necessary.
|
|
|
4b147c |
- Add a patch to fix a problem with long being 64 bit on x86_64 but the code
|
|
|
4b147c |
assuming it was 32 bit.
|
|
|
4b147c |
|
|
|
4b147c |
* Mon Sep 19 2005 Toshio Kuratomi <toshio@tiki-lounge.com> 4.1.3-1
|
|
|
4b147c |
- Port package from libungif to giflib.
|