Dominique Leuenberger 2017-06-07 07:55:08 +00:00 committed by Git OBS Bridge
commit 03c5853fa1
6 changed files with 57 additions and 9 deletions

14
_service Normal file
View 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
View 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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3feaaab499b3f9c7e9b8bdc725dd40fde65b2fbb73794845d7f682746470f594
size 106121

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f51f4dcf8edabf26945e88e72b7fb44fe25b29cedabe0d6d3a1d2d6b6a65e38b
size 18552

View File

@ -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 we build from a git
checkout.
- Add pkgconfig(xorg-macros) BuildRequires: New dependency.
- Stop packaging ChangeLog and NEWS, dropped upstream.
-------------------------------------------------------------------
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package fonttosfnt
#
# Copyright (c) 2012 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
# remain the property of their copyright owners, unless otherwise agreed
@ -15,17 +15,21 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: fonttosfnt
Version: 1.0.4
Version: 1.0.5+20170126.aead36f
Release: 0
License: MIT
Summary: Utility to wrap a bitmap font in a sfnt (TrueType) wrapper
Url: http://xorg.freedesktop.org/
License: MIT
Group: System/X11/Utilities
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Url: http://xorg.freedesktop.org/
Source0: %{name}-%{version}.tar.xz
#Source0: http://xorg.freedesktop.org/releases/individual/app/%%{name}-%%{version}.tar.bz2
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: pkgconfig(fontenc)
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xproto)
# This was part of the xorg-x11 package up to version 7.6
Conflicts: xorg-x11 <= 7.6
@ -39,6 +43,7 @@ OpenType) wrapper.
%setup -q
%build
NOCONFIGURE=1 ./autogen.sh
%configure
make %{?_smp_mflags}
@ -47,7 +52,7 @@ make %{?_smp_mflags}
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
%doc COPYING README
%{_bindir}/fonttosfnt
%{_mandir}/man1/fonttosfnt.1%{?ext_man}