Accepting request 150027 from home:jengelh:branches:X11:XOrg
- Use more robust make install call - New Git repository URLs OBS-URL: https://build.opensuse.org/request/show/150027 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxcb?expand=0&rev=8
This commit is contained in:
parent
9624de7099
commit
b1f31da28e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 27 03:46:11 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Use more robust make install call
|
||||||
|
- New Git repository URLs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 5 18:15:57 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
|
Fri Oct 5 18:15:57 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libxcb
|
# spec file for package libxcb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,8 +25,8 @@ License: MIT
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://xcb.freedesktop.org/
|
Url: http://xcb.freedesktop.org/
|
||||||
|
|
||||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libxcb
|
#Git-Clone: git://anongit.freedesktop.org/xcb/libxcb
|
||||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libxcb/
|
#Git-Web: http://cgit.freedesktop.org/xcb/libxcb/
|
||||||
#DL-URL: http://xcb.freedesktop.org/dist/
|
#DL-URL: http://xcb.freedesktop.org/dist/
|
||||||
Source: %name-%version.tar.bz2
|
Source: %name-%version.tar.bz2
|
||||||
Patch1: bug-262309_xcb-xauthlocalhostname.diff
|
Patch1: bug-262309_xcb-xauthlocalhostname.diff
|
||||||
@ -356,7 +356,7 @@ in %lname.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
make install DESTDIR="%buildroot"
|
||||||
rm -f "%buildroot/%_libdir"/*.la
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
|
|
||||||
%post -n libxcb1 -p /sbin/ldconfig
|
%post -n libxcb1 -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user