[arduino/f17] ino needs to know the arduino version (bug 905681)

T.C. Hollingsworth patches at fedoraproject.org
Mon Feb 4 12:23:51 UTC 2013


commit 54ad84725c6d8a73d96b2a7ee93a83f73477a353
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Mon Feb 4 05:23:13 2013 -0700

    ino needs to know the arduino version (bug 905681)

 arduino.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/arduino.spec b/arduino.spec
index fce3033..418611f 100644
--- a/arduino.spec
+++ b/arduino.spec
@@ -1,7 +1,7 @@
 Name:		arduino
 Epoch:		1
 Version:	1.0.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	An IDE for Arduino-compatible electronics prototyping platforms
 Group:		Development/Tools
 License:	GPLv2+ and LGPLv2+ and CC-BY-SA
@@ -170,7 +170,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_bindir}/*
 %{_datadir}/%{name}/*.jar
-%{_datadir}/%{name}/lib/
+%{_datadir}/%{name}/lib/*
+%exclude %{_datadir}/%{name}/lib/version.txt
 %{_datadir}/applications/*
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/polkit-1/actions/cc.arduino.add-groups.policy
@@ -188,6 +189,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/examples/
 %{_datadir}/%{name}/hardware/
 %{_datadir}/%{name}/libraries/
+%dir %{_datadir}/%{name}/lib
+%{_datadir}/%{name}/lib/version.txt
 
 
 %files -n %{name}-doc
@@ -196,6 +199,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Feb 04 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1:1.0.1-3
+- ino needs to know the arduino version (bug 905681)
+
 * Fri Feb 01 2013 T.C. Hollingsworth <tchollingsworth at gmail.com>
 - define __AVR_LIBC_DEPRECATED_ENABLE__ (bug 891556)
 


More information about the scm-commits mailing list