diff --git a/README.md b/README.md index fb9d146..2ccc64d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # rendercheck +A small program for testing basic Render extension conformance + diff --git a/rendercheck.spec b/rendercheck.spec new file mode 100644 index 0000000..bd11f53 --- /dev/null +++ b/rendercheck.spec @@ -0,0 +1,48 @@ +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 +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 1.4-1mamba +- automatic update by autodist + +* Tue Sep 22 2009 Ercole 'ercolinux' Carpanetto 1.3-1mamba +- package created by autospec