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 %define enable_subpixel_rendering 1
Name: libfreetype Name: libfreetype
Version: 2.9.1 Version: 2.9.1
Release: 1mamba Release: 2mamba
Summary: Free TrueType font rasterizer library Summary: Free TrueType font rasterizer library
Vendor: openmamba Vendor: openmamba
Distribution: 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 # include/freetype/config/ftoption.h
#%endif #%endif
%configure %configure \
--enable-freetype-config \
--disable-static
%make %make
%install %install
@ -109,17 +112,16 @@ ln -s freetype2 %{buildroot}%{_includedir}/freetype
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
#%{_bindir}/freetype-config %{_bindir}/freetype-config
#%{_includedir}/ft2build.h #%{_includedir}/ft2build.h
%{_includedir}/freetype %{_includedir}/freetype
%dir %{_includedir}/freetype2 %dir %{_includedir}/freetype2
%{_includedir}/freetype2/* %{_includedir}/freetype2/*
%{_libdir}/libfreetype.so %{_libdir}/libfreetype.so
%{_libdir}/libfreetype.la %{_libdir}/libfreetype.la
%{_libdir}/libfreetype.a
%{_libdir}/pkgconfig/freetype2.pc %{_libdir}/pkgconfig/freetype2.pc
%{_datadir}/aclocal/* %{_datadir}/aclocal/*
#%{_mandir}/man1/freetype-config.1* %{_mandir}/man1/freetype-config.1*
%doc docs/* %doc docs/*
%doc ChangeLog README %doc ChangeLog README
@ -134,6 +136,9 @@ ln -s freetype2 %{buildroot}%{_includedir}/freetype
%endif %endif
%changelog %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 * Sun Jun 17 2018 Automatic Build System <autodist@mambasoft.it> 2.9.1-1mamba
- automatic version update by autodist - automatic version update by autodist