[android-tools: 10/15] - Change upstream git repo URL - Update to upstream git commit 4a25390 - Added more udev devices

Ivan Afonichev van at fedoraproject.org
Sun Nov 27 20:08:24 UTC 2011


commit 9e0670ea983f4edcc3dc640fc12e92d6d1ecce03
Author: Ivan Afonichev <ivan.afonichev at gmail.com>
Date:   Wed Nov 16 00:21:55 2011 +0400

    - Change upstream git repo URL
    - Update to upstream git commit 4a25390
    - Added more udev devices

 51-android.rules   |   14 ++++++++++++++
 android-tools.spec |   18 ++++++++++++++----
 sources            |    2 +-
 3 files changed, 29 insertions(+), 5 deletions(-)
---
diff --git a/51-android.rules b/51-android.rules
index 9022fec..054977a 100644
--- a/51-android.rules
+++ b/51-android.rules
@@ -102,3 +102,17 @@ SUBSYSTEM=="usb", ATTR{idVendor}=="17ef", MODE="0666"
 
 # Vizio
 SUBSYSTEM=="usb", ATTR{idVendor}=="e040", MODE="0666"
+
+# K-Touch
+SUBSYSTEM=="usb", ATTR{idVendor}=="24e3", MODE="0666"
+
+# Pegatron
+SUBSYSTEM=="usb", ATTR{idVendor}=="1d4d", MODE="0666"
+
+# Archos
+SUBSYSTEM=="usb", ATTR{idVendor}=="0e79", MODE="0666"
+
+# Positivo
+SUBSYSTEM=="usb", ATTR{idVendor}=="1662", MODE="0666"
+
+
diff --git a/android-tools.spec b/android-tools.spec
index f36da13..367d9f5 100644
--- a/android-tools.spec
+++ b/android-tools.spec
@@ -1,16 +1,21 @@
-%global date 20110816
-%global git_commit 80d508f
+%global date 20111115
+%global git_commit 4a25390
 %global packdname core-%{git_commit}
 
 Name:          android-tools
 Version:       %{date}.%{git_commit}
-Release:       3%{?dist}
+Release:       1%{?dist}
 Summary:       Android platform tools (adb, fastboot, etc.)
 
 Group:         Applications/System
 License:       ASL 2.0 and BSD
 URL:           http://www.android.com/
-Source0:       http://android.git.kernel.org/?p=platform/system/core.git;a=snapshot;h=%{git_commit};sf=tgz;/%{packdname}.tar.gz
+
+#  using git archive since upstream hasn't created tarballs. 
+#  git archive --format=tar --prefix=%{packdname}/ %{git_commit}  | xz  > %{packdname}.tar.xz
+#  https://android.googlesource.com/platform/system/core.git
+
+Source0:       %{packdname}.tar.xz
 Source1:       core-Makefile
 Source2:       adb-Makefile
 Source3:       fastboot-Makefile
@@ -63,6 +68,11 @@ make install DESTDIR=$RPM_BUILD_ROOT BINDIR=%{_bindir}
 
 
 %changelog
+* Tue Nov 15 2011 Ivan Afonichev <ivan.afonichev at gmail.com> - 20111115.4a25390-1
+- Change upstream git repo URL
+- Update to upstream git commit 4a25390
+- Added more udev devices
+
 * Mon Oct 17 2011 Ivan Afonichev <ivan.afonichev at gmail.com> - 20110816.80d508f-3
 - Update udev rules (s/SYSFS/ATTR/g) 
 
diff --git a/sources b/sources
index 6b354f8..8a24ede 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6ead498292fe9779c971b84c7b84098  core-80d508f.tar.gz
+d645a77cd8d6d4098cb923b534770d27  core-4a25390.tar.xz


More information about the scm-commits mailing list