[tegrarcm] Import the appropriate revision

Nicolas Chauvet kwizart at fedoraproject.org
Wed May 1 12:02:46 UTC 2013


commit 372ed1d9941bea96141c10e18c05704fd8220285
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Wed May 1 14:02:29 2013 +0200

    Import the appropriate revision

 sources       |    2 +-
 tegrarcm.spec |   14 +++++++++++---
 2 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/sources b/sources
index cce3596..bc56181 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-600d7cd2e31dde851797b406e897ccc7  tegrarcm-1.2.tar.xz
+1896a7f292cc11ffe8295d6ac841d368  tegrarcm-1.2.tar.xz
diff --git a/tegrarcm.spec b/tegrarcm.spec
index 2371c29..c7cbb08 100644
--- a/tegrarcm.spec
+++ b/tegrarcm.spec
@@ -3,11 +3,20 @@ Version:        1.2
 Release:        1%{?dist}
 Summary:        Send code to a Tegra device in recovery mode
 
+# Most of the code here is BSD, except for the firmware in
+# tegra20-miniloader.h and tegra30-miniloader.h, which is under
+# specific licensing that is acceptable under the Fedora Binary
+# Firmware Exception:
+# https://fedoraproject.org/wiki/Licensing#Binary_Firmware
+# See "LICENSE" for details.
 License:        BSD and and Redistributable, no modification permitted
 URL:            http://nv-tegra.nvidia.com/gitweb/?p=tools/tegrarcm.git;a=summary
+#git clone git://nv-tegra.nvidia.com/tools/tegrarcm.git
+#./autogen.sh && configure && make dist-xz
 Source0:        tegrarcm-%{version}.tar.xz
 
-BuildRequires:  libusb-devel
+BuildRequires:  pkgconfig(libusb-1.0)
+BuildRequires:  pkgconfig(cryptopp)
 
 
 %description
@@ -31,12 +40,11 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 %make_install
 
 
 %files
-%doc README
+%doc README LICENSE
 %{_bindir}/tegrarcm
 %{_mandir}/man1/tegrarcm.1.*
 


More information about the scm-commits mailing list