forked from pool/libXrandr
Accepting request 115359 from X11:XOrg
Pushing X11:XOrg OBS-URL: https://build.opensuse.org/request/show/115359 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXrandr?expand=0&rev=2
This commit is contained in:
commit
35280521ec
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62bba708649c04cbbc2f5de910942a01cc727b27225bc06169af8a89b957c661
|
||||
size 285632
|
3
libXrandr-1.3.2.tar.bz2
Normal file
3
libXrandr-1.3.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7eaca216ab5233d7396119eb87c1989d350a3efead104d54b55f22cdd1d99b81
|
||||
size 274401
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 15:39:12 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 1.3.2:
|
||||
+ Man page improvements
|
||||
+ Build configuration improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 22:17:49 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
|
@ -14,25 +14,31 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libXrandr
|
||||
%define lname libXrandr2
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
Release: 0
|
||||
Summary: X Resize, Rotate and Reflection extension library
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://xorg.freedesktop.org/
|
||||
Url: http://xorg.freedesktop.org/
|
||||
|
||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXrandr
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXrandr/
|
||||
Source: %name-%version.tar.bz2
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.8, pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(randrproto) >= 1.3, pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xextproto), pkgconfig(xrender)
|
||||
BuildRequires: pkgconfig(renderproto)
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(randrproto) >= 1.3
|
||||
BuildRequires: pkgconfig(renderproto)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xextproto)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
|
||||
%description
|
||||
The X Resize, Rotate and Reflect Extension (RandR) allows clients to
|
||||
|
Loading…
x
Reference in New Issue
Block a user