OBS User unknown 2009-06-20 03:05:46 +00:00 committed by Git OBS Bridge
parent 80b1bbe589
commit b47126b557
2 changed files with 11 additions and 1 deletions

View File

@ -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 Mon May 25 00:15:03 CEST 2009 - ro@suse.de

View File

@ -23,7 +23,7 @@ Summary: Apple laptops hotkeys event handler
License: GPL v2 only License: GPL v2 only
Group: Hardware/Mobile Group: Hardware/Mobile
Version: 1.26 Version: 1.26
Release: 1 Release: 2
Url: http://technologeek.org/projects/pommed/ Url: http://technologeek.org/projects/pommed/
%if 0 %if 0
# BuildRequires some package containing /usr/include/ofapi/of_api.h # BuildRequires some package containing /usr/include/ofapi/of_api.h
@ -117,6 +117,9 @@ Authors:
%patch4 %patch4
%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
export CFLAGS="$RPM_OPT_FLAGS" export CFLAGS="$RPM_OPT_FLAGS"
make %{?jobs:-j%jobs} make %{?jobs:-j%jobs}
@ -208,6 +211,8 @@ rm -rf %buildroot
%_mandir/man1/wmpo* %_mandir/man1/wmpo*
%changelog %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 * Mon May 25 2009 ro@suse.de
- update to 1.26 - update to 1.26
- pommed: only keystrokes on the built-in keyboard should reset - pommed: only keystrokes on the built-in keyboard should reset