summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-09-19 00:51:48 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-09-19 00:54:16 -0400
commit83f103564dad7c204798f303d40cf90147c313bd (patch)
tree2b6a3ddb0484081e84078aa033a9535134e212b9
parentf7ed25c9de567cc23c9f2ddf5a9144bccf9e3d24 (diff)
downloadxf86-video-vesa-83f103564dad7c204798f303d40cf90147c313bd.tar.gz
xf86-video-vesa-83f103564dad7c204798f303d40cf90147c313bd.tar.bz2
xf86-video-vesa-83f103564dad7c204798f303d40cf90147c313bd.zip
remove patches and cleanup specHEADtizen
Change-Id: I22aac6b563afe697ed37d72bcbc857e268a411f4 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-rw-r--r--packaging/xf86-video-vesa.spec5
1 files changed, 1 insertions, 4 deletions
diff --git a/packaging/xf86-video-vesa.spec b/packaging/xf86-video-vesa.spec
index 3306676..bbc5d0f 100644
--- a/packaging/xf86-video-vesa.spec
+++ b/packaging/xf86-video-vesa.spec
@@ -7,7 +7,6 @@ Url: http://xorg.freedesktop.org/
Group: System/X11/Servers/XF86_4
Source0: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
Source1001: xf86-video-vesa.manifest
-Patch0: xf86-video-vesa_DefaultRefresh.diff
BuildRequires: pkg-config
BuildRequires: pkgconfig(fontsproto)
BuildRequires: pkgconfig(pciaccess) >= 0.10
@@ -19,7 +18,6 @@ BuildRequires: pkgconfig(xorg-macros) >= 1.3
BuildRequires: pkgconfig(xorg-server) >= 1.0.99.901
BuildRequires: pkgconfig(xproto)
Supplements: xorg-server
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
vesa is an Xorg driver for Generic VESA video cards.
@@ -31,7 +29,6 @@ supports depths 8, 15 16 and 24.
%prep
%setup -q
cp %{SOURCE1001} .
-%patch0 -p1
%build
%configure
@@ -43,7 +40,7 @@ make %{?_smp_mflags}
%files
%manifest %{name}.manifest
%defattr(-,root,root)
-%doc COPYING
+%license COPYING
%dir %{_libdir}/xorg/modules/drivers
%{_libdir}/xorg/modules/drivers/vesa_drv.so
%{_mandir}/man4/vesa.4%{?ext_man}