Accepting request 253991 from home:olh:branches:multimedia:libs

- add versioned Requires to devel pkg, enca is required by pkgconfig

OBS-URL: https://build.opensuse.org/request/show/253991
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libass?expand=0&rev=24
This commit is contained in:
Cristian Rodríguez 2014-10-05 18:31:23 +00:00 committed by Git OBS Bridge
parent a10c9cd73c
commit 33c525b18e
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Oct 5 10:37:03 UTC 2014 - olaf@aepfle.de
- add versioned Requires to devel pkg, enca is required by pkgconfig
-------------------------------------------------------------------
Thu Oct 17 19:17:09 UTC 2013 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libass
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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
@ -30,7 +30,7 @@ BuildRequires: pkg-config
BuildRequires: xz
BuildRequires: pkgconfig(enca)
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(freetype2) >= 9.10.3
BuildRequires: pkgconfig(fribidi) >= 0.19.0
%description
@ -52,6 +52,10 @@ Summary: Portable Library for SSA/ASS Subtitles Rendering
Group: Development/Libraries/C and C++
Requires: glibc-devel
Requires: libass%{soname} = %{version}
Requires: pkgconfig(enca)
Requires: pkgconfig(fontconfig)
Requires: pkgconfig(freetype2) >= 9.10.3
Requires: pkgconfig(fribidi) >= 0.19.0
%description devel
This package is needed if you want to develop / compile against libASS.