Hello community,
here is the log from the commit of package xcb-util-renderutil for
openSUSE:Factory checked in at 2013-03-22 12:11:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xcb-util-renderutil (Old)
and /work/SRC/openSUSE:Factory/.xcb-util-renderutil.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xcb-util-renderutil", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/xcb-util-renderutil/xcb-util-renderutil.changes
2012-03-26 11:09:09.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.xcb-util-renderutil.new/xcb-util-renderutil.changes
2013-03-22 12:11:25.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Feb 17 17:21:53 UTC 2013 - [email protected]
+
+- Use more robust make install call
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xcb-util-renderutil.spec ++++++
--- /var/tmp/diff_new_pack.6IcsgN/_old 2013-03-22 12:11:25.000000000 +0100
+++ /var/tmp/diff_new_pack.6IcsgN/_new 2013-03-22 12:11:25.000000000 +0100
@@ -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 @@
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 @@
make %{?_smp_mflags}
%install
-%makeinstall
+make install DESTDIR="%buildroot"
rm -f "%buildroot/%_libdir"/*.la
%post -n %lname -p /sbin/ldconfig
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]