Accepting request 304144 from home:fstrba:branches:GNOME:Factory
Trying to make this openSUSE:Factory compatible OBS-URL: https://build.opensuse.org/request/show/304144 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=72
This commit is contained in:
parent
a68ee5693b
commit
6a9c43b569
@ -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
|
Wed Apr 15 15:44:47 UTC 2015 - fstrba@suse.com
|
||||||
|
|
||||||
|
@ -17,10 +17,6 @@
|
|||||||
|
|
||||||
|
|
||||||
%global build_bootstrap 1
|
%global build_bootstrap 1
|
||||||
%if %{build_bootstrap}
|
|
||||||
%global _use_internal_dependency_generator 0
|
|
||||||
%global __find_provides %{nil}
|
|
||||||
%endif
|
|
||||||
Name: harfbuzz-bootstrap
|
Name: harfbuzz-bootstrap
|
||||||
Version: 0.9.40
|
Version: 0.9.40
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -34,6 +30,8 @@ BuildRequires: gcc-c++
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if %{build_bootstrap}
|
%if %{build_bootstrap}
|
||||||
Source1000: harfbuzz-bootstrap-rpmlintrc
|
Source1000: harfbuzz-bootstrap-rpmlintrc
|
||||||
|
# Generation of pkgconfig(foo) provides for the bootstrap package
|
||||||
|
BuildRequires: pkg-config
|
||||||
%else
|
%else
|
||||||
BuildRequires: harfbuzz-bootstrap
|
BuildRequires: harfbuzz-bootstrap
|
||||||
BuildRequires: pkgconfig(cairo) >= 1.8.0
|
BuildRequires: pkgconfig(cairo) >= 1.8.0
|
||||||
|
@ -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
|
Wed Apr 15 15:44:47 UTC 2015 - fstrba@suse.com
|
||||||
|
|
||||||
|
@ -17,10 +17,6 @@
|
|||||||
|
|
||||||
|
|
||||||
%global build_bootstrap 0
|
%global build_bootstrap 0
|
||||||
%if %{build_bootstrap}
|
|
||||||
%global _use_internal_dependency_generator 0
|
|
||||||
%global __find_provides %{nil}
|
|
||||||
%endif
|
|
||||||
Name: harfbuzz
|
Name: harfbuzz
|
||||||
Version: 0.9.40
|
Version: 0.9.40
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -34,6 +30,8 @@ BuildRequires: gcc-c++
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if %{build_bootstrap}
|
%if %{build_bootstrap}
|
||||||
Source1000: harfbuzz-bootstrap-rpmlintrc
|
Source1000: harfbuzz-bootstrap-rpmlintrc
|
||||||
|
# Generation of pkgconfig(foo) provides for the bootstrap package
|
||||||
|
BuildRequires: pkg-config
|
||||||
%else
|
%else
|
||||||
BuildRequires: harfbuzz-bootstrap
|
BuildRequires: harfbuzz-bootstrap
|
||||||
BuildRequires: pkgconfig(cairo) >= 1.8.0
|
BuildRequires: pkgconfig(cairo) >= 1.8.0
|
||||||
|
Loading…
Reference in New Issue
Block a user