diff --git a/harfbuzz-bootstrap.changes b/harfbuzz-bootstrap.changes index 55a3b15..e91d19e 100644 --- a/harfbuzz-bootstrap.changes +++ b/harfbuzz-bootstrap.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Apr 27 09:44:21 UTC 2015 - dimstar@opensuse.org + +- Add this-is-only-for-build-envs requires to the -bootstrap + package: This ensures that OBS can use it, but the users will + not install it on their systems. + +------------------------------------------------------------------- +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 built 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..38e7858 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,10 @@ 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 +# The bootstrap package is not supposed to be used by end users +Requires: this-is-only-for-build-envs %else BuildRequires: harfbuzz-bootstrap BuildRequires: pkgconfig(cairo) >= 1.8.0 diff --git a/harfbuzz.changes b/harfbuzz.changes index 55a3b15..e91d19e 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Apr 27 09:44:21 UTC 2015 - dimstar@opensuse.org + +- Add this-is-only-for-build-envs requires to the -bootstrap + package: This ensures that OBS can use it, but the users will + not install it on their systems. + +------------------------------------------------------------------- +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 built freetype2-devel installable + ------------------------------------------------------------------- Wed Apr 15 15:44:47 UTC 2015 - fstrba@suse.com diff --git a/harfbuzz.spec b/harfbuzz.spec index e215c2f..f138bf5 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,10 @@ 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 +# The bootstrap package is not supposed to be used by end users +Requires: this-is-only-for-build-envs %else BuildRequires: harfbuzz-bootstrap BuildRequires: pkgconfig(cairo) >= 1.8.0