2024-01-06 07:08:06 +01:00
|
|
|
Name: mftrace
|
2024-01-06 07:08:06 +01:00
|
|
|
Version: 1.2.20
|
2024-01-06 07:08:06 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A small Python program that lets you trace a TeX bitmap font into a PFA, PFB or TTF font
|
|
|
|
Group: System/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://lilypond.org/mftrace/
|
|
|
|
Source: http://lilypond.org/download/sources/mftrace/mftrace-%{version}.tar.gz
|
|
|
|
License: GPL
|
2024-01-06 07:08:06 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: ldconfig
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: python3-devel
|
2024-01-06 07:08:06 +01:00
|
|
|
BuildRequires: potrace
|
2024-01-06 07:08:06 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
2024-01-06 07:08:06 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
A small Python program that lets you trace a TeX bitmap font into a PFA or PFB font (A PostScript Type1 Scalable Font) or TTF (TrueType) font.
|
|
|
|
|
2024-01-06 07:08:06 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 07:08:06 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 07:08:06 +01:00
|
|
|
%makeinstall MANPAGES=mftrace.1
|
2024-01-06 07:08:06 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/gf2pbm
|
|
|
|
%{_bindir}/mftrace
|
|
|
|
%{_datadir}/mftrace/afm.py
|
|
|
|
%{_datadir}/mftrace/tfm.py
|
2024-01-06 07:08:06 +01:00
|
|
|
%dir %{_datadir}/mftrace/__pycache__
|
|
|
|
%{_datadir}/mftrace/__pycache__/afm.cpython-*.pyc
|
|
|
|
%{_datadir}/mftrace/__pycache__/tfm.cpython-*.pyc
|
|
|
|
%{_mandir}/man1/mftrace.1*
|
2024-01-06 07:08:06 +01:00
|
|
|
%doc COPYING ChangeLog README.texi README.txt
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:08:06 +01:00
|
|
|
* Mon Apr 20 2020 Automatic Build System <autodist@mambasoft.it> 1.2.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:08:06 +01:00
|
|
|
* Fri Apr 06 2018 Automatic Build System <autodist@mambasoft.it> 1.2.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:08:06 +01:00
|
|
|
* Mon Jul 09 2012 Automatic Build System <autodist@mambasoft.it> 1.2.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Dec 09 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.15-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Sep 15 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.14-1mamba
|
|
|
|
- package created by autospec
|