rendercheck/rendercheck.spec

49 lines
1.2 KiB
RPMSpec
Raw Normal View History

Name: rendercheck
Version: 1.4
Release: 1mamba
Summary: A small program for testing basic Render extension conformance
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/rendercheck-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libXrender-devel
## AUTOBUILDREQ-END
%description
A small program for testing basic Render extension conformance
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/rendercheck
%{_mandir}/man1/rendercheck.1.gz
%doc AUTHORS COPYING ChangeLog NEWS README
%changelog
* Thu Nov 25 2010 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
- automatic update by autodist
* Tue Sep 22 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.3-1mamba
- package created by autospec