rpm spec file: Include ftdi_eeprom/example.conf
[libftdi] / libftdi1.spec.in
index 881b0c4..4717a84 100644 (file)
@@ -24,7 +24,7 @@ Requires:  libftdi1 = %{version}, libusb1-devel
 Summary: Python bindings for libftdi
 License: LGPL
 Group: Development/Libraries
-Requires: %{name}-libs = %{version}-%{release}
+Requires: %{name} = %{version}-%{release}
 
 %description 
 Library to program and control the FTDI USB controller
@@ -64,6 +64,14 @@ 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 \{\} \;
+
+# 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
 
@@ -75,14 +83,16 @@ rm -fr $RPM_BUILD_ROOT
 
 %files devel
 %defattr(-,root,root)
-%doc doc/html doc/man
+%doc build/doc/html build/doc/man
 %{_bindir}/ftdi_eeprom
 %{_bindir}/libftdi1-config
 %{prefix}/include/libftdi1/*.h
 %{prefix}/include/libftdi1/*.hpp
+%{prefix}/share/libftdi/examples/*
 %{_libdir}/libftdi1*.*a
 %{_libdir}/libftdipp1*.*a
 %{_libdir}/pkgconfig/*.pc
+%{_libdir}/cmake/libftdi1/*
 
 %files python
 %defattr(-,root,root,-)