forked from pool/giflib
Accepting request 104269 from devel:libraries:c_c++
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/104269 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=20
This commit is contained in:
commit
bb80663d0a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 5 16:23:36 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 10 02:57:31 UTC 2011 - crrodriguez@opensuse.org
|
Mon Oct 10 02:57:31 UTC 2011 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
18
giflib.spec
18
giflib.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package giflib
|
# spec file for package giflib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 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
|
||||||
@ -16,17 +16,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: giflib
|
Name: giflib
|
||||||
%define lname libgif4
|
%define lname libgif4
|
||||||
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: libtool
|
BuildRequires: libtool
|
||||||
License: MIT
|
BuildRequires: xorg-x11-libICE-devel
|
||||||
Group: System/Libraries
|
BuildRequires: xorg-x11-libSM-devel
|
||||||
|
BuildRequires: xorg-x11-libX11-devel
|
||||||
|
BuildRequires: xorg-x11-libXau-devel
|
||||||
|
BuildRequires: xorg-x11-libXdmcp-devel
|
||||||
|
BuildRequires: xorg-x11-libXt-devel
|
||||||
Url: http://sourceforge.net/projects/giflib
|
Url: http://sourceforge.net/projects/giflib
|
||||||
Version: 4.1.6
|
Version: 4.1.6
|
||||||
Release: 23
|
Release: 0
|
||||||
Summary: A Library for Working with GIF Images
|
Summary: A Library for Working with GIF Images
|
||||||
|
License: MIT
|
||||||
|
Group: System/Libraries
|
||||||
Source: giflib-%{version}.tar.bz2
|
Source: giflib-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -60,7 +64,6 @@ This Library allows manipulating GIF Image files. Since the LZW patents
|
|||||||
have expired, giflib can again be used instead of libungif.
|
have expired, giflib can again be used instead of libungif.
|
||||||
|
|
||||||
%package progs
|
%package progs
|
||||||
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
|
||||||
Provides: ungif
|
Provides: ungif
|
||||||
@ -70,7 +73,6 @@ Obsoletes: ungif
|
|||||||
A tool for converting GIFs to various formats.
|
A tool for converting GIFs to various formats.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
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: %lname = %version
|
Requires: %lname = %version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user