fixed tarball and package naming 1.0_post
authorAnas Nashif <anas.nashif@intel.com>
Fri, 22 Jun 2012 13:41:43 +0000 (14:41 +0100)
committerAnas Nashif <anas.nashif@intel.com>
Fri, 22 Jun 2012 13:43:22 +0000 (14:43 +0100)
Change-Id: Idf163a299ea5a0fd93c3a8b1dd54c95fe5e27e64

packaging/xorg-input-evdev-multitouch.changes [new file with mode: 0644]
packaging/xorg-input-evdev-multitouch.manifest [moved from packaging/xorg-x11-drv-evdev-multitouch.manifest with 100% similarity]
packaging/xorg-input-evdev-multitouch.spec [moved from packaging/xorg-x11-drv-evdev-multitouch.spec with 61% similarity]

diff --git a/packaging/xorg-input-evdev-multitouch.changes b/packaging/xorg-input-evdev-multitouch.changes
new file mode 100644 (file)
index 0000000..a5548c1
--- /dev/null
@@ -0,0 +1,17 @@
+* Fri Jun 22 2012 Anas Nashif <anas.nashif@intel.com> c27250f
+- fixed tarball and package naming
+
+* Wed May 30 2012 Ryan Ware <ryan.r.ware@intel.com> 0df134b
+- Add default Smack manifest for xorg-x11-drv-evdev-multitouch.spec
+
+* Fri May 18 2012 Yang Lin <lin.a.yang@intel.com> a0d7ec7
+- clean tarball setup path to facilitate hudson automation submission
+
+* Sun Apr 29 2012 Kim Kibum <kb0929.kim@samsung.com> 76332db
+- upload tizen1.0 source
+
+* Fri Jan 06 2012 Kibum Kim <kb0929.kim@samsung.com> e42ff05
+- Git init
+[ Eunkyoung Kim ]
+- Initial empty repository
+
similarity index 61%
rename from packaging/xorg-x11-drv-evdev-multitouch.spec
rename to packaging/xorg-input-evdev-multitouch.spec
index f8b93b7..a7850e6 100644 (file)
@@ -1,19 +1,18 @@
-Name:       xorg-x11-drv-evdev-multitouch
-Summary:    X.Org evdev multitouch input driver.
-Version:    2.3.2
-Release:    1
-Group:      System/X11
-License:    MIT
-Source0:    xf86-input-evdev-multitouch-%{version}.tar.gz
-Source1001: packaging/xorg-x11-drv-evdev-multitouch.manifest 
-BuildRequires:  pkgconfig(xorg-server)
-BuildRequires:  pkgconfig(xproto)
-BuildRequires:  pkgconfig(randrproto)
+Name:           xorg-input-evdev-multitouch
+Version:        2.3.2
+Release:        3
+License:        MIT
+Summary:        X
+Group:          System/X11
+Source0:        xf86-input-evdev-multitouch-%{version}.tar.gz
+Source1001:     xorg-input-evdev-multitouch.manifest
 BuildRequires:  pkgconfig(inputproto)
 BuildRequires:  pkgconfig(kbproto)
+BuildRequires:  pkgconfig(randrproto)
 BuildRequires:  pkgconfig(xkbfile)
 BuildRequires:  pkgconfig(xorg-macros)
-
+BuildRequires:  pkgconfig(xorg-server)
+BuildRequires:  pkgconfig(xproto)
 
 %description
 X.Org X server -- evdev input multitouch driver This package provides the driver for input devices using evdev, the Linux
@@ -27,9 +26,8 @@ X.Org X server -- evdev input multitouch driver This package provides the driver
  .
  This package is built from the X.org xf86-input-evdev driver module.
 
-
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q -n xf86-input-evdev-multitouch-%{version}
 
 %build
 cp %{SOURCE1001} .
@@ -38,17 +36,16 @@ export CFLAGS+=" -Wall -g -D_F_IGNORE_TSP_RESOLUTION_"
 
 %autogen --disable-static
 %configure --disable-static
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 %make_install
 
 
 %files
-%manifest xorg-x11-drv-evdev-multitouch.manifest
-/usr/include/xorg/evdevmultitouch-properties.h
-/usr/lib/pkgconfig/xorg-evdev-multitouch.pc
-/usr/lib/xorg/modules/input/evdevmultitouch_drv.so
-/usr/share/man/man4/evdevmultitouch.4.gz
+%manifest xorg-input-evdev-multitouch.manifest
+%{_includedir}/xorg/evdevmultitouch-properties.h
+%{_prefix}/lib/pkgconfig/xorg-evdev-multitouch.pc
+%{_prefix}/lib/xorg/modules/input/evdevmultitouch_drv.so
+%{_mandir}/man4/evdevmultitouch.4.gz