Accepting request 115362 from X11:XOrg
Pushing X11:XOrg OBS-URL: https://build.opensuse.org/request/show/115362 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXres?expand=0&rev=2
This commit is contained in:
commit
e8dc3338e2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a00b0f464bc0c038db5614513b0e33475db22a7b3cd41e4e56a6c661a518a059
|
|
||||||
size 240062
|
|
3
libXres-1.0.6.tar.bz2
Normal file
3
libXres-1.0.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ff8661c925e8b182f98ae98f02bbd93c55259ef7f34a92c1a126b6074ebde890
|
||||||
|
size 282035
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 11 15:12:22 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.0.6:
|
||||||
|
+ Janitorial cleanups
|
||||||
|
+ Build configuration improvements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 7 22:17:49 UTC 2012 - jengelh@medozas.de
|
Tue Feb 7 22:17:49 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
21
libXres.spec
21
libXres.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXRes
|
# spec file for package libXres
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -14,23 +14,28 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: libXres
|
Name: libXres
|
||||||
%define lname libXRes1
|
%define lname libXRes1
|
||||||
Version: 1.0.5
|
Version: 1.0.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X Resource extension client library
|
Summary: X Resource extension client library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://xorg.freedesktop.org/
|
Url: http://xorg.freedesktop.org/
|
||||||
|
|
||||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXRes
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXRes
|
||||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXRes/
|
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXRes/
|
||||||
Source: %name-%version.tar.bz2
|
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %_tmppath/%name-%version-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||||
BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.8, pkgconfig(x11)
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(xext), pkgconfig(xextproto)
|
BuildRequires: pkgconfig(resourceproto) >= 1.0
|
||||||
BuildRequires: pkgconfig(resourceproto) >= 1.0
|
BuildRequires: pkgconfig(x11)
|
||||||
|
BuildRequires: pkgconfig(xext)
|
||||||
|
BuildRequires: pkgconfig(xextproto)
|
||||||
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libXRes provides an X Window System client interface to the Resource
|
libXRes provides an X Window System client interface to the Resource
|
||||||
|
Loading…
Reference in New Issue
Block a user