From 73bb666bb83aae1652eb0d1d3bb5f735e7589e08 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:18:33 +0100 Subject: [PATCH] rebuilt with debug package [release 2.4.0-2mamba;Mon Dec 14 2020] --- libftgl.spec | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/libftgl.spec b/libftgl.spec index ed3bfa8..9ca5a8a 100644 --- a/libftgl.spec +++ b/libftgl.spec @@ -1,6 +1,6 @@ Name: libftgl Version: 2.4.0 -Release: 1mamba +Release: 2mamba Summary: OpenGL frontend to Freetype 2 Group: System/Libraries Vendor: openmamba @@ -41,8 +41,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} FTGL is a free open source library to enable developers to use arbitrary fonts in their OpenGL (www.opengl.org) applications. Unlike other OpenGL font libraries FTGL uses standard font file formats so doesn't need a preprocessing step to convert the high quality font data into a lesser quality, proprietary format. FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' the fonts. It then takes that output and stores it in a format most efficient for OpenGL rendering. - -This package contains libraries and header files need for development. +This package contains libraries and header files needed for development. %package static Group: Development/Libraries @@ -53,9 +52,10 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release} FTGL is a free open source library to enable developers to use arbitrary fonts in their OpenGL (www.opengl.org) applications. Unlike other OpenGL font libraries FTGL uses standard font file formats so doesn't need a preprocessing step to convert the high quality font data into a lesser quality, proprietary format. FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' the fonts. It then takes that output and stores it in a format most efficient for OpenGL rendering. - Static %{name} library. +%debug_package + %prep %setup -q -n ftgl-%{version} #sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.ac @@ -81,30 +81,35 @@ Static %{name} library. %files %defattr(-,root,root) -%{_libdir}/*.so.* +%{_libdir}/libftgl.so.* %doc AUTHORS COPYING %files devel %defattr(-,root,root) %dir %{_includedir}/FTGL %{_includedir}/FTGL/*.h -%{_libdir}/*.so +%{_libdir}/libftgl.so %dir %{_docdir}/ftgl %doc %{_docdir}/ftgl/projects_using_ftgl.txt %dir %{_docdir}/ftgl/html %doc %{_docdir}/ftgl/html/*.html %doc %{_docdir}/ftgl/html/*.png %doc %{_docdir}/ftgl/html/doxygen.css +%ifnarch aarch64 %doc %{_docdir}/ftgl/ftgl.pdf +%endif %{_libdir}/pkgconfig/*.pc %doc BUGS ChangeLog NEWS README TODO %files static %defattr(-,root,root) -%{_libdir}/*.a -%{_libdir}/*.la +%{_libdir}/libftgl.a +%{_libdir}/libftgl.la %changelog +* Mon Dec 14 2020 Silvan Calarco 2.4.0-2mamba +- rebuilt with debug package + * Fri Mar 29 2019 Automatic Build System 2.4.0-1mamba - automatic version update by autodist