Accepting request 583838 from home:jengelh:branches:graphics
- Fix SRPM group. Update descriptions. Remove idempotent %if..%endif around %package. OBS-URL: https://build.opensuse.org/request/show/583838 OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=46
This commit is contained in:
parent
21d92d7c92
commit
ccb1066c50
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 7 10:35:17 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Fix SRPM group. Update descriptions. Remove idempotent
|
||||
%if..%endif around %package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 16:26:18 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
|
46
gegl.spec
46
gegl.spec
@ -22,8 +22,8 @@ Version: 0.2.0
|
||||
Release: 0
|
||||
Summary: Generic Graphics Library
|
||||
License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
URL: http://gegl.org/
|
||||
Group: Productivity/Graphics/Other
|
||||
Url: http://gegl.org/
|
||||
Source: http://ftp.gtk.org/pub/gegl/0.2/%{name}-%{version}.tar.bz2
|
||||
# PATCH-FIX-UPSTREAM gegl-lua52.patch bgo#667675 vuntz@opensuse.org -- Fix build with lua 5.2
|
||||
Patch0: gegl-lua52.patch
|
||||
@ -83,8 +83,8 @@ Provides: patched_subset
|
||||
%endif
|
||||
|
||||
%description
|
||||
GEGL provides infrastructure to do demand based cached non destructive
|
||||
image editing on larger than RAM buffers. Through babl it provides
|
||||
GEGL provides infrastructure to do demand-based cached non-destructive
|
||||
image editing on larger than RAM buffers. Through babl, it provides
|
||||
support for a wide range of color models and pixel storage formats for
|
||||
input and output.
|
||||
|
||||
@ -94,41 +94,36 @@ Group: System/Libraries
|
||||
Recommends: %{name}-0_2-lang
|
||||
|
||||
%description 0_2
|
||||
GEGL provides infrastructure to do demand based cached non destructive
|
||||
image editing on larger than RAM buffers. Through babl it provides
|
||||
GEGL provides infrastructure to do demand-based cached non-destructive
|
||||
image editing on larger than RAM buffers. Through babl, it provides
|
||||
support for a wide range of color models and pixel storage formats for
|
||||
input and output.
|
||||
|
||||
%if 0%{?BUILD_ORIG}
|
||||
%if 0%{?BUILD_ORIG_ADDON}
|
||||
%package 0_2-orig-addon
|
||||
Summary: Generic Graphics Library
|
||||
Group: System/Libraries
|
||||
Supplements: packageand(%{name}-0_2:%(cd %{_libdir} ; rpm -qf --queryformat=%%{NAME} `readlink %{_libdir}/libavcodec.so` ))
|
||||
|
||||
%description 0_2-orig-addon
|
||||
GEGL provides infrastructure to do demand based cached non destructive
|
||||
image editing on larger than RAM buffers. Through babl it provides
|
||||
GEGL provides infrastructure to do demand-based cached non-destructive
|
||||
image editing on larger than RAM buffers. Through babl, it provides
|
||||
support for a wide range of color models and pixel storage formats for
|
||||
input and output.
|
||||
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%package -n libgegl-0_2-0
|
||||
Summary: Generic Graphics Library
|
||||
Group: System/Libraries
|
||||
Recommends: %{name}-0_2 >= %{version}
|
||||
|
||||
%description -n libgegl-0_2-0
|
||||
GEGL provides infrastructure to do demand based cached non destructive
|
||||
image editing on larger than RAM buffers. Through babl it provides
|
||||
GEGL provides infrastructure to do demand-based cached non-destructive
|
||||
image editing on larger than RAM buffers. Through babl, it provides
|
||||
support for a wide range of color models and pixel storage formats for
|
||||
input and output.
|
||||
|
||||
%package devel
|
||||
Summary: Generic Graphics Library
|
||||
Group: System/Libraries
|
||||
Summary: Development files for GEGL, the "Generic Graphics Library"
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: babl-devel
|
||||
Requires: glib2-devel
|
||||
Requires: glibc-devel
|
||||
@ -136,22 +131,25 @@ Requires: libgegl-0_2-0 = %{version}
|
||||
Requires: pcre-devel
|
||||
|
||||
%description devel
|
||||
GEGL provides infratructure to do demand based cached non destructive
|
||||
image editing on larger than RAM buffers. Through babl it provides
|
||||
GEGL provides infrastructure to do demand-based cached non-destructive
|
||||
image editing on larger than RAM buffers. Through babl, it provides
|
||||
support for a wide range of color models and pixel storage formats for
|
||||
input and output.
|
||||
|
||||
This subpackage contains the C headers for the GEGL API.
|
||||
|
||||
%package doc
|
||||
Summary: Generic Graphics Library
|
||||
Group: System/Libraries
|
||||
Requires: libgegl-0_2-0 = %{version}
|
||||
Summary: Documentation for GEGL, the "Generic Graphics Library"
|
||||
Group: Documentation/HTML
|
||||
|
||||
%description doc
|
||||
GEGL provides infrastructure to do demand based cached non destructive
|
||||
image editing on larger than RAM buffers. Through babl it provides
|
||||
GEGL provides infrastructure to do demand-based cached non-destructive
|
||||
image editing on larger than RAM buffers. Through babl, it provides
|
||||
support for a wide range of color models and pixel storage formats for
|
||||
input and output.
|
||||
|
||||
This subpackage contains the documentation for GEGL.
|
||||
|
||||
%lang_package -n %{name}-0_2
|
||||
|
||||
%prep
|
||||
|
Loading…
Reference in New Issue
Block a user