This commit is contained in:
parent
80b1bbe589
commit
b47126b557
@ -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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 00:15:03 CEST 2009 - ro@suse.de
|
||||
|
||||
|
@ -23,7 +23,7 @@ Summary: Apple laptops hotkeys event handler
|
||||
License: GPL v2 only
|
||||
Group: Hardware/Mobile
|
||||
Version: 1.26
|
||||
Release: 1
|
||||
Release: 2
|
||||
Url: http://technologeek.org/projects/pommed/
|
||||
%if 0
|
||||
# BuildRequires some package containing /usr/include/ofapi/of_api.h
|
||||
@ -117,6 +117,9 @@ Authors:
|
||||
%patch4
|
||||
|
||||
%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
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
@ -208,6 +211,8 @@ rm -rf %buildroot
|
||||
%_mandir/man1/wmpo*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 19 2009 coolo@novell.com
|
||||
- disable as-needed for this package as it fails to build with it
|
||||
* Mon May 25 2009 ro@suse.de
|
||||
- update to 1.26
|
||||
- pommed: only keystrokes on the built-in keyboard should reset
|
||||
|
Loading…
Reference in New Issue
Block a user