- fixed typo in generating fake xcb libs; fake xcb libs don't need
to be provided explicitely via spec file, since this Provides is already picked up from the generated xcb libs themselves OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-libs?expand=0&rev=181
This commit is contained in:
parent
fb2dded444
commit
2e5c29cb15
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 23 10:59:06 UTC 2012 - sndirsch@suse.com
|
||||
|
||||
- fixed typo in generating fake xcb libs; fake xcb libs don't need
|
||||
to be provided explicitely via spec file, since this Provides is
|
||||
already picked up from the generated xcb libs themselves
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 19 10:54:03 UTC 2012 - sndirsch@suse.com
|
||||
|
||||
|
@ -23,11 +23,9 @@ BuildRequires: fdupes fontconfig-devel freetype2-devel gperf libXi6-devel libex
|
||||
%ifarch ppc64 s390x x86_64
|
||||
Provides: libXaw.so.8()(64bit) libXaw.so.7()(64bit) libXaw.so.6()(64bit)
|
||||
Provides: libXaw8.so.8()(64bit) libXaw7.so.7()(64bit) libXaw6.so.6()(64bit)
|
||||
Provides: libxcb-atom.so.1()(64bit)
|
||||
%else
|
||||
Provides: libXaw.so.8 libXaw.so.7 libXaw.so.6
|
||||
Provides: libXaw8.so.8 libXaw7.so.7 libXaw6.so.6
|
||||
Provides: libxcb-atom.so.1
|
||||
%endif
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
|
Loading…
Reference in New Issue
Block a user