|
|
e4d635 |
Name: giflib
|
|
|
e4d635 |
Summary: A library and utilities for processing GIFs
|
|
|
e4d635 |
Version: 5.1.4
|
|
|
e4d635 |
Release: 3%{?dist}
|
|
|
e4d635 |
|
|
|
e4d635 |
License: MIT
|
|
|
e4d635 |
URL: http://www.sourceforge.net/projects/%{name}/
|
|
|
e4d635 |
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
|
|
e4d635 |
|
|
|
e4d635 |
Patch0: giflib-5.1.4-coverity.patch
|
|
|
e4d635 |
Patch1: giflib-5.1.4-html-docs-consistent-ids.patch
|
|
|
e4d635 |
|
|
|
e4d635 |
BuildRequires: autoconf automake libtool
|
|
|
e4d635 |
BuildRequires: gcc
|
|
|
e4d635 |
BuildRequires: make
|
|
|
e4d635 |
BuildRequires: xmlto
|
|
|
e4d635 |
|
|
|
e4d635 |
|
|
|
e4d635 |
%description
|
|
|
e4d635 |
giflib is a library for reading and writing gif images.
|
|
|
e4d635 |
|
|
|
e4d635 |
|
|
|
e4d635 |
%package devel
|
|
|
e4d635 |
Summary: Development files for programs using the giflib library
|
|
|
e4d635 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
e4d635 |
|
|
|
e4d635 |
%description devel
|
|
|
e4d635 |
The giflib-devel package includes header files, libraries necessary for
|
|
|
e4d635 |
developing programs which use the giflib library.
|
|
|
e4d635 |
|
|
|
e4d635 |
|
|
|
e4d635 |
%package utils
|
|
|
e4d635 |
Summary: Programs for manipulating GIF format image files
|
|
|
e4d635 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
e4d635 |
|
|
|
e4d635 |
%description utils
|
|
|
e4d635 |
The giflib-utils package contains various programs for manipulating GIF
|
|
|
e4d635 |
format image files.
|
|
|
e4d635 |
|
|
|
e4d635 |
|
|
|
e4d635 |
%prep
|
|
|
e4d635 |
%autosetup -p1
|
|
|
e4d635 |
|
|
|
e4d635 |
|
|
|
e4d635 |
%build
|
|
|
e4d635 |
autoreconf -vif
|
|
|
e4d635 |
%configure
|
|
|
e4d635 |
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
e4d635 |
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
e4d635 |
%make_build
|
|
|
e4d635 |
|
|
|
e4d635 |
|
|
|
e4d635 |
%install
|
|
|
e4d635 |
%make_install
|
|
|
e4d635 |
|
|
|
e4d635 |
# Don't install any static .a and libtool .la files
|
|
|
e4d635 |
rm -f %{buildroot}%{_libdir}/*.{a,la}
|
|
|
e4d635 |
|
|
|
e4d635 |
# Remove makefile relics from documentation
|
|
|
e4d635 |
rm -f doc/Makefile*
|
|
|
e4d635 |
|
|
|
e4d635 |
|
|
|
e4d635 |
%ldconfig_scriptlets
|
|
|
e4d635 |
|
|
|
e4d635 |
|
|
|
e4d635 |
%files
|
|
|
e4d635 |
%doc AUTHORS ChangeLog NEWS README
|
|
|
e4d635 |
%license COPYING
|
|
|
e4d635 |
%{_libdir}/libgif.so.7*
|
|
|
e4d635 |
|
|
|
e4d635 |
%files devel
|
|
|
e4d635 |
%doc doc/*
|
|
|
e4d635 |
%{_libdir}/libgif.so
|
|
|
e4d635 |
%{_includedir}/gif_lib.h
|
|
|
e4d635 |
|
|
|
e4d635 |
%files utils
|
|
|
e4d635 |
%{_bindir}/gif*
|
|
|
e4d635 |
%{_mandir}/man1/gif*.1*
|
|
|
e4d635 |
|
|
|
e4d635 |
|
|
|
e4d635 |
%changelog
|
|
|
e4d635 |
* Thu Nov 08 2018 Nikola Forró <nforro@redhat.com> - 5.1.4-3
|
|
|
e4d635 |
- Generate HTML docs with consistent section IDs to avoid multilib difference
|
|
|
e4d635 |
related: #1602513
|
|
|
e4d635 |
|
|
|
e4d635 |
* Mon Oct 29 2018 Nikola Forró <nforro@redhat.com> - 5.1.4-2
|
|
|
e4d635 |
- Fix important Covscan defects
|
|
|
e4d635 |
resolves: #1602513
|
|
|
e4d635 |
|
|
|
e4d635 |
* Sun Feb 11 2018 Sandro Mani <manisandro@gmail.com> - 5.1.4-1
|
|
|
e4d635 |
- Update to 5.1.4
|
|
|
e4d635 |
|
|
|
e4d635 |
* Thu Feb 8 2018 Florian Weimer <fweimer@redhat.com> - 4.1.6-22
|
|
|
e4d635 |
- Build libungif with linker flags from redhat-rpm-config
|
|
|
e4d635 |
|
|
|
e4d635 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.6-21
|
|
|
e4d635 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.1.6-20
|
|
|
e4d635 |
- Switch to %%ldconfig_scriptlets
|
|
|
e4d635 |
|
|
|
e4d635 |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.6-19
|
|
|
e4d635 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.6-18
|
|
|
e4d635 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Wed Mar 29 2017 Stephen Gallagher <sgallagh@redhat.com> - 4.1.6-17
|
|
|
e4d635 |
- Fix compilation errors when -Werror=format-security
|
|
|
e4d635 |
|
|
|
e4d635 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.6-16
|
|
|
e4d635 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.6-15
|
|
|
e4d635 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Fri Aug 14 2015 Adam Jackson <ajax@redhat.com> 4.1.6-14
|
|
|
e4d635 |
- Link libungif with -z now too
|
|
|
e4d635 |
|
|
|
e4d635 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-13
|
|
|
e4d635 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-12
|
|
|
e4d635 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-11
|
|
|
e4d635 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Wed Dec 18 2013 Peter Robinson <pbrobinson@fedoraproject.org> 4.1.6-10
|
|
|
e4d635 |
- Rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-9
|
|
|
e4d635 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 4.1.6-8
|
|
|
e4d635 |
- Perl 5.18 rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-7
|
|
|
e4d635 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-6
|
|
|
e4d635 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-5
|
|
|
e4d635 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-4
|
|
|
e4d635 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-3
|
|
|
e4d635 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Sat May 09 2009 Robert Scheck <robert@fedoraproject.org> 4.1.6-2
|
|
|
e4d635 |
- Solved multilib problems with documentation (#465208, #474538)
|
|
|
e4d635 |
- Removed static library from giflib-devel package (#225796 #c1)
|
|
|
e4d635 |
|
|
|
e4d635 |
* Mon Apr 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 4.1.6-1
|
|
|
e4d635 |
- update to 4.1.6
|
|
|
e4d635 |
|
|
|
e4d635 |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-10
|
|
|
e4d635 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.1.3-9
|
|
|
e4d635 |
- Autorebuild for GCC 4.3
|
|
|
e4d635 |
|
|
|
e4d635 |
* Tue Mar 13 2007 Karsten Hopp <karsten@redhat.com> 4.1.3-8
|
|
|
e4d635 |
- add BR libXt-devel, otherwise X support will be disabled
|
|
|
e4d635 |
|
|
|
e4d635 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com>
|
|
|
e4d635 |
- rebuild
|
|
|
e4d635 |
|
|
|
e4d635 |
* Mon May 22 2006 Karsten Hopp <karsten@redhat.de> 4.1.3-7
|
|
|
e4d635 |
- buildrequires libICE-devel, libSM-devel
|
|
|
e4d635 |
|
|
|
e4d635 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.1.3-6.2.1
|
|
|
e4d635 |
- bump again for double-long bug on ppc(64)
|
|
|
e4d635 |
|
|
|
e4d635 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.1.3-6.2
|
|
|
e4d635 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
e4d635 |
|
|
|
e4d635 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
e4d635 |
- rebuilt
|
|
|
e4d635 |
|
|
|
e4d635 |
* Tue Nov 1 2005 Matthias Clasen <mclasen@redhat.com> 4.1.3-6
|
|
|
e4d635 |
- Switch requires to modular X
|
|
|
e4d635 |
|
|
|
e4d635 |
* Wed Sep 21 2005 Toshio Kuratomi <toshio@tiki-lounge.com> 4.1.3-5
|
|
|
e4d635 |
- Merge an option on the empty library link line.
|
|
|
e4d635 |
- Obsolete libungif progs package.
|
|
|
e4d635 |
- Rename -progs to -utils as FC packages seem to have moved in this direction
|
|
|
e4d635 |
for subpackages.
|
|
|
e4d635 |
|
|
|
e4d635 |
* Tue Sep 20 2005 Toshio Kuratomi <toshio@tiki-lounge.com> 4.1.3-4
|
|
|
e4d635 |
- Modify the way we provide libungif compatibility by building an empty
|
|
|
e4d635 |
library that requires libgif.
|
|
|
e4d635 |
- Remove chmod in install. It doesn't seem to be necessary.
|
|
|
e4d635 |
- Add a patch to fix a problem with long being 64 bit on x86_64 but the code
|
|
|
e4d635 |
assuming it was 32 bit.
|
|
|
e4d635 |
|
|
|
e4d635 |
* Mon Sep 19 2005 Toshio Kuratomi <toshio@tiki-lounge.com> 4.1.3-1
|
|
|
e4d635 |
- Port package from libungif to giflib.
|