This commit is contained in:
parent
55b3f48cc3
commit
7c887c9c38
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
- disable as-needed for this package as it fails to build with it
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 11 22:22:40 CEST 2009 - coolo@novell.com
|
Thu Jun 11 22:22:40 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
7
gpm.spec
7
gpm.spec
@ -32,7 +32,7 @@ Obsoletes: gpm-64bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 1.20.1
|
Version: 1.20.1
|
||||||
Release: 453
|
Release: 454
|
||||||
Summary: Console Mouse Support
|
Summary: Console Mouse Support
|
||||||
Source0: http://arcana.linux.it/pub/gpm/gpm-%{version}.tar.bz2
|
Source0: http://arcana.linux.it/pub/gpm/gpm-%{version}.tar.bz2
|
||||||
Source1: rcgpm
|
Source1: rcgpm
|
||||||
@ -98,6 +98,9 @@ Authors:
|
|||||||
cp %{S:1} %{S:2} %{S:3} .
|
cp %{S:1} %{S:2} %{S:3} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# This package failed when testing with -Wl,-as-needed being default.
|
||||||
|
# So we disable it here, if you want to retest, just delete this comment and the line below.
|
||||||
|
export SUSE_ASNEEDED=0
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
CFLAGS="$RPM_OPT_FLAGS -DQUIET_LIBGPM" \
|
CFLAGS="$RPM_OPT_FLAGS -DQUIET_LIBGPM" \
|
||||||
%configure \
|
%configure \
|
||||||
@ -181,6 +184,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/adm/fillup-templates/*
|
/var/adm/fillup-templates/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 19 2009 coolo@novell.com
|
||||||
|
- disable as-needed for this package as it fails to build with it
|
||||||
* Thu Jun 11 2009 coolo@novell.com
|
* Thu Jun 11 2009 coolo@novell.com
|
||||||
- fix build with glibc 2.10
|
- fix build with glibc 2.10
|
||||||
* Wed Dec 10 2008 olh@suse.de
|
* Wed Dec 10 2008 olh@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user