From 12a3d8c11cdc83e30fd04c8a5ed52178da871444 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 28 Jun 2012 10:20:21 +0100 Subject: [PATCH] Cleanup spec file and remove obsolete yaml files Change-Id: Id156804d736efca51d2e3869775790a7240ea321 --- packaging/mtdev.changes | 12 ++++++++++++ packaging/mtdev.spec | 35 +++-------------------------------- packaging/mtdev.yaml | 29 ----------------------------- 3 files changed, 15 insertions(+), 61 deletions(-) create mode 100644 packaging/mtdev.changes delete mode 100644 packaging/mtdev.yaml diff --git a/packaging/mtdev.changes b/packaging/mtdev.changes new file mode 100644 index 0000000..82de377 --- /dev/null +++ b/packaging/mtdev.changes @@ -0,0 +1,12 @@ +* Thu Jun 28 2012 Anas Nashif 4912611 +- Cleanup spec file and remove obsolete yaml files + +* Wed May 30 2012 Ryan Ware c0ce78c +- Add default Smack manifest for mtdev.spec + +* Fri May 18 2012 Zhang Qiang f2a90f9 +- Initial code release + +* Wed May 02 2012 eunmee moon 4c27bdf +- Initial empty repository + diff --git a/packaging/mtdev.spec b/packaging/mtdev.spec index c809351..b26ce43 100644 --- a/packaging/mtdev.spec +++ b/packaging/mtdev.spec @@ -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 index 64e024c..0000000 --- a/packaging/mtdev.yaml +++ /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 -- 2.7.4