Dominique Leuenberger 2020-09-01 18:01:50 +00:00 committed by Git OBS Bridge
commit cfe38a9eaf
8 changed files with 24 additions and 31 deletions

View File

@ -1,4 +1,4 @@
libotf0 libotf1
provides "libotf-<targettype> = <version>" provides "libotf-<targettype> = <version>"
obsoletes "libotf-<targettype> < 0.9.13" obsoletes "libotf-<targettype> < 0.9.13"
libotf-devel libotf-devel

View File

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

Binary file not shown.

BIN
libotf-0.9.16.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libotf-0.9.16.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,13 +0,0 @@
Index: libotf-0.9.13/configure.ac
===================================================================
--- libotf-0.9.13.orig/configure.ac
+++ libotf-0.9.13/configure.ac
@@ -25,7 +25,7 @@ dnl 330, Boston, MA 02111-1307, USA.
AC_INIT(libotf, 0.9.13, handa@m17n.org)
AM_INIT_AUTOMAKE(libotf, 0.9.13)
-AM_CONFIG_HEADER(src/config.h)
+AC_CONFIG_HEADERS(src/config.h)
# Checks for programs.
AC_PROG_CC

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 16 02:47:35 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.9.16:
** This is a bug fix release.
- remove libotf-automake-1.13.diff (upstream)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 19 11:59:46 UTC 2017 - tchvatal@suse.com Wed Jul 19 11:59:46 UTC 2017 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libotf # spec file for package libotf
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# 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
@ -12,23 +12,21 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: libotf Name: libotf
Version: 0.9.13 Version: 0.9.16
Release: 0 Release: 0
Summary: Library for Handling OpenType Fonts Summary: Library for Handling OpenType Fonts
License: LGPL-2.1+ License: LGPL-2.1-or-later
Group: System/I18n/Japanese Group: System/I18n/Japanese
Url: http://www.m17n.org/libotf/ URL: http://www.m17n.org/libotf/
Source0: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz Source0: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz
Source1: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz.sig Source1: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz.sig
Source99: baselibs.conf Source99: baselibs.conf
Patch0: libotf-warning-fixes.diff Patch0: libotf-warning-fixes.diff
# patch not sent upstream, because m17n.org is currently down
Patch1: libotf-automake-1.13.diff
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(freetype2)
@ -40,11 +38,11 @@ BuildRequires: pkgconfig(xt)
Library for handling OpenType fonts,especially those needed for CJK and other non-Latin Library for handling OpenType fonts,especially those needed for CJK and other non-Latin
languages. languages.
%package -n libotf0 %package -n libotf1
Summary: Shared library for libotf Summary: Shared library for libotf
Group: System/I18n/Japanese Group: System/I18n/Japanese
%description -n libotf0 %description -n libotf1
Library for handling OpenType fonts,especially those needed for CJK and other non-Latin Library for handling OpenType fonts,especially those needed for CJK and other non-Latin
languages. languages.
@ -60,7 +58,6 @@ to develop applications that require %{name}.
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
%patch1 -p1
%build %build
autoreconf -fvi autoreconf -fvi
@ -68,19 +65,21 @@ autoreconf -fvi
--disable-static \ --disable-static \
--disable-silent-rules --disable-silent-rules
make %{?_smp_mflags} make %{?_smp_mflags}
chmod a-x NEWS README ChangeLog
%install %install
%make_install %make_install
find %{buildroot} -type f -name "*.la" -delete -print find %{buildroot} -type f -name "*.la" -delete -print
%post -n libotf0 -p /sbin/ldconfig %post -n libotf1 -p /sbin/ldconfig
%postun -n libotf0 -p /sbin/ldconfig %postun -n libotf1 -p /sbin/ldconfig
%files %files
%doc AUTHORS COPYING NEWS README ChangeLog %license COPYING
%doc NEWS README ChangeLog
%{_bindir}/* %{_bindir}/*
%files -n libotf0 %files -n libotf1
%{_libdir}/libotf.so.* %{_libdir}/libotf.so.*
%files devel %files devel