[arduino/f17] own /etc/arudino and /usr/share/arduino (bug 911931)

T.C. Hollingsworth patches at fedoraproject.org
Sat Feb 16 22:06:51 UTC 2013


commit 923fc5a096216ff4b3dabf412dc95e4e229ac2b4
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Feb 16 15:06:03 2013 -0700

    own /etc/arudino and /usr/share/arduino (bug 911931)

 arduino.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/arduino.spec b/arduino.spec
index 418611f..f42259b 100644
--- a/arduino.spec
+++ b/arduino.spec
@@ -1,7 +1,7 @@
 Name:		arduino
 Epoch:		1
 Version:	1.0.1
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	An IDE for Arduino-compatible electronics prototyping platforms
 Group:		Development/Tools
 License:	GPLv2+ and LGPLv2+ and CC-BY-SA
@@ -183,9 +183,11 @@ rm -rf $RPM_BUILD_ROOT
 %files -n %{name}-core
 %defattr(-,root,root,-)
 %doc license.txt readme.txt todo.txt
+%dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/boards.txt
 %config(noreplace) %{_sysconfdir}/%{name}/programmers.txt
 %config(noreplace) %{_sysconfdir}/%{name}/preferences.txt
+%dir %{_datadir}/%{name}
 %{_datadir}/%{name}/examples/
 %{_datadir}/%{name}/hardware/
 %{_datadir}/%{name}/libraries/
@@ -199,6 +201,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Feb 16 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1:1.0.1-4
+- own /etc/arudino and /usr/share/arduino (bug 911931)
+
 * 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)
 


More information about the scm-commits mailing list