From 25223d3d8e57501f07c2e37018b7592025262b56 Mon Sep 17 00:00:00 2001 From: jdong7 Date: Wed, 30 May 2012 17:52:30 +0800 Subject: [PATCH] Clean up spec file for packaging. --- packaging/xorg-drv-evdev.changes | 3 +++ packaging/xorg-drv-evdev.spec | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packaging/xorg-drv-evdev.changes b/packaging/xorg-drv-evdev.changes index afae168..f853cd3 100644 --- a/packaging/xorg-drv-evdev.changes +++ b/packaging/xorg-drv-evdev.changes @@ -1,3 +1,6 @@ +* Wed May 30 2012 Junfeng Dong +- Clean up spec file for packaging. + * Fri May 18 20:31:33 UTC 2012 - tracy.graydon@intel.com - Fix spec. diff --git a/packaging/xorg-drv-evdev.spec b/packaging/xorg-drv-evdev.spec index 0dc2dcd..f56ae99 100644 --- a/packaging/xorg-drv-evdev.spec +++ b/packaging/xorg-drv-evdev.spec @@ -5,7 +5,7 @@ Release: 5 Group: System/X Hardware Support License: MIT URL: http://www.x.org/ -Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-evdev-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz Requires: xorg-x11-server BuildRequires: pkgconfig(xorg-server) BuildRequires: pkgconfig(xkbfile) @@ -29,7 +29,7 @@ Requires: %{name} = %{version}-%{release} This package contains xorg evdev development files %prep -%setup -q +%setup -q -n %{name}-%{version} %build %reconfigure -- 2.7.4