diff --git a/harfbuzz-bootstrap.changes b/harfbuzz-bootstrap.changes index 55a3b15..3b3a423 100644 --- a/harfbuzz-bootstrap.changes +++ b/harfbuzz-bootstrap.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Apr 26 10:34:56 UTC 2015 - fstrba@suse.com + +- Make harfbuzz-bootstrap package provide the libharfbuzz.so.0 + * Makes the freshly built freetype2 installable +- Make harfbuzz-bootstrap-devel package provide the + pkgconfig(harfbuzz) + * Makes the freshly builg freetype2-devel installable + ------------------------------------------------------------------- Wed Apr 15 15:44:47 UTC 2015 - fstrba@suse.com diff --git a/harfbuzz-bootstrap.spec b/harfbuzz-bootstrap.spec index 59447be..ef86dc7 100644 --- a/harfbuzz-bootstrap.spec +++ b/harfbuzz-bootstrap.spec @@ -17,10 +17,6 @@ %global build_bootstrap 1 -%if %{build_bootstrap} -%global _use_internal_dependency_generator 0 -%global __find_provides %{nil} -%endif Name: harfbuzz-bootstrap Version: 0.9.40 Release: 0 @@ -34,6 +30,8 @@ BuildRequires: gcc-c++ BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{build_bootstrap} Source1000: harfbuzz-bootstrap-rpmlintrc +# Generation of pkgconfig(foo) provides for the bootstrap package +BuildRequires: pkg-config %else BuildRequires: harfbuzz-bootstrap BuildRequires: pkgconfig(cairo) >= 1.8.0 diff --git a/harfbuzz.changes b/harfbuzz.changes index 55a3b15..3b3a423 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Apr 26 10:34:56 UTC 2015 - fstrba@suse.com + +- Make harfbuzz-bootstrap package provide the libharfbuzz.so.0 + * Makes the freshly built freetype2 installable +- Make harfbuzz-bootstrap-devel package provide the + pkgconfig(harfbuzz) + * Makes the freshly builg freetype2-devel installable + ------------------------------------------------------------------- Wed Apr 15 15:44:47 UTC 2015 - fstrba@suse.com diff --git a/harfbuzz.spec b/harfbuzz.spec index e215c2f..e14bbeb 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -17,10 +17,6 @@ %global build_bootstrap 0 -%if %{build_bootstrap} -%global _use_internal_dependency_generator 0 -%global __find_provides %{nil} -%endif Name: harfbuzz Version: 0.9.40 Release: 0 @@ -34,6 +30,8 @@ BuildRequires: gcc-c++ BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{build_bootstrap} Source1000: harfbuzz-bootstrap-rpmlintrc +# Generation of pkgconfig(foo) provides for the bootstrap package +BuildRequires: pkg-config %else BuildRequires: harfbuzz-bootstrap BuildRequires: pkgconfig(cairo) >= 1.8.0