#1 Split edid-decode in a separate package
Closed 3 years ago by yaneti. Opened 4 years ago by yaneti.
rpms/ yaneti/xorg-x11-utils edid-decode-split  into  master

file removed
-11
@@ -1,11 +0,0 @@ 

- #!/bin/sh

- 

- git clone git://git.freedesktop.org/git/xorg/app/edid-decode

- cd edid-decode

- 

- REVISION=$(git log | head -n1 | awk '{print $2}' | cut -c 1-8)

- 

- rm -fr .git

- cd ..

- tar -cJf edid-decode-${REVISION}.tar.xz edid-decode

- rm -fr edid-decode

file modified
-1
@@ -1,4 +1,3 @@ 

- SHA512 (edid-decode-dcc8b834.tar.xz) = c8e8d574e23c73048d3a4f754d96029b769d396dc802b130555fd0cd195519c33d0d8652230fd041c10a79b38d0c4e4e96bd999ff8aed9a772f4887c8263b96b

  SHA512 (xdpyinfo-1.3.2.tar.bz2) = 2c9097c13778c7a7fe5a9b3ee04b28512ff6028231eca91ecdf6104c742be470678920d37a4f540fece7e39dccbea34802271f359ab80618027b2856c8912e7d

  SHA512 (xev-1.2.2.tar.bz2) = 453fc18072e4d4fd088a1b2e918f3772aaa2c56b36c082deb41ec4d434d1579de75f447fc4e0507086c170152e02d6db8b60dc7fd87ae18a2e817448bd628fca

  SHA512 (xlsatoms-1.1.2.tar.bz2) = f29001de22818792212312f1b9daee1bf7afa2ef2ae945cd8c14bdc1a7bb40064d3878c5efea60458ac0bf515ab1ece16fa90cbd2b0a879a5f07f3aa3e6a0baa

file modified
+1 -8
@@ -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*