Accepting request 115369 from X11:XOrg
Pushing X11:XOrg OBS-URL: https://build.opensuse.org/request/show/115369 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmx?expand=0&rev=2
This commit is contained in:
commit
a5fde0ab8a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6de6e87470bc749de02056fa38758d0e633303789830fdafc56600e75b3de18
|
||||
size 265460
|
3
libdmx-1.1.2.tar.bz2
Normal file
3
libdmx-1.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7870b648a8768d65432af76dd11581ff69f3955118540d5967eb1eef43838ba
|
||||
size 290694
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 16:20:44 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 1.1.2:
|
||||
+ Janitorial cleanups
|
||||
+ Build configuration improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 22:17:49 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
|
19
libdmx.spec
19
libdmx.spec
@ -14,23 +14,28 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libdmx
|
||||
%define lname libdmx1
|
||||
Version: 1.1.1
|
||||
Version: 1.1.2
|
||||
Release: 0
|
||||
Summary: Distributed Multihead X 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/libdmx
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libdmx/
|
||||
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: pkgconfig, pkgconfig(xorg-macros) >= 1.8, pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xext), pkgconfig(xextproto)
|
||||
BuildRequires: pkgconfig(dmxproto) >= 2.2.99.1
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(dmxproto) >= 2.2.99.1
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xextproto)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
|
||||
%description
|
||||
libdmx is an interface to the DMX extension for X, which allows a
|
||||
|
Loading…
x
Reference in New Issue
Block a user