diff --git a/README.md b/README.md index e1e05dd..694c9b6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xf86dga +xf86dga application is a simple test client for the XFree86-DGA extension. + diff --git a/xf86dga.spec b/xf86dga.spec new file mode 100644 index 0000000..5cafbcc --- /dev/null +++ b/xf86dga.spec @@ -0,0 +1,44 @@ +Name: xf86dga +Version: 1.0.3 +Release: 1mamba +Summary: xf86dga application - a simple test client for the XFree86-DGA extension +Group: Graphical Desktop/Applications/Utilities +Vendor: openmamba +Distribution: openmamba +Packager: Tiziana Ferro +URL: http://xorg.freedesktop.org/ +Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libXxf86dga-devel +## AUTOBUILDREQ +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +xf86dga application is a simple test client for the XFree86-DGA extension. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/dga +%{_mandir}/man?/* +%doc COPYING ChangeLog README + +%changelog +* Tue Apr 26 2011 Tiziana Ferro 1.0.3-1mamba +- package created by autospec \ No newline at end of file