diff --git a/freetype2.changes b/freetype2.changes index 1b62edd..9ff0dcd 100644 --- a/freetype2.changes +++ b/freetype2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 14 10:06:56 UTC 2018 - idonmez@suse.com + +- Re-enable freetype-config, there is just too many fallouts. + ------------------------------------------------------------------- Wed May 2 10:54:32 UTC 2018 - idonmez@suse.com diff --git a/freetype2.spec b/freetype2.spec index 86186a7..db224c2 100644 --- a/freetype2.spec +++ b/freetype2.spec @@ -104,6 +104,7 @@ export CFLAGS="%{optflags} -std=gnu99 -D_GNU_SOURCE $(getconf LFS_CFLAGS)" --with-bzip2 \ --with-png \ --with-zlib \ + --enable-freetype-config \ --disable-static make %{?_smp_mflags} @@ -129,9 +130,11 @@ rm %{buildroot}%{_libdir}/libfreetype.la %files devel %doc docs/reference/* +%{_bindir}/freetype-config %{_includedir}/* %{_libdir}/libfreetype.so %{_libdir}/pkgconfig/freetype2.pc +%{_mandir}/man1/freetype-config.1%{ext_man} %{_datadir}/aclocal %changelog