rebuilt with --enable-freetype-config [release 2.9.1-2mamba;Mon Aug 13 2018]

This commit is contained in:
Silvan Calarco 2024-01-06 04:17:45 +01:00
parent bbeeddcf73
commit 905253ef5d

View File

@ -2,7 +2,7 @@
%define enable_subpixel_rendering 1
Name: libfreetype
Version: 2.9.1
Release: 1mamba
Release: 2mamba
Summary: Free TrueType font rasterizer library
Vendor: openmamba
Distribution: openmamba
@ -71,7 +71,10 @@ This package is only needed if you intend to develop or compile applications whi
# include/freetype/config/ftoption.h
#%endif
%configure
%configure \
--enable-freetype-config \
--disable-static
%make
%install
@ -109,17 +112,16 @@ ln -s freetype2 %{buildroot}%{_includedir}/freetype
%files devel
%defattr(-,root,root)
#%{_bindir}/freetype-config
%{_bindir}/freetype-config
#%{_includedir}/ft2build.h
%{_includedir}/freetype
%dir %{_includedir}/freetype2
%{_includedir}/freetype2/*
%{_libdir}/libfreetype.so
%{_libdir}/libfreetype.la
%{_libdir}/libfreetype.a
%{_libdir}/pkgconfig/freetype2.pc
%{_datadir}/aclocal/*
#%{_mandir}/man1/freetype-config.1*
%{_mandir}/man1/freetype-config.1*
%doc docs/*
%doc ChangeLog README
@ -134,6 +136,9 @@ ln -s freetype2 %{buildroot}%{_includedir}/freetype
%endif
%changelog
* Mon Aug 13 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.1-2mamba
- rebuilt with --enable-freetype-config
* Sun Jun 17 2018 Automatic Build System <autodist@mambasoft.it> 2.9.1-1mamba
- automatic version update by autodist