2024-01-05 22:29:54 +01:00
|
|
|
Name: fonttosfnt
|
2024-10-14 08:17:20 +02:00
|
|
|
Version: 1.2.4
|
2024-01-05 22:29:54 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 22:29:54 +01:00
|
|
|
Summary: fonttosfnt - Wrap a bitmap font in a sfnt (TrueType) wrapper
|
|
|
|
Group: System/X11
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 22:29:54 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 22:29:54 +01:00
|
|
|
URL: https://x.org/wiki/
|
2024-01-05 22:29:54 +01:00
|
|
|
Source: http://ftp.x.org/pub/individual/app/fonttosfnt-%{version}.tar.xz
|
2024-01-05 22:29:54 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libfontenc-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Wrap a bitmap font or a set of bitmap fonts in a sfnt (TrueType or OpenType) wrapper.
|
|
|
|
|
2024-01-05 22:29:54 +01:00
|
|
|
%debug_package
|
2024-01-05 22:29:54 +01:00
|
|
|
|
2024-01-05 22:29:54 +01:00
|
|
|
%prep
|
2024-01-05 22:29:54 +01:00
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/fonttosfnt
|
2024-01-05 22:29:54 +01:00
|
|
|
%{_mandir}/man1/fonttosfnt.1*
|
|
|
|
%doc COPYING
|
2024-01-05 22:29:54 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-10-14 08:17:20 +02:00
|
|
|
* Sun Oct 13 2024 Automatic Build System <autodist@openmamba.org> 1.2.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:29:54 +01:00
|
|
|
* Sun Oct 15 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.3-1mamba
|
|
|
|
- update to 1.2.3
|
|
|
|
|
2024-01-05 22:29:54 +01:00
|
|
|
* Tue Jun 15 2021 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:29:54 +01:00
|
|
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:29:54 +01:00
|
|
|
* Sat May 23 2020 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 22:29:54 +01:00
|
|
|
* Sat Oct 27 2018 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 22:29:54 +01:00
|
|
|
* Thu Aug 01 2013 Automatic Build System <autodist@mambasoft.it> 1.0.4-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Wed Aug 19 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.4-1mamba
|
|
|
|
- package created by autospec
|