This commit is contained in:
parent
55fab8ef7e
commit
dc1bda707b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Use more robust make install call
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 21 10:37:26 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xcb-util-renderutil
|
||||
#
|
||||
# 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
|
||||
@ -14,6 +14,8 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: xcb-util-renderutil
|
||||
%define lname libxcb-render-util0
|
||||
Version: 0.3.8
|
||||
@ -23,15 +25,16 @@ 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-renderutil
|
||||
#Git-Web: http://cgit.freedesktop.org/xcb/util-renderutil/
|
||||
Source: %name-%version.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf >= 2.59c, automake, libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(xcb) >= 1.4, pkgconfig(xcb-proto) >= 1.6
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.6.0
|
||||
BuildRequires: pkgconfig(xcb) >= 1.4
|
||||
BuildRequires: pkgconfig(xcb-proto) >= 1.6
|
||||
BuildRequires: pkgconfig(xcb-render)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.6.0
|
||||
|
||||
%description
|
||||
The XCB util modules provide a number of libraries which sit on top
|
||||
@ -76,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user