| |
@@ -24,10 +24,6 @@
|
| |
Source6: https://www.x.org/pub/individual/app/xvinfo-%{xvinfo}.tar.bz2
|
| |
Source7: https://www.x.org/pub/individual/app/xwininfo-%{xwininfo}.tar.bz2
|
| |
|
| |
- # No release tarball
|
| |
- Source100: edid-decode-dcc8b834.tar.xz
|
| |
- Source101: edid-decode-snapshot.sh
|
| |
-
|
| |
BuildRequires: gettext-devel
|
| |
BuildRequires: libtool
|
| |
|
| |
@@ -45,7 +41,6 @@
|
| |
BuildRequires: pkgconfig(xxf86dga)
|
| |
BuildRequires: pkgconfig(xxf86vm)
|
| |
|
| |
- Provides: edid-decode
|
| |
Provides: xdpyinfo = %{xdpyinfo}
|
| |
Provides: xev = %{xev}
|
| |
Provides: xlsatoms = %{xlsatoms}
|
| |
@@ -60,7 +55,7 @@
|
| |
various information.
|
| |
|
| |
%prep
|
| |
- %setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a100
|
| |
+ %setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7
|
| |
|
| |
%build
|
| |
# Build all apps
|
| |
@@ -90,7 +85,6 @@
|
| |
}
|
| |
|
| |
%files
|
| |
- %{_bindir}/edid-decode
|
| |
%{_bindir}/xdpyinfo
|
| |
%{_bindir}/xev
|
| |
%{_bindir}/xlsatoms
|
| |
@@ -99,7 +93,6 @@
|
| |
%{_bindir}/xprop
|
| |
%{_bindir}/xvinfo
|
| |
%{_bindir}/xwininfo
|
| |
- %{_mandir}/man1/edid-decode.1*
|
| |
%{_mandir}/man1/xdpyinfo.1*
|
| |
%{_mandir}/man1/xev.1*
|
| |
%{_mandir}/man1/xlsatoms.1*
|
| |
Following the upstream move to linuxtv.org
https://bugzilla.redhat.com/show_bug.cgi?id=1743814