automatic version update by autodist [release 1.2.20-1mamba;Mon Apr 20 2020]
This commit is contained in:
parent
51520c765a
commit
a3975ff440
24
mftrace.spec
24
mftrace.spec
@ -1,5 +1,5 @@
|
|||||||
Name: mftrace
|
Name: mftrace
|
||||||
Version: 1.2.19
|
Version: 1.2.20
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A small Python program that lets you trace a TeX bitmap font into a PFA, PFB or TTF font
|
Summary: A small Python program that lets you trace a TeX bitmap font into a PFA, PFB or TTF font
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -9,13 +9,19 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: http://lilypond.org/mftrace/
|
URL: http://lilypond.org/mftrace/
|
||||||
Source: http://lilypond.org/download/sources/mftrace/mftrace-%{version}.tar.gz
|
Source: http://lilypond.org/download/sources/mftrace/mftrace-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: python-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python3-devel
|
||||||
BuildRequires: potrace
|
BuildRequires: potrace
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -25,7 +31,7 @@ A small Python program that lets you trace a TeX bitmap font into a PFA or PFB f
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall MANPAGES=mftrace.1
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -34,14 +40,18 @@ A small Python program that lets you trace a TeX bitmap font into a PFA or PFB f
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/gf2pbm
|
%{_bindir}/gf2pbm
|
||||||
%{_bindir}/mftrace
|
%{_bindir}/mftrace
|
||||||
%{_mandir}/man1/mftrace.1.gz
|
|
||||||
%{_datadir}/mftrace/afm.py
|
%{_datadir}/mftrace/afm.py
|
||||||
%{_datadir}/mftrace/afm.pyc
|
|
||||||
%{_datadir}/mftrace/tfm.py
|
%{_datadir}/mftrace/tfm.py
|
||||||
%{_datadir}/mftrace/tfm.pyc
|
%dir %{_datadir}/mftrace/__pycache__
|
||||||
|
%{_datadir}/mftrace/__pycache__/afm.cpython-*.pyc
|
||||||
|
%{_datadir}/mftrace/__pycache__/tfm.cpython-*.pyc
|
||||||
|
%{_mandir}/man1/mftrace.1*
|
||||||
%doc COPYING ChangeLog README.texi README.txt
|
%doc COPYING ChangeLog README.texi README.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 20 2020 Automatic Build System <autodist@mambasoft.it> 1.2.20-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Apr 06 2018 Automatic Build System <autodist@mambasoft.it> 1.2.19-1mamba
|
* Fri Apr 06 2018 Automatic Build System <autodist@mambasoft.it> 1.2.19-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user