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:
commit
366ed59c1e
@ -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
|
Thu May 31 14:21:07 UTC 2012 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xcb-util-keysyms
|
# 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
|
# 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/xcb/util
|
#Git-Clone: git://anongit.freedesktop.org/xcb/util-keysyms
|
||||||
#Git-Web: http://cgit.freedesktop.org/xcb/util/
|
#Git-Web: http://cgit.freedesktop.org/xcb/util-keysyms/
|
||||||
Source: %name-%version.tar.bz2
|
Source: %name-%version.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.59c, automake, libtool
|
#git#BuildRequires: autoconf >= 2.59c, automake, libtool
|
||||||
@ -79,7 +79,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 %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user