rpm spec file: Include ftdi_eeprom/example.conf v1.3rc1
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 25 Apr 2016 17:00:02 +0000 (19:00 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 25 Apr 2016 17:15:09 +0000 (19:15 +0200)
Moved the config file to the right directory, too.

Also update the expected final release month in the ChangeLog.

ChangeLog
libftdi1.spec.in

index 0315662..cad21ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-New in 1.3 - 2016-04-xx
+New in 1.3 - 2016-05-xx
 -----------------------
 * Added ftdi_usb_get_strings2() to prevent automatic device close (Fahrzin Hemmati)
 * Added ftdi_transfer_data_cancel() for cancellation of a submitted transfer,
index e5c45b1..4717a84 100644 (file)
@@ -67,6 +67,11 @@ 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 \{\} \;
 
+# move documentation to version specific directory
+# Is there an easy way in cmake to set the DOCDIR?
+mkdir -p $RPM_BUILD_ROOT%{prefix}/share/doc/%{name}-%{version}
+mv $RPM_BUILD_ROOT%{prefix}/share/doc/%{name}/* $RPM_BUILD_ROOT%{prefix}/share/doc/%{name}-%{version}
+
 %clean
 rm -fr $RPM_BUILD_ROOT