diff --git a/fribidi.changes b/fribidi.changes index b186e61..dcb7b6a 100644 --- a/fribidi.changes +++ b/fribidi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 30 18:14:07 UTC 2010 - coolo@novell.com + +- buildrequire pkg-config to fix provides + ------------------------------------------------------------------- Fri Dec 18 00:44:28 CET 2009 - jengelh@medozas.de diff --git a/fribidi.spec b/fribidi.spec index d13bc27..77f7dfc 100644 --- a/fribidi.spec +++ b/fribidi.spec @@ -1,7 +1,7 @@ # # spec file for package fribidi (Version 0.10.9) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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 @@ -20,7 +20,7 @@ Name: fribidi Version: 0.10.9 -Release: 58 +Release: 59 Summary: Free Implementation of BiDi Algorithm License: GPLv2+ Group: System/Libraries @@ -35,6 +35,7 @@ Provides: locale(ar;he) Source: fribidi-%{version}.tar.bz2 Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkg-config %description This library implements the algorithm as described in the "Unicode @@ -47,12 +48,6 @@ The API was inspired by the document "Bi-Di languages support - BiDi API proposal" by Franck Portaneri, which he wrote as a proposal for adding BiDi support to Mozilla. - - -Authors: --------- - Dov Grobgeld - %package devel License: GPLv2+ Summary: Static Libraries and Header Files for FriBiDi @@ -63,12 +58,6 @@ Requires: %name = %version This package provides the static libraries and header files for FriBiDi. - - -Authors: --------- - Dov Grobgeld - %prep %setup -q