Accepting request 511493 from M17N
1 OBS-URL: https://build.opensuse.org/request/show/511493 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libotf?expand=0&rev=29
This commit is contained in:
commit
a3b4a16602
BIN
libotf-0.9.13.tar.gz.sig
Normal file
BIN
libotf-0.9.13.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 19 11:59:46 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
- Add sig file, no keyring can't find the public key
|
||||
- Remove some obsolete syntax parts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 20:51:46 UTC 2014 - crrodriguez@opensuse.org
|
||||
|
||||
|
28
libotf.spec
28
libotf.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libotf
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,12 +23,10 @@ Summary: Library for Handling OpenType Fonts
|
||||
License: LGPL-2.1+
|
||||
Group: System/I18n/Japanese
|
||||
Url: http://www.m17n.org/libotf/
|
||||
# CVS:
|
||||
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login
|
||||
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf
|
||||
Source0: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
Patch: libotf-warning-fixes.diff
|
||||
Source1: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz.sig
|
||||
Source99: baselibs.conf
|
||||
Patch0: libotf-warning-fixes.diff
|
||||
# patch not sent upstream, because m17n.org is currently down
|
||||
Patch1: libotf-automake-1.13.diff
|
||||
BuildRequires: libtool
|
||||
@ -37,7 +35,6 @@ BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xaw7)
|
||||
BuildRequires: pkgconfig(xt)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Library for handling OpenType fonts,especially those needed for CJK and other non-Latin
|
||||
@ -62,34 +59,31 @@ to develop applications that require %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
autoreconf --force --install --verbose
|
||||
%configure --disable-static --with-pic
|
||||
autoreconf -fvi
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-silent-rules
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%post -n libotf0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libotf0 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS COPYING NEWS README ChangeLog
|
||||
%{_bindir}/*
|
||||
|
||||
%files -n libotf0
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libotf.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/libotf.so
|
||||
%{_libdir}/pkgconfig/libotf.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user