diff --git a/README.md b/README.md index 7c6b975..1e822e9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xdbedizzy +xdbedizzy - demo of DBE creating a double buffered spinning scene + diff --git a/xdbedizzy.spec b/xdbedizzy.spec new file mode 100644 index 0000000..e2d912d --- /dev/null +++ b/xdbedizzy.spec @@ -0,0 +1,49 @@ +Name: xdbedizzy +Version: 1.1.0 +Release: 1mamba +Summary: xdbedizzy - demo of DBE creating a double buffered spinning scene +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/xdbedizzy-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libXext-devel +## AUTOBUILDREQ-END + +%description +xdbedizzy - demo of DBE creating a double buffered spinning scene + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/xdbedizzy +%{_mandir}/man1/xdbedizzy.1.gz + +%doc COPYING ChangeLog + +%changelog +* Mon Nov 01 2010 Automatic Build System 1.1.0-1mamba +- automatic update by autodist + +* Sat Oct 31 2009 Ercole 'ercolinux' Carpanetto 1.0.2-1mamba +- package created by autospec