forked from pool/libwebp
Accepting request 93226 from devel:libraries:c_c++
add libtool to buildrequires (forwarded request 93216 from coolo) OBS-URL: https://build.opensuse.org/request/show/93226 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwebp?expand=0&rev=6
This commit is contained in:
parent
7e952d349b
commit
f572585298
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 23 09:26:59 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add libtool as buildrequire to avoid implicit dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 31 13:37:08 UTC 2011 - pgajdos@suse.com
|
Mon Oct 31 13:37:08 UTC 2011 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ License: BSD3c
|
|||||||
Source0: http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
|
Source0: http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libjpeg-devel libpng-devel xz
|
BuildRequires: libjpeg-devel libpng-devel libtool xz
|
||||||
|
|
||||||
%define debug_package_requires %lname = %version-%release
|
%define debug_package_requires %lname = %version-%release
|
||||||
|
|
||||||
@ -41,7 +41,6 @@ developers can use WebP to compress, archive and distribute digital
|
|||||||
images more efficiently.
|
images more efficiently.
|
||||||
|
|
||||||
%package -n webp-tools
|
%package -n webp-tools
|
||||||
|
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
Summary: The WebP command line tools
|
Summary: The WebP command line tools
|
||||||
|
|
||||||
@ -53,7 +52,6 @@ developers can use WebP to compress, archive and distribute digital
|
|||||||
images more efficiently.
|
images more efficiently.
|
||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Library for the WebP graphics format
|
Summary: Library for the WebP graphics format
|
||||||
|
|
||||||
@ -65,7 +63,6 @@ developers can use WebP to compress, archive and distribute digital
|
|||||||
images more efficiently.
|
images more efficiently.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: Development files for libwebp, a library for the WebP format
|
Summary: Development files for libwebp, a library for the WebP format
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
|
Loading…
Reference in New Issue
Block a user