diff --git a/libfreetype.spec b/libfreetype.spec index 1d840b1..a27562a 100644 --- a/libfreetype.spec +++ b/libfreetype.spec @@ -2,7 +2,7 @@ %define enable_subpixel_rendering 1 Name: libfreetype Version: 2.10.1 -Release: 1mamba +Release: 3mamba Summary: Free TrueType font rasterizer library Vendor: openmamba Distribution: openmamba @@ -17,12 +17,9 @@ BuildRequires: libbzip2-devel BuildRequires: libpng-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END -#%ifarch x86_64 -#BuildRequires: gcc-multilib -#BuildRequires: glibc-multilib-devel -#BuildRequires: lib32-libz-devel -#BuildRequires: lib32-libpng-devel -#%endif +%ifarch x86_64 +Obsoletes: lib32-libfreetype +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -55,6 +52,8 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release} %description -n lib32-%{name}-devel This package is only needed if you intend to develop or compile applications which rely on the FreeType2 library. If you simply want to run existing applications, you won't need this package. +%debug_package + %prep %setup -q -n freetype-%{version} @@ -136,6 +135,12 @@ ln -s freetype2 %{buildroot}%{_includedir}/freetype %endif %changelog +* Thu Jan 16 2020 Silvan Calarco 2.10.1-3mamba +- debug package added + +* Thu Jan 16 2020 Silvan Calarco 2.10.1-2mamba +- x86_64: obsolete lib32-libfreetype + * Sat Aug 17 2019 Silvan Calarco 2.10.1-1mamba - update to 2.10.1