diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ad36fc1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/xprop-.*.tar.bz2 diff --git a/sources b/sources new file mode 100644 index 0000000..9266e72 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (xprop-1.2.3.tar.bz2) = ad7987fec11ae19b7adc3b0f683fc393e95155f3b6c753d1d8744aedcfb360452eee5735a4c380152b286905931515f3e1a28676b5531001eb8dd93b7249916a diff --git a/xprop.spec b/xprop.spec new file mode 100644 index 0000000..626eb56 --- /dev/null +++ b/xprop.spec @@ -0,0 +1,38 @@ +Summary: X property display utility +Name: xprop +Version: 1.2.3 +Release: 1%{?dist} +License: MIT +URL: http://www.x.org + +Source0: https://www.x.org/pub/individual/app/xprop-%{version}.tar.bz2 + +BuildRequires: gcc make +BuildRequires: gettext-devel +BuildRequires: libtool + +BuildRequires: pkgconfig(x11) + +%description +The xprop utility is for displaying window and font properties in an X server. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +%make_install + +%files +%doc README +%license COPYING +%{_bindir}/xprop +%{_mandir}/man1/xprop.1* + +%changelog +* Tue Jan 19 2021 Adam Jackson - 1.2.3-1 +- Initial split packaging (#1918038) +