[flterm] Build on ARM, cleanup spec

Peter Robinson pbrobinson at fedoraproject.org
Fri Jun 6 19:32:07 UTC 2014


commit f99ff413a5858e2ab04b908628ea0616fd16c8ea
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Jun 6 20:32:09 2014 +0100

    Build on ARM, cleanup spec

 flterm.spec |   16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)
---
diff --git a/flterm.spec b/flterm.spec
index 60bd63f..fd3304e 100644
--- a/flterm.spec
+++ b/flterm.spec
@@ -1,16 +1,15 @@
 Name:           flterm
 Version:        1.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Firmware download program
-
 Group:          Applications/Engineering
 License:        GPLv3
 URL:            http://milkymist.org
+
 Source0:        https://github.com/milkymist/milkymist/archive/milkymist-Release_%{version}.tar.gz
 Patch0:         flterm-1.2-use-rpm-opt-flags-debug-empty.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  clang
-ExcludeArch:    s390 s390x sparcv9 armv7hl
+ExcludeArch:    s390 s390x sparcv9
 
 %description
 %{name} is a serial terminal, and firmware download program.
@@ -25,20 +24,17 @@ make CC=gcc flterm
 
 
 %install
-rm -rf %{buildroot}
 install -d %{buildroot}%{_bindir}
 install -p tools/flterm %{buildroot}%{_bindir}/
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root,-)
 %{_bindir}/%{name}
 
 %changelog
+* Fri Jun  6 2014 Peter Robinson <pbrobinson at fedoraproject.org> 1.2-4
+- Build on ARM, cleanup spec
+
 * Tue Sep 10 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 1.2-3
 - ExcludeArch arm
 - Use make CC=gcc (bz #965697)


More information about the scm-commits mailing list