diff --git a/mingw-harfbuzz.spec b/mingw-harfbuzz.spec index de83b93..374690a 100644 --- a/mingw-harfbuzz.spec +++ b/mingw-harfbuzz.spec @@ -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 - 0.9.37-2 +- Added Requires: mingw{32,64}-glib2-static tags to the -static subpackages + * Wed Dec 31 2014 Erik van Pienbroek - 0.9.37-1 - Update to 0.9.37