Initial split packaging (#1918038)

This commit is contained in:
Peter Hutterer 2021-04-15 12:51:33 +10:00
parent 899e97d88f
commit 59a14f4fc2
3 changed files with 40 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/xprop-.*.tar.bz2

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (xprop-1.2.3.tar.bz2) = ad7987fec11ae19b7adc3b0f683fc393e95155f3b6c753d1d8744aedcfb360452eee5735a4c380152b286905931515f3e1a28676b5531001eb8dd93b7249916a

38
xprop.spec Normal file
View File

@ -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 <ajax@redhat.com> - 1.2.3-1
- Initial split packaging (#1918038)