OBS User unknown 2009-03-03 22:15:41 +00:00 committed by Git OBS Bridge
parent 3b7a1c5a1c
commit a90c8b23db
2 changed files with 15 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 3 22:29:54 CET 2009 - crrodriguez@suse.de
- remove static libraries and "la" files
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 31 16:30:36 CET 2008 - schwab@suse.de Fri Oct 31 16:30:36 CET 2008 - schwab@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package libotf (Version 0.9.7) # spec file for package libotf (Version 0.9.7)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products 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
@ -21,7 +21,7 @@
Name: libotf Name: libotf
BuildRequires: freetype2-devel xorg-x11-devel BuildRequires: freetype2-devel xorg-x11-devel
Version: 0.9.7 Version: 0.9.7
Release: 2 Release: 3
License: LGPL v2.1 or later License: LGPL v2.1 or later
Group: System/I18n/Japanese Group: System/I18n/Japanese
AutoReqProv: on AutoReqProv: on
@ -59,21 +59,20 @@ Authors:
Kenichi Handa <handa@m17n.org> Kenichi Handa <handa@m17n.org>
%prep %prep
%setup -q -n %{name}-%{version} %setup -q
%build %build
./autogen.sh ./autogen.sh
autoreconf --force --install --verbose autoreconf --force --install --verbose
./configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \ %configure --disable-static --with-pic
--prefix=/usr \
--sysconfdir=%{_sysconfdir} \
--libdir=%{_libdir}
make %{?jobs:-j%jobs} make %{?jobs:-j%jobs}
%install %install
make DESTDIR=${RPM_BUILD_ROOT} install make DESTDIR=${RPM_BUILD_ROOT} install
%{__rm} -f %{buildroot}%{_libdir}/*.la
%clean %clean
rm -rf %{buildroot}
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -89,13 +88,14 @@ make DESTDIR=${RPM_BUILD_ROOT} install
%defattr(-, root, root) %defattr(-, root, root)
/usr/include/* /usr/include/*
%{_libdir}/libotf.so %{_libdir}/libotf.so
%{_libdir}/libotf.*a
%{_libdir}/pkgconfig/libotf.pc %{_libdir}/pkgconfig/libotf.pc
%changelog %changelog
* Tue Mar 03 2009 crrodriguez@suse.de
- remove static libraries and "la" files
* Fri Oct 31 2008 schwab@suse.de * Fri Oct 31 2008 schwab@suse.de
- Don't disable strict aliasing. - Don't disable strict aliasing.
* Sat Apr 19 2008 schwab@suse.de * Fri Apr 18 2008 schwab@suse.de
- Update to libotf 0.9.7. - Update to libotf 0.9.7.
* src/otfdrive.c (gstring_subst): If a glyph is changed, set the * src/otfdrive.c (gstring_subst): If a glyph is changed, set the
character code to 0, and update GlyphClass. character code to 0, and update GlyphClass.
@ -113,7 +113,7 @@ make DESTDIR=${RPM_BUILD_ROOT} install
src/otfdrive.c (gstring_subst): Remove a glyph if it is src/otfdrive.c (gstring_subst): Remove a glyph if it is
ignored because of 0 glyph ID. ignored because of 0 glyph ID.
- added ldconfig to post scripts. - added ldconfig to post scripts.
* Wed Jan 10 2007 mfabian@suse.de * Tue Jan 09 2007 mfabian@suse.de
- update to 0.9.5.20070109: - update to 0.9.5.20070109:
make it possible to link with C++ programs make it possible to link with C++ programs
(Ed Trager, Kenichi Handa). (Ed Trager, Kenichi Handa).