x11perf/x11perf.spec

74 lines
1.9 KiB
RPMSpec
Raw Permalink Normal View History

Name: x11perf
Version: 1.6.2
Release: 1mamba
Summary: X11 server performance test program
Group: System/X11
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.x.org/wiki/
Source: https://xorg.freedesktop.org/archive/individual/test/x11perf-%{version}.tar.xz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: libXft-devel
BuildRequires: libXmu-devel
BuildRequires: libXrender-devel
## AUTOBUILDREQ-END
%description
x11perf - X11 server performance test program.
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/x11perf
%{_bindir}/x11perfcomp
%{_libdir}/X11/x11perfcomp/*
%{_mandir}/man1/x11perf*.1*
%{_mandir}/man1/Xmark.1*
%doc COPYING
#ChangeLog
%changelog
* Wed Nov 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.2-1mamba
- update to 1.6.2
* Wed Jul 31 2019 Automatic Build System <autodist@mambasoft.it> 1.6.1-1mamba
- automatic update by autodist
* Fri Apr 24 2015 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
- automatic update by autodist
* Sun Jul 31 2011 Automatic Build System <autodist@mambasoft.it> 1.5.4-1mamba
- automatic update by autodist
* Thu Jan 06 2011 Automatic Build System <autodist@mambasoft.it> 1.5.3-1mamba
- automatic update by autodist
* Wed Sep 29 2010 Automatic Build System <autodist@mambasoft.it> 1.5.2-1mamba
- automatic update by autodist
* Tue Jan 26 2010 Automatic Build System <autodist@mambasoft.it> 1.5.1-1mamba
- automatic update by autodist
* Fri Oct 30 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.5-1mamba
- package created by autospec