Accepting request 51514 from home:mrdocs

OBS-URL: https://build.opensuse.org/request/show/51514
OBS-URL: https://build.opensuse.org/package/show/M17N/libotf?expand=0&rev=7
This commit is contained in:
OBS User mrdocs 2010-12-05 18:59:29 +00:00 committed by Git OBS Bridge
parent f33bb757fd
commit 4cf81db4b8
4 changed files with 41 additions and 19 deletions

View File

@ -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
View File

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

View File

@ -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 Thu Apr 22 17:11:06 CEST 2010 - tiwai@suse.de

View File

@ -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. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -15,28 +15,29 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: libotf Name: libotf
BuildRequires: freetype2-devel xorg-x11-devel Version: 0.9.12
Version: 0.9.11 Release: 0
Release: 1
License: LGPLv2.1+ License: LGPLv2.1+
Group: System/I18n/Japanese Summary: Library for Handling OpenType Fonts
AutoReqProv: on
Url: http://www.m17n.org/libotf/ Url: http://www.m17n.org/libotf/
Group: System/I18n/Japanese
# CVS: # CVS:
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login # cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf # cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf
Source0: http://www.m17n.org/libotf/libotf-%{version}.tar.bz2 Source0: http://www.m17n.org/libotf/libotf-%{version}.tar.bz2
Source1: baselibs.conf Source1: baselibs.conf
# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
Patch: libotf-warning-fixes.diff Patch: libotf-warning-fixes.diff
BuildRequires: freetype2-devel
BuildRequires: xorg-x11-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Library for Handling OpenType Fonts
%description %description
Library for handling OpenType fonts. Library for handling OpenType fonts,especially those needed for CJK and other non-Latin
languages.
%package -n libotf0 %package -n libotf0
License: LGPLv2.1+ License: LGPLv2.1+
@ -44,17 +45,19 @@ Summary: Shared library for libotf
Group: System/I18n/Japanese Group: System/I18n/Japanese
%description -n libotf0 %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 %package devel
License: LGPLv2.1+ License: LGPLv2.1+
Summary: Include Files and Libraries mandatory for Development. Summary: Include Files and Libraries mandatory for Development.
Group: System/I18n/Japanese Group: Development/Libraries/Other
Requires: %{name} = %{version} freetype2-devel Requires: %{name} = %{version}
Requires: freetype2-devel
%description devel %description devel
This package contains all necessary include files and libraries needed This package contains all necessary include files and libraries needed
to develop applications that require these. to develop applications that require %{name}.
%prep %prep
%setup -q %setup -q
@ -64,10 +67,10 @@ to develop applications that require these.
./autogen.sh ./autogen.sh
autoreconf --force --install --verbose autoreconf --force --install --verbose
%configure --disable-static --with-pic %configure --disable-static --with-pic
make %{?jobs:-j%jobs} make %{?_smp_mflags}
%install %install
make DESTDIR=${RPM_BUILD_ROOT} install %makeinstall
%{__rm} -f %{buildroot}%{_libdir}/*.la %{__rm} -f %{buildroot}%{_libdir}/*.la
%clean %clean
@ -88,7 +91,7 @@ rm -rf %{buildroot}
%files devel %files devel
%defattr(-, root, root) %defattr(-, root, root)
/usr/include/* %{_includedir}/*
%{_libdir}/libotf.so %{_libdir}/libotf.so
%{_libdir}/pkgconfig/libotf.pc %{_libdir}/pkgconfig/libotf.pc