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
|
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
|
# 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
|
# 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
|
||||||
@ -23,12 +23,10 @@ Summary: Library for Handling OpenType Fonts
|
|||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/I18n/Japanese
|
Group: System/I18n/Japanese
|
||||||
Url: http://www.m17n.org/libotf/
|
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
|
Source0: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz.sig
|
||||||
Patch: libotf-warning-fixes.diff
|
Source99: baselibs.conf
|
||||||
|
Patch0: libotf-warning-fixes.diff
|
||||||
# patch not sent upstream, because m17n.org is currently down
|
# patch not sent upstream, because m17n.org is currently down
|
||||||
Patch1: libotf-automake-1.13.diff
|
Patch1: libotf-automake-1.13.diff
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -37,7 +35,6 @@ BuildRequires: pkgconfig(freetype2)
|
|||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xaw7)
|
BuildRequires: pkgconfig(xaw7)
|
||||||
BuildRequires: pkgconfig(xt)
|
BuildRequires: pkgconfig(xt)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
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
|
||||||
@ -62,34 +59,31 @@ to develop applications that require %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
autoreconf -fvi
|
||||||
autoreconf --force --install --verbose
|
%configure \
|
||||||
%configure --disable-static --with-pic
|
--disable-static \
|
||||||
|
--disable-silent-rules
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%make_install
|
||||||
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -n libotf0 -p /sbin/ldconfig
|
%post -n libotf0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libotf0 -p /sbin/ldconfig
|
%postun -n libotf0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
|
||||||
%doc AUTHORS COPYING NEWS README ChangeLog
|
%doc AUTHORS COPYING NEWS README ChangeLog
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%files -n libotf0
|
%files -n libotf0
|
||||||
%defattr(-, root, root)
|
|
||||||
%{_libdir}/libotf.so.*
|
%{_libdir}/libotf.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/libotf.so
|
%{_libdir}/libotf.so
|
||||||
%{_libdir}/pkgconfig/libotf.pc
|
%{_libdir}/pkgconfig/libotf.pc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user