]> git.pld-linux.org Git - packages/xorg-app-xdpyinfo.git/commitdiff
- updated to 1.3.3 auto/th/xorg-app-xdpyinfo-1.3.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 15 Apr 2022 04:39:00 +0000 (06:39 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 15 Apr 2022 04:39:00 +0000 (06:39 +0200)
xorg-app-xdpyinfo.spec

index 5d3551954e6de1c0b687cf8e1e15d9dfdb94d642..40cc423097422691b4f31883aa1d1b61d76e5897 100644 (file)
@@ -1,17 +1,18 @@
 Summary:       xdpyinfo application - display information utility for X
 Summary(pl.UTF-8):     Aplikacja xdpyinfo - narzędzie do wyświetlania informacji dla X
 Name:          xorg-app-xdpyinfo
-Version:       1.3.2
+Version:       1.3.3
 Release:       1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/releases/individual/app/xdpyinfo-%{version}.tar.bz2
-# Source0-md5: 8809037bd48599af55dad81c508b6b39
-URL:           http://xorg.freedesktop.org/
+Source0:       https://xorg.freedesktop.org/releases/individual/app/xdpyinfo-%{version}.tar.xz
+# Source0-md5: f67116760888f2e06486ee3d179875d2
+URL:           https://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
 BuildRequires: libxcb-devel
 BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: tar >= 1:1.22
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXcomposite-devel
 BuildRequires: xorg-lib-libXext-devel
@@ -25,6 +26,7 @@ BuildRequires:        xorg-lib-libXxf86vm-devel
 BuildRequires: xorg-lib-libdmx-devel
 BuildRequires: xorg-proto-xproto-devel >= 7.0.22
 BuildRequires: xorg-util-util-macros >= 1.8
+BuildRequires: xz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -51,7 +53,8 @@ protokołu X11.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --with-dmx
 
 %{__make}
 
@@ -66,6 +69,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING ChangeLog README
+%doc COPYING ChangeLog README.md
 %attr(755,root,root) %{_bindir}/xdpyinfo
 %{_mandir}/man1/xdpyinfo.1*
This page took 0.152093 seconds and 4 git commands to generate.