Accepting request 29100 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/giflib based on submit request 29100 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/29100 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=8
This commit is contained in:
parent
d70fcd4e00
commit
89735426e7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 17 20:50:13 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- add baselibs.conf as a source
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 13 16:19:37 CET 2009 - olh@suse.de
|
Tue Jan 13 16:19:37 CET 2009 - olh@suse.de
|
||||||
|
|
||||||
|
90
giflib.spec
90
giflib.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package giflib (Version 4.1.6)
|
# spec file for package giflib (Version 4.1.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: giflib
|
Name: giflib
|
||||||
BuildRequires: xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXt-devel
|
BuildRequires: xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXt-devel
|
||||||
License: X11/MIT
|
License: MIT
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://sourceforge.net/projects/libungif
|
Url: http://sourceforge.net/projects/libungif
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -31,7 +31,7 @@ Obsoletes: libungif-64bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 4.1.6
|
Version: 4.1.6
|
||||||
Release: 11
|
Release: 13
|
||||||
Summary: A Library for Working with GIF Images
|
Summary: A Library for Working with GIF Images
|
||||||
Provides: libungif
|
Provides: libungif
|
||||||
%ifarch ia64 x86_64 s390x ppc64
|
%ifarch ia64 x86_64 s390x ppc64
|
||||||
@ -41,6 +41,7 @@ Provides: libungif.so.4
|
|||||||
%endif
|
%endif
|
||||||
Obsoletes: libungif
|
Obsoletes: libungif
|
||||||
Source: giflib-%{version}.tar.bz2
|
Source: giflib-%{version}.tar.bz2
|
||||||
|
Source2: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -55,7 +56,7 @@ Authors:
|
|||||||
Eric S. Raymond >esr@snark.thyrsus.com>
|
Eric S. Raymond >esr@snark.thyrsus.com>
|
||||||
|
|
||||||
%package progs
|
%package progs
|
||||||
License: X11/MIT
|
License: MIT
|
||||||
Summary: Tools for Working with the GIF Library
|
Summary: Tools for Working with the GIF Library
|
||||||
Group: Productivity/Graphics/Convertors
|
Group: Productivity/Graphics/Convertors
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -73,7 +74,7 @@ Authors:
|
|||||||
Eric S. Raymond >esr@snark.thyrsus.com>
|
Eric S. Raymond >esr@snark.thyrsus.com>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: X11/MIT
|
License: MIT
|
||||||
Summary: Library for Working with GIF Images - Files Mandatory for Development
|
Summary: Library for Working with GIF Images - Files Mandatory for Development
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %name = %version
|
Requires: %name = %version
|
||||||
@ -132,82 +133,3 @@ find doc -name "Makefile*" -print -delete
|
|||||||
/usr/bin/*
|
/usr/bin/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jan 13 2009 olh@suse.de
|
|
||||||
- obsolete old libungif-64bit on ppc64 (bnc#437293)
|
|
||||||
* Wed Dec 10 2008 olh@suse.de
|
|
||||||
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
|
||||||
(bnc#437293)
|
|
||||||
* Mon Nov 24 2008 olh@suse.de
|
|
||||||
- obsolete old -XXbit packages (bnc#437293)
|
|
||||||
* Sat Aug 30 2008 crrodriguez@suse.de
|
|
||||||
- update to version 4.1.6, changes since 4.1.4 includes:
|
|
||||||
* Fix segfault in utilities due to referencing ColorMaps in GifFiles that had
|
|
||||||
no ColorMap present.
|
|
||||||
* Fix gif2x11 to work on 24 bit displays.
|
|
||||||
* Fix for giftext segfault when the GifFile does not store a global colormap.
|
|
||||||
* Checks to fail gracefully when an image contains improper LZ codes.
|
|
||||||
* Close file handles on failure in DGifOpenFileHandle()
|
|
||||||
* Checks to operate on files in binary mode on WIN32 as well as MSDOS.
|
|
||||||
- kill "la" files and static libraries
|
|
||||||
* Thu Apr 10 2008 ro@suse.de
|
|
||||||
- added baselibs.conf file to build xxbit packages
|
|
||||||
for multilib support
|
|
||||||
* Wed Aug 16 2006 aj@suse.de
|
|
||||||
- Replace xorg-x11-devel BuildRequires with really needed libs.
|
|
||||||
- Fix configure call for X11 R7.
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Thu Jan 12 2006 nadvornik@suse.cz
|
|
||||||
- compile with -fstack-protector
|
|
||||||
* Tue Jan 03 2006 nadvornik@suse.cz
|
|
||||||
- updated to 4.1.4
|
|
||||||
* Tue Apr 26 2005 jw@suse.de
|
|
||||||
- fixed EGifCompressLine for 64bit archs,
|
|
||||||
to make perl-Prima testcases happy.
|
|
||||||
* Tue Sep 14 2004 nadvornik@suse.cz
|
|
||||||
- fixed provides on 64bit architectures [#44842]
|
|
||||||
* Thu Sep 09 2004 nadvornik@suse.cz
|
|
||||||
- added Provides: libungif.so.4 [#44842]
|
|
||||||
* Wed Sep 01 2004 nadvornik@suse.cz
|
|
||||||
- updated to giflib 4.1.3: LZW is enabled again
|
|
||||||
- renamed libungif -> giflib
|
|
||||||
ungif -> giflib-progs
|
|
||||||
- new subpackage giflib-devel
|
|
||||||
- added compatibility symlinks
|
|
||||||
* Tue Feb 24 2004 kukuk@suse.de
|
|
||||||
- Cleanup neededforbuild
|
|
||||||
* Sat Jan 10 2004 adrian@suse.de
|
|
||||||
- add %%defattr and %%run_ldconfig
|
|
||||||
* Mon Feb 11 2002 schwab@suse.de
|
|
||||||
- Fix use of varargs.
|
|
||||||
* Wed Feb 06 2002 nadvornik@suse.cz
|
|
||||||
- updated to 4.1.0b1:
|
|
||||||
- bugfix release
|
|
||||||
* Tue Jan 08 2002 nadvornik@suse.cz
|
|
||||||
- used macros %%{_lib} and %%{_libdir}
|
|
||||||
* Tue Jun 12 2001 ro@suse.de
|
|
||||||
- libtoolize to build
|
|
||||||
* Tue Jun 05 2001 schwab@suse.de
|
|
||||||
- Change DumpScreen2Gif parameters to long.
|
|
||||||
* Thu May 24 2001 pblaha@suse.cz
|
|
||||||
- fix cast pointer on ia64
|
|
||||||
* Wed Apr 18 2001 pblaha@suse.cz
|
|
||||||
- patch from nadvornik@suse.cz for bug in loading images
|
|
||||||
* Mon Apr 09 2001 ro@suse.de
|
|
||||||
- fixed group tag
|
|
||||||
* Wed May 17 2000 bubnikv@suse.cz
|
|
||||||
- fixed bug of $chmod 755 libungif.so* (missing $RPM_BUILD_ROOT)
|
|
||||||
- spec file cleanup
|
|
||||||
* Mon May 15 2000 nadvornik@suse.cz
|
|
||||||
- added BuildRoot
|
|
||||||
- added URL
|
|
||||||
* Tue Apr 04 2000 bk@suse.de
|
|
||||||
- config.{sub,guess} update macro needs automake
|
|
||||||
* Sat Apr 01 2000 bk@suse.de
|
|
||||||
- suse s390 team added required %%suse_update_config for s390
|
|
||||||
* Mon Sep 13 1999 bs@suse.de
|
|
||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
||||||
* Tue Jun 29 1999 ro@suse.de
|
|
||||||
- split: ungif (containing the tools) is build as a separate package
|
|
||||||
* Tue Apr 06 1999 ro@suse.de
|
|
||||||
- initial package
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user