From c91eb12f1b5aae904bd3c1950fcfd666e6079c19 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:15:27 +0100 Subject: [PATCH] automatic version update by autodist [release 0.8.0-1mamba;Tue Jul 22 2014] --- openocd.spec | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/openocd.spec b/openocd.spec index a637775..144f917 100644 --- a/openocd.spec +++ b/openocd.spec @@ -1,6 +1,6 @@ Name: openocd -Version: 0.7.0 -Release: 2mamba +Version: 0.8.0 +Release: 1mamba Summary: Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing Group: System/Kernel and Hardware Vendor: openmamba @@ -35,11 +35,13 @@ The "Open On-Chip Debugger" provides JTAG/SWD access from GDB (or directly with %build %configure \ - --enable-ft2232_libftdi \ + --enable-ftdi \ --enable-libusb0 \ --enable-stlink \ --enable-rlink +# --enable-ft2232_libftdi \ + %make %install @@ -49,8 +51,8 @@ The "Open On-Chip Debugger" provides JTAG/SWD access from GDB (or directly with install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/openocd/scripts/board/guruplug.cfg install -m0644 %{SOURCE2} %{buildroot}%{_datadir}/openocd/scripts/interface/guruplug.cfg -install -d -m0755 %{buildroot}/lib/udev/rules.d -mv %{buildroot}%{_datadir}/openocd/contrib/openocd.udev %{buildroot}/lib/udev/rules.d/90-openocd.rules +#install -d -m0755 %{buildroot}/lib/udev/rules.d +#mv %{buildroot}%{_datadir}/openocd/contrib/openocd.udev %{buildroot}/lib/udev/rules.d/90-openocd.rules %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -70,21 +72,26 @@ exit 0 %files %defattr(-,root,root) %{_bindir}/openocd -%{_libdir}/libopenocd.a -%{_libdir}/libopenocd.la -/lib/udev/rules.d/90-openocd.rules -%{_infodir}/openocd.info-1.gz -%{_infodir}/openocd.info-2.gz -%{_infodir}/openocd.info.gz -%{_mandir}/man1/openocd.1.gz +#%{_libdir}/libopenocd.a +#%{_libdir}/libopenocd.la %dir %{_datadir}/openocd %dir %{_datadir}/openocd/contrib %{_datadir}/openocd/contrib/* %dir %{_datadir}/openocd/scripts %{_datadir}/openocd/scripts/* +%dir %{_datadir}/openocd/OpenULINK +%{_datadir}/openocd/OpenULINK/ulink_firmware.hex +#/lib/udev/rules.d/90-openocd.rules +%{_infodir}/openocd.info-1* +%{_infodir}/openocd.info-2* +%{_infodir}/openocd.info* +%{_mandir}/man1/openocd.1* %doc AUTHORS COPYING %changelog +* Tue Jul 22 2014 Automatic Build System 0.8.0-1mamba +- automatic version update by autodist + * Fri Aug 16 2013 Silvan Calarco 0.7.0-2mamba - configured with --enable-stlink and --enable-rlink