automatic update by autodist [release 1.5.4-1mamba;Sun Jul 31 2011]
This commit is contained in:
parent
7be0bb48dc
commit
f8e461a102
64
x11perf.spec
Normal file
64
x11perf.spec
Normal file
@ -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 <ercole69@gmail.com>
|
||||
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 <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
|
Loading…
Reference in New Issue
Block a user