Compare commits

..

2 Commits

View File

@ -1,13 +1,13 @@
Name: fonttosfnt
Version: 1.2.2
Version: 1.2.4
Release: 1mamba
Summary: fonttosfnt - Wrap a bitmap font in a sfnt (TrueType) wrapper
Group: System/X11
Vendor: openmamba
Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://x.org/wiki/
Source: http://ftp.x.org/pub/individual/app/fonttosfnt-%{version}.tar.bz2
Source: http://ftp.x.org/pub/individual/app/fonttosfnt-%{version}.tar.xz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -18,8 +18,9 @@ BuildRequires: libfreetype-devel
%description
Wrap a bitmap font or a set of bitmap fonts in a sfnt (TrueType or OpenType) wrapper.
%prep
%debug_package
%prep
%setup -q
%build
@ -36,11 +37,16 @@ Wrap a bitmap font or a set of bitmap fonts in a sfnt (TrueType or OpenType) wra
%files
%defattr(-,root,root)
%{_bindir}/fonttosfnt
%{_mandir}/man1/fonttosfnt.1.gz
%doc COPYING ChangeLog
%{_mandir}/man1/fonttosfnt.1*
%doc COPYING
%changelog
* Sun Oct 13 2024 Automatic Build System <autodist@openmamba.org> 1.2.4-1mamba
- automatic version update by autodist
* Sun Oct 15 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.3-1mamba
- update to 1.2.3
* Tue Jun 15 2021 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
- automatic version update by autodist