Accepting request 629905 from X11:XOrg
- Update to version 1.0.5 * Is it a bird? is it a plane? No it's a fonttofs.. fontstof.. fonttofn... it's a release of the tool that wraps a bitmap font into a truetype wrapper! Bringing you the last 9 years of exciting changes including ansification and lots of autotools cleanup changes, because that is how we rolled 7 years ago. (Almost) no source files were harmed in the making of this release. - get rid of _service/_servicedata files OBS-URL: https://build.opensuse.org/request/show/629905 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonttosfnt?expand=0&rev=7
This commit is contained in:
commit
f04e5281a8
14
_service
14
_service
@ -1,14 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service mode="disabled" name="tar_scm">
|
|
||||||
<param name="url">git://anongit.freedesktop.org/xorg/app/fonttosfnt</param>
|
|
||||||
<param name="scm">git</param>
|
|
||||||
<param name="versionformat">1.0.5+%cd.%h</param>
|
|
||||||
<param name="changesgenerate">enable</param>
|
|
||||||
</service>
|
|
||||||
<service mode="disabled" name="recompress">
|
|
||||||
<param name="file">*.tar</param>
|
|
||||||
<param name="compression">xz</param>
|
|
||||||
</service>
|
|
||||||
<service mode="disabled" name="set_version" />
|
|
||||||
</services>
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
|||||||
<servicedata>
|
|
||||||
<service name="tar_scm">
|
|
||||||
<param name="url">git://anongit.freedesktop.org/xorg/app/fonttosfnt</param>
|
|
||||||
<param name="changesrevision">aead36f0be638a572ec97eb5313e45086874a5e6</param></service></servicedata>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f51f4dcf8edabf26945e88e72b7fb44fe25b29cedabe0d6d3a1d2d6b6a65e38b
|
|
||||||
size 18552
|
|
3
fonttosfnt-1.0.5.tar.bz2
Normal file
3
fonttosfnt-1.0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c80a5ff516aa06da2e90df044b8e28715f7d9e451feac8030951d9ff828d8503
|
||||||
|
size 141446
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 17 10:46:14 UTC 2018 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.0.5
|
||||||
|
* Is it a bird? is it a plane? No it's a fonttofs.. fontstof..
|
||||||
|
fonttofn... it's a release of the tool that wraps a bitmap
|
||||||
|
font into a truetype wrapper! Bringing you the last 9 years
|
||||||
|
of exciting changes including ansification and lots of
|
||||||
|
autotools cleanup changes, because that is how we rolled 7
|
||||||
|
years ago. (Almost) no source files were harmed in the
|
||||||
|
making of this release.
|
||||||
|
- get rid of _service/_servicedata files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 31 23:11:34 UTC 2017 - zaitor@opensuse.org
|
Wed May 31 23:11:34 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fonttosfnt
|
# spec file for package fonttosfnt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,15 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fonttosfnt
|
Name: fonttosfnt
|
||||||
Version: 1.0.5+20170126.aead36f
|
Version: 1.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility to wrap a bitmap font in a sfnt (TrueType) wrapper
|
Summary: Utility to wrap a bitmap font in a sfnt (TrueType) wrapper
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
Url: http://xorg.freedesktop.org/
|
Url: http://xorg.freedesktop.org/
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||||
#Source0: http://xorg.freedesktop.org/releases/individual/app/%%{name}-%%{version}.tar.bz2
|
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(fontenc)
|
BuildRequires: pkgconfig(fontenc)
|
||||||
BuildRequires: pkgconfig(freetype2)
|
BuildRequires: pkgconfig(freetype2)
|
||||||
@ -43,7 +41,6 @@ OpenType) wrapper.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user