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:
Stefan Dirsch 2013-01-28 09:19:59 +00:00 committed by Git OBS Bridge
parent 9624de7099
commit b1f31da28e
2 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -25,8 +25,8 @@ License: MIT
Group: Development/Libraries/C and C++
Url: http://xcb.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libxcb
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libxcb/
#Git-Clone: git://anongit.freedesktop.org/xcb/libxcb
#Git-Web: http://cgit.freedesktop.org/xcb/libxcb/
#DL-URL: http://xcb.freedesktop.org/dist/
Source: %name-%version.tar.bz2
Patch1: bug-262309_xcb-xauthlocalhostname.diff
@ -356,7 +356,7 @@ in %lname.
make %{?_smp_mflags}
%install
%makeinstall
make install DESTDIR="%buildroot"
rm -f "%buildroot/%_libdir"/*.la
%post -n libxcb1 -p /sbin/ldconfig