Accepting request 160124 from X11:XOrg

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/160124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xcb-util-wm?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2013-03-21 21:15:59 +00:00 committed by Git OBS Bridge
commit ec3e988e4f
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 17 17:20:56 UTC 2013 - jengelh@inai.de
- Use more robust make install call
-------------------------------------------------------------------
Mon Jun 18 12:09:04 CEST 2012 - vuntz@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package xcb-util-wm
#
# 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
@ -24,8 +24,8 @@ License: MIT
Group: Development/Libraries/C and C++
Url: http://xcb.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xcb/util
#Git-Web: http://cgit.freedesktop.org/xcb/util/
#Git-Clone: git://anongit.freedesktop.org/xcb/util-wm
#Git-Web: http://cgit.freedesktop.org/xcb/util-wm/
Source: %name-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.62, automake, libtool
@ -91,7 +91,7 @@ in libxcb-ewmh2, libxcb-icccm4.
make %{?_smp_mflags}
%install
%makeinstall
make install DESTDIR="%buildroot"
rm -f "%buildroot/%_libdir"/*.la
%post -n libxcb-ewmh2 -p /sbin/ldconfig