package created by autospec [release 1.0.3-1mamba;Tue Apr 26 2011]
This commit is contained in:
parent
c61ffe9d6f
commit
47756a8286
@ -1,2 +1,4 @@
|
||||
# xf86dga
|
||||
|
||||
xf86dga application is a simple test client for the XFree86-DGA extension.
|
||||
|
||||
|
44
xf86dga.spec
Normal file
44
xf86dga.spec
Normal file
@ -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 <tiziana.ferro@email.it>
|
||||
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 <tiziana.ferro@email.it> 1.0.3-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user