[ino/f20] Fixed spec file to keep lib subdirs in the templates, fixes #995489

Alberto Ruiz aruiz at fedoraproject.org
Thu Aug 29 10:46:34 UTC 2013


commit 1ab4e6f501f507e4be48894b20c0b32abcd49b76
Author: Alberto Ruiz <aruiz at redhat.com>
Date:   Thu Aug 29 12:46:18 2013 +0200

    Fixed spec file to keep lib subdirs in the templates, fixes #995489

 ino.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ino.spec b/ino.spec
index c2703b9..27a684c 100644
--- a/ino.spec
+++ b/ino.spec
@@ -1,6 +1,6 @@
 Name:           ino
 Version:        0.3.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Command line toolkit for working with Arduino hardware
 # See README.rst
 License:        MIT
@@ -32,7 +32,6 @@ automatically and you'll never see them if you don't want to.
 %prep
 %setup -q
 sed -i 's|/usr/bin/env python|/usr/bin/python|' ino/runner.py
-rm -f ino/templates/*/lib/.holder
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" python setup.py build
@@ -40,6 +39,7 @@ CFLAGS="$RPM_OPT_FLAGS" python setup.py build
 %install
 python setup.py install -O1 --skip-build --root %{buildroot}
 chmod +x %{buildroot}%{python_sitelib}/%{name}/runner.py
+rm -f %{buildroot}%{python_sitelib}/%{name}/templates/*/lib/.holder
 
 %files
 %doc README.rst MIT-LICENSE.txt
@@ -47,6 +47,9 @@ chmod +x %{buildroot}%{python_sitelib}/%{name}/runner.py
 %{python_sitelib}/%{name}*
 
 %changelog
+* Thu Aug 29 2013 Alberto Ruiz <aruiz at redhat.com> - 0.3.5-4
+- Fixed spec file to keep lib subdirs in the templates, fixes #995489
+
 * Wed Aug 28 2013 Alberto Ruiz <aruiz at gnome.org> - 0.3.5-3
 - Added picocom as a dependency, fixes #985908
 
@@ -60,3 +63,4 @@ chmod +x %{buildroot}%{python_sitelib}/%{name}/runner.py
 
 * Sun Jan 27 2013 Miro HronĨok <mhroncok at redhat.com> - 0.3.4-1
 - Started
+


More information about the scm-commits mailing list