Cleanup spec file and remove obsolete yaml files 1.0_post 2.0alpha master 2.0_alpha
authorAnas Nashif <anas.nashif@intel.com>
Thu, 28 Jun 2012 09:20:21 +0000 (10:20 +0100)
committerAnas Nashif <anas.nashif@intel.com>
Thu, 28 Jun 2012 09:23:17 +0000 (10:23 +0100)
Change-Id: Id156804d736efca51d2e3869775790a7240ea321

packaging/mtdev.changes [new file with mode: 0644]
packaging/mtdev.spec
packaging/mtdev.yaml [deleted file]

diff --git a/packaging/mtdev.changes b/packaging/mtdev.changes
new file mode 100644 (file)
index 0000000..82de377
--- /dev/null
@@ -0,0 +1,12 @@
+* Thu Jun 28 2012 Anas Nashif <anas.nashif@intel.com> 4912611
+- Cleanup spec file and remove obsolete yaml files
+
+* Wed May 30 2012 Ryan Ware <ryan.r.ware@intel.com> c0ce78c
+- Add default Smack manifest for mtdev.spec
+
+* Fri May 18 2012 Zhang Qiang <qiang.z.zhang@intel.com> f2a90f9
+- Initial code release
+
+* Wed May 02 2012 eunmee moon <eunmee.moon@samsung.com> 4c27bdf
+- Initial empty repository
+
index c809351..b26ce43 100644 (file)
@@ -1,10 +1,3 @@
-# 
-# Do NOT Edit the Auto-generated Part!
-# Generated by: spectacle version 0.22git
-# 
-# >> macros
-# << macros
-
 Name:       mtdev
 Summary:    A library to transform all kernel MT events to protocol B (slotted)
 Version:    1.0.11
@@ -13,10 +6,7 @@ Group:      System/X Hardware Support
 License:    MIT
 URL:        http://bitmath.org/code/mtdev/
 Source0:    %{name}-%{version}.tar.gz
-Source100:  mtdev.yaml
-Source1001: packaging/mtdev.manifest 
-# >> gbp-patch-tags         # auto-added by gbp
-# << gbp-patch-tags         # auto-added by gbp
+Source1001: mtdev.manifest 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires:  autoconf
@@ -45,33 +35,19 @@ Development header files for use with mtdev
 
 
 %prep
-%setup -q -n %{name}-%{version}
-# >> gbp-apply-patches    # auto-added by gbp
-# << gbp-apply-patches    # auto-added by gbp
+%setup -q 
 
-# >> setup
-# << setup
 
 %build
 cp %{SOURCE1001} .
-# >> build pre
-# << build pre
 
-%configure --disable-static
+%configure 
 make %{?jobs:-j%jobs}
 
-# >> build post
-# << build post
 %install
-rm -rf %{buildroot}
-# >> install pre
-
-# << install pre
 %make_install
 
-# >> install post
 
-# << install post
 
 
 
@@ -85,19 +61,14 @@ rm -rf %{buildroot}
 
 %files
 %manifest mtdev.manifest
-%defattr(-,root,root,-)
-# >> files
 %{_libdir}/libmtdev.so.*
-# << files
 
 
 %files devel
 %manifest mtdev.manifest
 %defattr(-,root,root,-)
-# >> files devel
 %{_bindir}/mtdev-test
 %{_libdir}/libmtdev.so
 %{_libdir}/pkgconfig/mtdev.pc
 %{_includedir}/mtdev*.h
-# << files devel
 
diff --git a/packaging/mtdev.yaml b/packaging/mtdev.yaml
deleted file mode 100644 (file)
index 64e024c..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-Name: mtdev
-Summary: A library to transform all kernel MT events to protocol B (slotted)
-Version: 1.0.11
-Release: 1
-Group: System/X Hardware Support
-License: MIT
-URL: http://bitmath.org/code/mtdev/
-Sources:
-    - "%{name}-%{version}.tar.gz"
-Description: |
-    mtdev - The mtdev is a stand-alone library which transforms all variants of
-    kernel MT events to the slotted type B protocol. The events put into mtdev
-    may be from any MT device, specifically type A without contact tracking,
-    type A with contact tracking, or type B with contact tracking. See the
-    kernel documentation for further details. The bulk of the mtdev code has
-    been out there since 2008, as part of the Multitouch X Driver. With this
-    package, finger tracking and seamless MT protocol handling is available
-    under a free license.
-
-PkgBR:
-    - autoconf
-    - libtool
-Configure: configure
-Builder: make
-SubPackages:
-    - Name: devel
-      Summary: Development header files for use with mtdev
-      Group: Development/Libraries
-      Description: Development header files for use with mtdev