Accepting request 500283 from home:Zaitor:branches:X11:XOrg
Fix build in TW, switch to source service git checkout, this package have not seen a release since 2008 (wow almost 10 years), so instead of doing patches, I feel this is cleaner OBS-URL: https://build.opensuse.org/request/show/500283 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/fonttosfnt?expand=0&rev=4
This commit is contained in:
parent
80fa009aa3
commit
ea93e9bfc6
14
_service
Normal file
14
_service
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<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>
|
||||||
|
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<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:3feaaab499b3f9c7e9b8bdc725dd40fde65b2fbb73794845d7f682746470f594
|
|
||||||
size 106121
|
|
3
fonttosfnt-1.0.5+20170126.aead36f.tar.xz
Normal file
3
fonttosfnt-1.0.5+20170126.aead36f.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f51f4dcf8edabf26945e88e72b7fb44fe25b29cedabe0d6d3a1d2d6b6a65e38b
|
||||||
|
size 18552
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 31 23:11:34 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.0.5+20170126.aead36f:
|
||||||
|
* config:
|
||||||
|
- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
|
||||||
|
- Move man pages into their own directory.
|
||||||
|
- Add missing AC_CONFIG_SRCDIR.
|
||||||
|
* man:
|
||||||
|
- Remove trailing spaces and tabs.
|
||||||
|
- Replace hard coded man page section with substitution
|
||||||
|
strings.
|
||||||
|
* configure: Drop AM_MAINTAINER_MODE.
|
||||||
|
* autogen.sh:
|
||||||
|
- Honor NOCONFIGURE=1.
|
||||||
|
- Use exec instead of waiting for configure to finish.
|
||||||
|
- Use quoted string variables.
|
||||||
|
- Add default patch prefix.
|
||||||
|
- Switch to source service git checkout.
|
||||||
|
- Following the above, add libtool BuildRequires, and pass
|
||||||
|
NOCONFIGURE=1 ./autogen.sh: Needed now that build from a git
|
||||||
|
checkout.
|
||||||
|
- Add and pkgconfig(xorg-macros) BuildRequires: New dependency.
|
||||||
|
- Stop packaging ChangeLog and NEWS, dropped upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fonttosfnt
|
# spec file for package fonttosfnt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 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,16 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fonttosfnt
|
Name: fonttosfnt
|
||||||
Version: 1.0.4
|
Version: 1.0.5+20170126.aead36f
|
||||||
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: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
#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)
|
||||||
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||||
BuildRequires: pkgconfig(xproto)
|
BuildRequires: pkgconfig(xproto)
|
||||||
# This was part of the xorg-x11 package up to version 7.6
|
# This was part of the xorg-x11 package up to version 7.6
|
||||||
Conflicts: xorg-x11 <= 7.6
|
Conflicts: xorg-x11 <= 7.6
|
||||||
@ -40,6 +43,7 @@ OpenType) wrapper.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -48,7 +52,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc COPYING README
|
||||||
%{_bindir}/fonttosfnt
|
%{_bindir}/fonttosfnt
|
||||||
%{_mandir}/man1/fonttosfnt.1%{?ext_man}
|
%{_mandir}/man1/fonttosfnt.1%{?ext_man}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user