Author: qboosh Date: Fri May 26 19:00:26 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: xorg-app-rendercheck.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xorg-app-rendercheck.spec diff -u /dev/null SPECS/xorg-app-rendercheck.spec:1.1 --- /dev/null Fri May 26 21:00:26 2006 +++ SPECS/xorg-app-rendercheck.spec Fri May 26 21:00:21 2006 @@ -0,0 +1,60 @@ +# $Revision$, $Date$ +Summary: rendercheck application +Summary(pl): Aplikacja rendercheck +Name: xorg-app-rendercheck +Version: 1.1 +Release: 0.1 +License: MIT +Group: X11/Applications +Source0: http://xorg.freedesktop.org/releases/individual/app/rendercheck-%{version}.tar.bz2 +# Source0-md5: 9e4533bec9700bf6b44f1d88ddcbaf2c +URL: http://xorg.freedesktop.org/ +BuildRequires: autoconf >= 2.57 +BuildRequires: automake +BuildRequires: pkgconfig >= 1:0.19 +BuildRequires: xorg-lib-libXrender-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +rendercheck application - a program to test a Render extension +implementation against separate calculations of expected output. + +%description -l pl +Aplikacja rendercheck - program do sprawdzania implementacji +rozszerzenia Render względem oddzielnie wyliczonego oczekiwanego +rezultatu. + +%prep +%setup -q -n rendercheck-%{version} + +%build +%{__aclocal} +%{__autoconf} +%{__automake} +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS COPYING NEWS README doc/TODO +%attr(755,root,root) %{_bindir}/rendercheck +%{_mandir}/man1/rendercheck.1* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/05/26 19:00:21 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
