diff --git a/harfbuzz.changes b/harfbuzz.changes index 7f43c19..6e18e4e 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 28 16:33:22 UTC 2018 - dimstar@opensuse.org + +- Modernize spec-file by calling spec-cleaner + ------------------------------------------------------------------- Fri Feb 9 21:00:57 UTC 2018 - bjorn.lie@gmail.com diff --git a/harfbuzz.spec b/harfbuzz.spec index ebc7c22..b816d8b 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -22,11 +22,11 @@ Release: 0 Summary: An OpenType text shaping engine License: MIT Group: Productivity/Text/Utilities -Url: https://www.freedesktop.org/wiki/Software/HarfBuzz +URL: https://www.freedesktop.org/wiki/Software/HarfBuzz Source: https://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2 Source99: baselibs.conf - BuildRequires: gcc-c++ +BuildRequires: pkgconfig BuildRequires: pkgconfig(cairo) >= 1.8.0 BuildRequires: pkgconfig(cairo-ft) BuildRequires: pkgconfig(freetype2) >= 12.0.6 @@ -111,10 +111,8 @@ find %{buildroot} -type f -name "*.la" -delete -print %post -n libharfbuzz0 -p /sbin/ldconfig %postun -n libharfbuzz0 -p /sbin/ldconfig - %post -n libharfbuzz-icu0 -p /sbin/ldconfig %postun -n libharfbuzz-icu0 -p /sbin/ldconfig - %post -n libharfbuzz-gobject0 -p /sbin/ldconfig %postun -n libharfbuzz-gobject0 -p /sbin/ldconfig