rebuilt with debug package [release 2.4.0-2mamba;Mon Dec 14 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 04:18:33 +01:00
parent abab9e0eb7
commit 73bb666bb8

View File

@ -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 <silvan.calarco@mambasoft.it> 2.4.0-2mamba
- rebuilt with debug package
* Fri Mar 29 2019 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
- automatic version update by autodist