libdmx 1.1.4
This commit is contained in:
parent
319ac45a1c
commit
a07688f8e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ libdmx-1.1.0.tar.bz2
|
|||||||
/libdmx-1.1.2.tar.bz2
|
/libdmx-1.1.2.tar.bz2
|
||||||
/libdmx-20130524.tar.bz2
|
/libdmx-20130524.tar.bz2
|
||||||
/libdmx-1.1.3.tar.bz2
|
/libdmx-1.1.3.tar.bz2
|
||||||
|
/libdmx-1.1.4.tar.bz2
|
||||||
|
13
libdmx.spec
13
libdmx.spec
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
Summary: X.Org X11 DMX runtime library
|
Summary: X.Org X11 DMX runtime library
|
||||||
Name: libdmx
|
Name: libdmx
|
||||||
Version: 1.1.3
|
Version: 1.1.4
|
||||||
Release: 10%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -15,15 +15,15 @@ Source0: %{tarball}-%{gitdate}.tar.bz2
|
|||||||
Source1: make-git-snapshot.sh
|
Source1: make-git-snapshot.sh
|
||||||
Source2: commitid
|
Source2: commitid
|
||||||
%else
|
%else
|
||||||
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: libX11 >= 1.5.99.902
|
Requires: libX11 >= 1.6.0
|
||||||
|
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: xorg-x11-util-macros
|
BuildRequires: xorg-x11-util-macros
|
||||||
BuildRequires: libX11-devel >= 1.5.99.902
|
BuildRequires: libX11-devel >= 1.6.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The X.Org X11 DMX (Distributed Multihead X) runtime library.
|
The X.Org X11 DMX (Distributed Multihead X) runtime library.
|
||||||
@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
%{_includedir}/X11/extensions/dmxext.h
|
%{_includedir}/X11/extensions/dmxext.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 14 2018 Adam Jackson <ajax@redhat.com> - 1.1.4-1
|
||||||
|
- libdmx 1.1.4
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-10
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user