libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.0-50-g412db1a

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Mon, 27 Jan 2014 09:26:54 +0100 (CET)
The branch, master has been updated
       via  412db1a76a11f957c4c8d4f5a3347c9226f42d51 (commit)
      from  18f00de06d3f44a70a464cda591bd06c77b00ec8 (commit)


- Log -----------------------------------------------------------------
commit 412db1a76a11f957c4c8d4f5a3347c9226f42d51
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Mon Jan 27 09:26:49 2014 +0100

    Fix up rpm packaging of the python examples

-----------------------------------------------------------------------

Summary of changes:
 libftdi1.spec.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/libftdi1.spec.in b/libftdi1.spec.in
index f4063e5..e5c45b1 100644
--- a/libftdi1.spec.in
+++ b/libftdi1.spec.in
@@ -64,6 +64,9 @@ rm -f $RPM_BUILD_ROOT/usr/bin/find_all_pp
 rm -f $RPM_BUILD_ROOT/usr/bin/serial_test
 rm -f $RPM_BUILD_ROOT/usr/bin/baud_test
 
+# Clean python compiled files in examples dir
+find $RPM_BUILD_ROOT%{prefix}/share/libftdi/examples -name "*.pyc" -or -name 
"*.pyo" -exec rm -f \{\} \;
+
 %clean
 rm -fr $RPM_BUILD_ROOT
 
@@ -80,6 +83,7 @@ rm -fr $RPM_BUILD_ROOT
 %{_bindir}/libftdi1-config
 %{prefix}/include/libftdi1/*.h
 %{prefix}/include/libftdi1/*.hpp
+%{prefix}/share/libftdi/examples/*
 %{_libdir}/libftdi1*.*a
 %{_libdir}/libftdipp1*.*a
 %{_libdir}/pkgconfig/*.pc


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v1.0-50-g412db1a, libftdi-git <=