rpms/xorg-x11-drv-qxl/devel xorg-x11-drv-qxl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dave Airlie airlied at fedoraproject.org
Sun Jan 31 19:59:52 UTC 2010


Author: airlied

Update of /cvs/pkgs/rpms/xorg-x11-drv-qxl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25339

Modified Files:
	.cvsignore sources 
Added Files:
	xorg-x11-drv-qxl.spec 
Log Message:
* Mon Jan 11 2010 Dave Airlie <airlied at redhat.com> 0.0.9-0.1
- Initial public release 0.0.9



--- NEW FILE xorg-x11-drv-qxl.spec ---
%global tarball xf86-video-qxl
%global moduledir %(pkg-config xorg-server --variable=moduledir )
%global driverdir %{moduledir}/drivers

Summary:   Xorg X11 qxl video driver
Name:      xorg-x11-drv-qxl
Version:   0.0.9
Release:   0.1%{?dist}
URL:       http://www.x.org
Source0:   http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
License: MIT
Group:     User Interface/X Hardware Support
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

ExcludeArch: s390 s390x

BuildRequires: pkgconfig
BuildRequires: xorg-x11-server-devel >= 1.1.0-1
BuildRequires: glib2-devel

Requires:  xorg-x11-server-Xorg >= 1.1.0-1

%description 
X.Org X11 qxl video driver.

%prep
%setup -q -n %{tarball}-%{version}

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'

# FIXME: Remove all libtool archives (*.la) from modules directory.  This
# should be fixed in upstream Makefile.am or whatever.
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING README ChangeLog
%{driverdir}/qxl_drv.so

%changelog
* Mon Jan 11 2010 Dave Airlie <airlied at redhat.com> 0.0.9-0.1
- Initial public release 0.0.9


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-qxl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	31 Jan 2010 19:10:08 -0000	1.1
+++ .cvsignore	31 Jan 2010 19:59:52 -0000	1.2
@@ -0,0 +1 @@
+xf86-video-qxl-0.0.9.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-qxl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	31 Jan 2010 19:10:08 -0000	1.1
+++ sources	31 Jan 2010 19:59:52 -0000	1.2
@@ -0,0 +1 @@
+9009f4c05754b02792956a3ac745217e  xf86-video-qxl-0.0.9.tar.bz2



More information about the scm-commits mailing list