OBS User unknown 2007-08-02 16:44:23 +00:00 committed by Git OBS Bridge
parent 898d7cd5a2
commit 1805997409
4 changed files with 26 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8dc383b8dfc6aa520d9a36efd4ca861b1187a33a0d10855c92214a5d98baed5c
size 57765

3
libotf-0.9.6.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Aug 01 20:48:23 CEST 2007 - mfabian@suse.de
- update to 0.9.6:
• src/otfdrive.c (gstring_subst): Remove a glyph if it is
ignored because of 0 glyph ID.
- added ldconfig to post scripts.
-------------------------------------------------------------------
Tue Jan 09 23:12:49 CET 2007 - mfabian@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libotf (Version 0.9.5.20070109)
# spec file for package libotf (Version 0.9.6)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,9 +12,9 @@
Name: libotf
BuildRequires: freetype2-devel xorg-x11-devel
Version: 0.9.5.20070109
Version: 0.9.6
Release: 1
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
License: LGPL v2 or later
Group: System/I18n/Japanese
Autoreqprov: on
URL: http://www.m17n.org/libotf/
@ -56,8 +56,8 @@ Authors:
./autogen.sh
libtoolize --force
autoreconf --force --install --verbose
CFLAGS="$RPM_OPT_FLAGS" \
CXXFLAGS="$RPM_OPT_FLAGS" \
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
./configure --prefix=/usr \
--sysconfdir=%{_sysconfdir} \
--libdir=%{_libdir}
@ -68,6 +68,10 @@ make DESTDIR=${RPM_BUILD_ROOT} install
%clean
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-, root, root)
%doc AUTHORS COPYING NEWS README ChangeLog
@ -81,7 +85,12 @@ make DESTDIR=${RPM_BUILD_ROOT} install
%{_libdir}/libotf.*a
%{_libdir}/pkgconfig/libotf.pc
%changelog -n libotf
%changelog
* Wed Aug 01 2007 - mfabian@suse.de
- update to 0.9.6:
src/otfdrive.c (gstring_subst): Remove a glyph if it is
ignored because of 0 glyph ID.
- added ldconfig to post scripts.
* Tue Jan 09 2007 - mfabian@suse.de
- update to 0.9.5.20070109:
make it possible to link with C++ programs