This commit is contained in:
parent
77251790e5
commit
de6f6795aa
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 18:34:54 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Make sure config.guess and config.sub exist.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@ License: Other uncritical OpenSource License
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
Version: 2.3.5
|
||||
Release: 52
|
||||
Release: 54
|
||||
Url: http://www.freetype.org
|
||||
Summary: A TrueType Font Library
|
||||
# CVS repository:
|
||||
@ -98,13 +98,12 @@ pushd docs
|
||||
popd
|
||||
find . -name CVS -type d | xargs rm -rf
|
||||
find . -name ".cvsignore" | xargs rm -f
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
cp /usr/share/automake*/config.{guess,sub} builds/unix
|
||||
|
||||
%build
|
||||
sh ./autogen.sh
|
||||
export CFLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing "
|
||||
make setup CFG="--prefix=/usr --libdir=%{_libdir} --with-zlib"
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing "
|
||||
make prefix=/usr libdir=%{_libdir} %{?jobs:-j %jobs}
|
||||
# build the documentation in the references subdirectory:
|
||||
# (this needs python and we cannot have python in the BuildRequires of
|
||||
@ -140,6 +139,8 @@ make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install
|
||||
/usr/share/aclocal/*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 14 2008 schwab@suse.de
|
||||
- Make sure config.guess and config.sub exist.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 18:33:02 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Make sure config.guess and config.sub exist.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 18 15:45:04 CEST 2007 - mfabian@suse.de
|
||||
|
||||
|
@ -20,7 +20,7 @@ AutoReqProv: on
|
||||
Supplements: fonts-config
|
||||
%endif
|
||||
Version: 2.3.5
|
||||
Release: 67
|
||||
Release: 69
|
||||
%define freetype_version %{version}
|
||||
Url: http://www.freetype.org
|
||||
Summary: Freetype2 Utilities and Demo Programs
|
||||
@ -90,13 +90,12 @@ pushd docs
|
||||
popd
|
||||
find . -name CVS -type d | xargs rm -rf
|
||||
find . -name ".cvsignore" | xargs rm -f
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
cp /usr/share/automake*/config.{guess,sub} builds/unix
|
||||
|
||||
%build
|
||||
sh ./autogen.sh
|
||||
export CFLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing "
|
||||
make setup CFG="--prefix=/usr --libdir=%{_libdir} --with-zlib"
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing "
|
||||
make prefix=/usr libdir=%{_libdir} %{?jobs:-j %jobs}
|
||||
# build the documentation in the references subdirectory:
|
||||
# (this needs python and we cannot have python in the BuildRequires of
|
||||
@ -126,6 +125,8 @@ popd
|
||||
%{_bindir}/testname
|
||||
|
||||
%changelog
|
||||
* Mon Apr 14 2008 schwab@suse.de
|
||||
- Make sure config.guess and config.sub exist.
|
||||
* Thu Oct 18 2007 mfabian@suse.de
|
||||
- Bugzilla #334565: avoid crash in xpdf caused by a bug in the
|
||||
workaround patch for bug #308961
|
||||
|
Loading…
x
Reference in New Issue
Block a user