|
|
|
@ -10,7 +10,7 @@ Source0: http://www.intra2net.com/en/developer/%{name}/download/%{name}1-%{versi
|
|
|
|
|
|
|
|
|
|
BuildRequires: boost-devel
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
#BuildRequires: doxygen
|
|
|
|
|
BuildRequires: libconfuse-devel
|
|
|
|
|
BuildRequires: libusbx-devel
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
@ -117,8 +117,8 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name "*.a" -delete
|
|
|
|
|
|
|
|
|
|
#no man install
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
|
|
|
|
|
install -p -m 644 build-py3/doc/man/man3/*.3 $RPM_BUILD_ROOT%{_mandir}/man3
|
|
|
|
|
#mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
|
|
|
|
|
#install -p -m 644 build-py3/doc/man/man3/*.3 $RPM_BUILD_ROOT%{_mandir}/man3
|
|
|
|
|
|
|
|
|
|
# Cleanup examples
|
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_bindir}/simple
|
|
|
|
@ -147,14 +147,14 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/libftdi1/example.conf
|
|
|
|
|
/lib/udev/rules.d/69-libftdi.rules
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%doc build-py3/doc/html
|
|
|
|
|
#doc build-py3/doc/html
|
|
|
|
|
%doc %{_datadir}/libftdi/examples
|
|
|
|
|
%{_bindir}/ftdi_eeprom
|
|
|
|
|
%{_bindir}/libftdi1-config
|
|
|
|
|
%{_libdir}/libftdi1.so
|
|
|
|
|
%{_includedir}/libftdi1
|
|
|
|
|
%{_libdir}/pkgconfig/libftdi1.pc
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
#{_mandir}/man3/*
|
|
|
|
|
# Don't include byte-compiled files for python scripts.
|
|
|
|
|
%exclude %{_datadir}/libftdi/examples/*.pyc
|
|
|
|
|
%exclude %{_datadir}/libftdi/examples/*.pyo
|
|
|
|
@ -182,6 +182,7 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/libftdi1/example.conf
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3-12
|
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
- Temporarily disable doxygen docs to workaround FTBFS
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|