From d18dc6eb8e3a5ed491431e7227c3f6c44b904b7a3947039957ab4132c40f961c Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 13 Feb 2012 10:07:00 +0000 Subject: [PATCH] Accepting request 104217 from home:jengelh:branches:X11:XOrg - Provide package descriptions and update URL OBS-URL: https://build.opensuse.org/request/show/104217 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdamage?expand=0&rev=2 --- libXdamage.changes | 5 +++++ libXdamage.spec | 13 +++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/libXdamage.changes b/libXdamage.changes index 61dba6b..9f4eed0 100644 --- a/libXdamage.changes +++ b/libXdamage.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 12 04:04:32 UTC 2012 - jengelh@medozas.de + +- Provide package descriptions and update URL + ------------------------------------------------------------------- Tue Feb 7 22:17:49 UTC 2012 - jengelh@medozas.de diff --git a/libXdamage.spec b/libXdamage.spec index ec1082b..95e34c6 100644 --- a/libXdamage.spec +++ b/libXdamage.spec @@ -21,24 +21,28 @@ Release: 0 Summary: X Damage Extension library License: MIT Group: Development/Libraries/C and C++ -Url: http://cgit.freedesktop.org/xorg/lib/libXdamage/ +URL: http://wiki.freedesktop.org/wiki/Software/XDamage #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXdamage +#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXdamage/ Source: %name-%version.tar.bz2 +BuildRoot: %_tmppath/%name-%version-build #git#BuildRequires: autoconf >= 2.60 BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.3 BuildRequires: pkgconfig(damageproto) >= 1.1, pkgconfig(xfixes) BuildRequires: pkgconfig(fixesproto), pkgconfig(xextproto), pkgconfig(x11) %description -This package contains the library for the X Damage extension. +The X Damage Extension allows applications to track modified regions +of drawables. %package -n %lname Summary: X Damage Extension library Group: System/Libraries %description -n %lname -This package contains the library for the X Damage extension. +The X Damage Extension allows applications to track modified regions +of drawables. %package devel Summary: Development files for the X Damage Extension library @@ -46,7 +50,8 @@ Group: Development/Libraries/C and C++ Requires: %lname = %version %description devel -This package contains the library for the X Damage extension. +The X Damage Extension allows applications to track modified regions +of drawables. This package contains the development headers for the library found in %lname.