From 3619d73f03e224603674c7600fd3fa76b7727da534dbc0771ff6f22d6caaa4bd Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 7 Mar 2012 09:47:06 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdamage?expand=0&rev=4 --- libXdamage.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/libXdamage.spec b/libXdamage.spec index 95e34c6..7d915b3 100644 --- a/libXdamage.spec +++ b/libXdamage.spec @@ -14,6 +14,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + + Name: libXdamage %define lname libXdamage1 Version: 1.1.3 @@ -21,16 +24,16 @@ Release: 0 Summary: X Damage Extension library License: MIT Group: Development/Libraries/C and C++ -URL: http://wiki.freedesktop.org/wiki/Software/XDamage +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 +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) +BuildRequires: pkgconfig pkgconfig(xorg-macros) >= 1.3 +BuildRequires: pkgconfig(damageproto) >= 1.1 pkgconfig(xfixes) +BuildRequires: pkgconfig(fixesproto) pkgconfig(x11) pkgconfig(xextproto) %description The X Damage Extension allows applications to track modified regions From 33708ad4e3f3e8b470e3fbd8fa0f036955af80d0e9dddd86e8430b2df86ab68e Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 25 Sep 2012 06:29:43 +0000 Subject: [PATCH 2/2] - specfile cleanup OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdamage?expand=0&rev=5 --- libXdamage.changes | 5 +++++ libXdamage.spec | 11 +++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/libXdamage.changes b/libXdamage.changes index 9f4eed0..7feddf0 100644 --- a/libXdamage.changes +++ b/libXdamage.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 25 06:29:29 UTC 2012 - sndirsch@suse.com + +- specfile cleanup + ------------------------------------------------------------------- Sun Feb 12 04:04:32 UTC 2012 - jengelh@medozas.de diff --git a/libXdamage.spec b/libXdamage.spec index 7d915b3..3a49f8d 100644 --- a/libXdamage.spec +++ b/libXdamage.spec @@ -16,7 +16,6 @@ # - Name: libXdamage %define lname libXdamage1 Version: 1.1.3 @@ -31,9 +30,13 @@ Url: http://wiki.freedesktop.org/wiki/Software/XDamage 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(x11) pkgconfig(xextproto) +BuildRequires: pkgconfig +BuildRequires: pkgconfig(damageproto) >= 1.1 +BuildRequires: pkgconfig(fixesproto) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xextproto) +BuildRequires: pkgconfig(xfixes) +BuildRequires: pkgconfig(xorg-macros) >= 1.3 %description The X Damage Extension allows applications to track modified regions