Accepting request 160122 from X11:XOrg

Automatic submission by obs-autosubmit

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de
- Use more robust make install call
-------------------------------------------------------------------
Thu May 31 14:21:07 UTC 2012 - sndirsch@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package xcb-util-keysyms
#
# 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/xcb/util
#Git-Web: http://cgit.freedesktop.org/xcb/util/
#Git-Clone: git://anongit.freedesktop.org/xcb/util-keysyms
#Git-Web: http://cgit.freedesktop.org/xcb/util-keysyms/
Source: %name-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.59c, automake, libtool
@ -79,7 +79,7 @@ in %lname.
make %{?_smp_mflags}
%install
%makeinstall
make install DESTDIR="%buildroot"
rm -f "%buildroot/%_libdir"/*.la
%post -n %lname -p /sbin/ldconfig