Blame SPECS/giflib.spec

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