rebuilt with debug package and specfile fixes [release 3.0.9-2mamba;Sat Oct 21 2023]
This commit is contained in:
parent
a55ec7ea26
commit
84931f3a1a
@ -1,7 +1,4 @@
|
|||||||
# ttmkfdir
|
# ttmkfdir
|
||||||
|
|
||||||
ttmkfdir is a tool to create valid and complete fonts.dir files from TrueType fonts. It is very useful
|
ttmkfdir is a tool to create valid and complete fonts.dir files from TrueType fonts. It is very useful when you plan to use a TrueType enabled font server that is based on the X11R6 sample implementation (xfsft for instance). Great care has been taken to correctly identify the encodings that a given TrueType font supports.
|
||||||
when you plan to use a TrueType enabled font server that is based on the X11R6 sample
|
|
||||||
implementation (xfsft for instance). Great care has been taken to correctly identify the encodings
|
|
||||||
that a given TrueType font supports.
|
|
||||||
|
|
||||||
|
@ -1,21 +1,14 @@
|
|||||||
Name: ttmkfdir
|
Name: ttmkfdir
|
||||||
Version: 3.0.9
|
Version: 3.0.9
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Utility used to create fonts.scale files for truetype fonts
|
Summary: Utility used to create fonts.scale files for truetype fonts
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: gil <puntogil@libero.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
##URL: http://www.joerg-pommnitz.de/TrueType/xfsft.html
|
URL: https://pravins.fedorapeople.org/ttmkfdir/
|
||||||
URL: http://pravins.fedorapeople.org/ttmkfdir/
|
# This is a Red Hat maintained package, thus the source is only available from
|
||||||
|
# within their srpm.
|
||||||
# Source: http://www.joerg-pommnitz.de/TrueType/ttmkfdir.tar.gz only binary available
|
|
||||||
# source from http://pravins.fedorapeople.org/ttmkfdir/ttmkfdir-3.0.9-28.fc10.src.rpm
|
|
||||||
|
|
||||||
# This is a Red Hat maintained package which is specific to
|
|
||||||
# our distribution. Thus the source is only available from
|
|
||||||
# within this srpm.
|
|
||||||
|
|
||||||
Source: ttmkfdir-%{version}.tar.bz2
|
Source: ttmkfdir-%{version}.tar.bz2
|
||||||
Patch0: ttmkfdir-3.0.9-cpp.patch
|
Patch0: ttmkfdir-3.0.9-cpp.patch
|
||||||
Patch1: ttmkfdir-3.0.9-zlib.patch
|
Patch1: ttmkfdir-3.0.9-zlib.patch
|
||||||
@ -27,10 +20,7 @@ Patch6: ttmkfdir-3.0.9-segfaults.patch
|
|||||||
Patch7: ttmkfdir-3.0.9-mamba-encoding_dir.patch
|
Patch7: ttmkfdir-3.0.9-mamba-encoding_dir.patch
|
||||||
Patch8: ttmkfdir-3.0.9-font-scale.patch
|
Patch8: ttmkfdir-3.0.9-font-scale.patch
|
||||||
Patch9: ttmkfdir-3.0.9-bug434301.patch
|
Patch9: ttmkfdir-3.0.9-bug434301.patch
|
||||||
##License: GPL, LGPL, MIT
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
BuildRequires: flex
|
|
||||||
BuildRequires: libtool
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
@ -38,13 +28,13 @@ BuildRequires: libgcc
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRequires: flex
|
||||||
|
BuildRequires: libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ttmkfdir is a tool to create valid and complete fonts.dir files from TrueType fonts. It is very useful
|
ttmkfdir is a tool to create valid and complete fonts.dir files from TrueType fonts. It is very useful when you plan to use a TrueType enabled font server that is based on the X11R6 sample implementation (xfsft for instance). Great care has been taken to correctly identify the encodings that a given TrueType font supports.
|
||||||
when you plan to use a TrueType enabled font server that is based on the X11R6 sample
|
|
||||||
implementation (xfsft for instance). Great care has been taken to correctly identify the encodings
|
%debug_package
|
||||||
that a given TrueType font supports.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -74,8 +64,11 @@ sed -i "s|CXX=g++|CXX=%{__cxx}|" Makefile
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/ttmkfdir
|
%{_bindir}/ttmkfdir
|
||||||
%doc README
|
#%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.9-2mamba
|
||||||
|
- rebuilt with debug package and specfile fixes
|
||||||
|
|
||||||
* Mon Jan 24 2011 gil <puntogil@libero.it> 3.0.9-1mamba
|
* Mon Jan 24 2011 gil <puntogil@libero.it> 3.0.9-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user