Added Requires: mingw{32,64}-glib2-static tags to the -static subpackages

This commit is contained in:
Erik van Pienbroek 2014-12-31 11:46:38 +01:00
parent 1493df8ab3
commit 2d9a4cda70

View File

@ -2,7 +2,7 @@
Name: mingw-harfbuzz
Version: 0.9.37
Release: 1%{?dist}
Release: 2%{?dist}
Summary: MinGW Windows Harfbuzz library
License: MIT
@ -40,6 +40,7 @@ HarfBuzz is an implementation of the OpenType Layout engine.
%package -n mingw32-harfbuzz-static
Summary: Static version of the MinGW Windows Harfbuzz library
Requires: mingw32-harfbuzz = %{version}-%{release}
Requires: mingw32-glib2-static
%description -n mingw32-harfbuzz-static
Static version of the MinGW Windows Harfbuzz library.
@ -54,6 +55,7 @@ HarfBuzz is an implementation of the OpenType Layout engine.
%package -n mingw64-harfbuzz-static
Summary: Static version of the MinGW Windows Harfbuzz library
Requires: mingw64-harfbuzz = %{version}-%{release}
Requires: mingw64-glib2-static
%description -n mingw64-harfbuzz-static
Static version of the MinGW Windows Harfbuzz library.
@ -116,6 +118,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
%changelog
* Wed Dec 31 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.37-2
- Added Requires: mingw{32,64}-glib2-static tags to the -static subpackages
* Wed Dec 31 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.37-1
- Update to 0.9.37