Accepting request 54800 from M17N
Accepted submit request 54800 from user mrdocs OBS-URL: https://build.opensuse.org/request/show/54800 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libotf?expand=0&rev=12
This commit is contained in:
commit
266f561684
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d82acc2e53beaef30c7792ecd9fc7622fdcfe8e900de3e7f434d8bec98c27ed
|
||||
size 291260
|
3
libotf-0.9.12.tar.bz2
Normal file
3
libotf-0.9.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32658222dc11c8f524c4b2d7f984ba8a30c5cc78bd39919737d5befc97c0238b
|
||||
size 304930
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 27 20:35:42 UTC 2010 - mrdocs@opensuse.org
|
||||
|
||||
-fix some rpmlint warnings and run spec cleaner on the spec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 27 20:17:53 UTC 2010 - mrdocs@opensuse.org
|
||||
|
||||
- updated to version 0.9.12
|
||||
*Bug fixes:
|
||||
* src/otfopen.c (OTF_check_features): If language is specified but
|
||||
not found, return 0 instead of using the default langsys.
|
||||
* src/internal.h: Include alloca.h if available.
|
||||
* example/otftobdf.c: Include alloca.h if available.
|
||||
* example/otfview.c: Include alloca.h if available.
|
||||
* example/otflist.c: Include alloca.h if available.
|
||||
* src/otfopen.c (OTF_check_features): Even if no feature is
|
||||
specified, check script support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 17:11:06 CEST 2010 - tiwai@suse.de
|
||||
|
||||
|
35
libotf.spec
35
libotf.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libotf (Version 0.9.11)
|
||||
# spec file for package libotf (Version 0.9.12)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -15,28 +15,29 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libotf
|
||||
BuildRequires: freetype2-devel xorg-x11-devel
|
||||
Version: 0.9.11
|
||||
Release: 1
|
||||
Version: 0.9.12
|
||||
Release: 0
|
||||
License: LGPLv2.1+
|
||||
Group: System/I18n/Japanese
|
||||
AutoReqProv: on
|
||||
Summary: Library for Handling OpenType Fonts
|
||||
Url: http://www.m17n.org/libotf/
|
||||
Group: System/I18n/Japanese
|
||||
# CVS:
|
||||
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login
|
||||
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf
|
||||
Source0: http://www.m17n.org/libotf/libotf-%{version}.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
|
||||
Patch: libotf-warning-fixes.diff
|
||||
BuildRequires: freetype2-devel
|
||||
BuildRequires: xorg-x11-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Library for Handling OpenType Fonts
|
||||
|
||||
%description
|
||||
Library for handling OpenType fonts.
|
||||
Library for handling OpenType fonts,especially those needed for CJK and other non-Latin
|
||||
languages.
|
||||
|
||||
%package -n libotf0
|
||||
License: LGPLv2.1+
|
||||
@ -44,17 +45,19 @@ Summary: Shared library for libotf
|
||||
Group: System/I18n/Japanese
|
||||
|
||||
%description -n libotf0
|
||||
Library for handling OpenType fonts.
|
||||
Library for handling OpenType fonts,especially those needed for CJK and other non-Latin
|
||||
languages.
|
||||
|
||||
%package devel
|
||||
License: LGPLv2.1+
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Group: System/I18n/Japanese
|
||||
Requires: %{name} = %{version} freetype2-devel
|
||||
Group: Development/Libraries/Other
|
||||
Requires: %{name} = %{version}
|
||||
Requires: freetype2-devel
|
||||
|
||||
%description devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
to develop applications that require these.
|
||||
to develop applications that require %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -64,10 +67,10 @@ to develop applications that require these.
|
||||
./autogen.sh
|
||||
autoreconf --force --install --verbose
|
||||
%configure --disable-static --with-pic
|
||||
make %{?jobs:-j%jobs}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make DESTDIR=${RPM_BUILD_ROOT} install
|
||||
%makeinstall
|
||||
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%clean
|
||||
@ -88,7 +91,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
/usr/include/*
|
||||
%{_includedir}/*
|
||||
%{_libdir}/libotf.so
|
||||
%{_libdir}/pkgconfig/libotf.pc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user