Autobuild autoformatter for 78190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwebp?expand=0&rev=2
This commit is contained in:
parent
fb9139e1f3
commit
bc7449821b
29
libwebp.spec
29
libwebp.spec
@ -1,17 +1,35 @@
|
||||
#
|
||||
# spec file for package libwebp
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libwebp
|
||||
%define lname libwebp0
|
||||
Version: 0.1.2
|
||||
Release: 0
|
||||
Release: 1
|
||||
Group: System/Libraries
|
||||
URL: http://webmproject.org/
|
||||
Url: http://webmproject.org/
|
||||
Summary: Library and tools for the WebP graphics format
|
||||
License: BSD3c
|
||||
|
||||
#Source: http://webp.googlecode.com/files/libwebp-0.1.tar.gz
|
||||
Source: %name-%version.tar.xz
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
BuildRequires: libjpeg-devel, libpng-devel, xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: libjpeg-devel libpng-devel xz
|
||||
|
||||
%define debug_package_requires %lname = %version-%release
|
||||
|
||||
@ -23,6 +41,7 @@ developers can use WebP to compress, archive and distribute digital
|
||||
images more efficiently.
|
||||
|
||||
%package -n webp-tools
|
||||
|
||||
Group: Productivity/Archiving/Compression
|
||||
Summary: The WebP command line tools
|
||||
|
||||
@ -34,6 +53,7 @@ developers can use WebP to compress, archive and distribute digital
|
||||
images more efficiently.
|
||||
|
||||
%package -n %lname
|
||||
|
||||
Group: System/Libraries
|
||||
Summary: Library for the WebP graphics format
|
||||
|
||||
@ -45,6 +65,7 @@ developers can use WebP to compress, archive and distribute digital
|
||||
images more efficiently.
|
||||
|
||||
%package devel
|
||||
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: Development files for libwebp, a library for the WebP format
|
||||
Requires: %lname = %version
|
||||
|
Loading…
Reference in New Issue
Block a user