From f8e461a102d00c4a37f360e5856633ade79e82c9 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:30:51 +0100 Subject: [PATCH] automatic update by autodist [release 1.5.4-1mamba;Sun Jul 31 2011] --- README.md | 2 ++ x11perf.spec | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 x11perf.spec diff --git a/README.md b/README.md index 06b315b..e4e8d07 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # x11perf +x11perf - X11 server performance test program + diff --git a/x11perf.spec b/x11perf.spec new file mode 100644 index 0000000..db19b4d --- /dev/null +++ b/x11perf.spec @@ -0,0 +1,64 @@ +Name: x11perf +Version: 1.5.4 +Release: 1mamba +Summary: x11perf - X11 server performance test program +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/x11perf-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-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 + +%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/*.gz +%doc COPYING ChangeLog + +%changelog +* Sun Jul 31 2011 Automatic Build System 1.5.4-1mamba +- automatic update by autodist + +* Thu Jan 06 2011 Automatic Build System 1.5.3-1mamba +- automatic update by autodist + +* Wed Sep 29 2010 Automatic Build System 1.5.2-1mamba +- automatic update by autodist + +* Tue Jan 26 2010 Automatic Build System 1.5.1-1mamba +- automatic update by autodist + +* Fri Oct 30 2009 Ercole 'ercolinux' Carpanetto 1.5-1mamba +- package created by autospec