OBS User unknown 2008-11-03 11:24:00 +00:00 committed by Git OBS Bridge
parent ba7d582cb4
commit 3b7a1c5a1c
3 changed files with 13 additions and 6 deletions

View File

@ -1,2 +1,3 @@
libotf
libotf-devel
+.*/lib(64)?/pkgconfig/.*.pc$

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 31 16:30:36 CET 2008 - schwab@suse.de
- Don't disable strict aliasing.
-------------------------------------------------------------------
Fri Apr 18 23:27:52 CEST 2008 - schwab@suse.de

View File

@ -21,7 +21,7 @@
Name: libotf
BuildRequires: freetype2-devel xorg-x11-devel
Version: 0.9.7
Release: 1
Release: 2
License: LGPL v2.1 or later
Group: System/I18n/Japanese
AutoReqProv: on
@ -64,12 +64,11 @@ Authors:
%build
./autogen.sh
autoreconf --force --install --verbose
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
./configure --prefix=/usr \
./configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \
--prefix=/usr \
--sysconfdir=%{_sysconfdir} \
--libdir=%{_libdir}
make
make %{?jobs:-j%jobs}
%install
make DESTDIR=${RPM_BUILD_ROOT} install
@ -94,6 +93,8 @@ make DESTDIR=${RPM_BUILD_ROOT} install
%{_libdir}/pkgconfig/libotf.pc
%changelog
* Fri Oct 31 2008 schwab@suse.de
- Don't disable strict aliasing.
* Sat Apr 19 2008 schwab@suse.de
- Update to libotf 0.9.7.
* src/otfdrive.c (gstring_subst): If a glyph is changed, set the
@ -116,7 +117,7 @@ make DESTDIR=${RPM_BUILD_ROOT} install
- update to 0.9.5.20070109:
make it possible to link with C++ programs
(Ed Trager, Kenichi Handa).
* Wed Jan 10 2007 mfabian@suse.de
* Tue Jan 09 2007 mfabian@suse.de
- update to 0.9.5:
New function OTF_open_ft_face() can be used to process a font
already opened by FreeType library.