rebuilt with debug package [release 2.4.0-2mamba;Mon Dec 14 2020]
This commit is contained in:
parent
abab9e0eb7
commit
73bb666bb8
21
libftgl.spec
21
libftgl.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libftgl
|
Name: libftgl
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: OpenGL frontend to Freetype 2
|
Summary: OpenGL frontend to Freetype 2
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
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.
|
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.
|
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.
|
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 needed for development.
|
||||||
This package contains libraries and header files need for development.
|
|
||||||
|
|
||||||
%package static
|
%package static
|
||||||
Group: Development/Libraries
|
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.
|
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.
|
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.
|
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.
|
Static %{name} library.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ftgl-%{version}
|
%setup -q -n ftgl-%{version}
|
||||||
#sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.ac
|
#sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.ac
|
||||||
@ -81,30 +81,35 @@ Static %{name} library.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libftgl.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/FTGL
|
%dir %{_includedir}/FTGL
|
||||||
%{_includedir}/FTGL/*.h
|
%{_includedir}/FTGL/*.h
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libftgl.so
|
||||||
%dir %{_docdir}/ftgl
|
%dir %{_docdir}/ftgl
|
||||||
%doc %{_docdir}/ftgl/projects_using_ftgl.txt
|
%doc %{_docdir}/ftgl/projects_using_ftgl.txt
|
||||||
%dir %{_docdir}/ftgl/html
|
%dir %{_docdir}/ftgl/html
|
||||||
%doc %{_docdir}/ftgl/html/*.html
|
%doc %{_docdir}/ftgl/html/*.html
|
||||||
%doc %{_docdir}/ftgl/html/*.png
|
%doc %{_docdir}/ftgl/html/*.png
|
||||||
%doc %{_docdir}/ftgl/html/doxygen.css
|
%doc %{_docdir}/ftgl/html/doxygen.css
|
||||||
|
%ifnarch aarch64
|
||||||
%doc %{_docdir}/ftgl/ftgl.pdf
|
%doc %{_docdir}/ftgl/ftgl.pdf
|
||||||
|
%endif
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc BUGS ChangeLog NEWS README TODO
|
%doc BUGS ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libftgl.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libftgl.la
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Mar 29 2019 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user