automatic version update by autodist [release 0.8.0-1mamba;Tue Jul 22 2014]
This commit is contained in:
parent
7d1ff3a9ab
commit
c91eb12f1b
31
openocd.spec
31
openocd.spec
@ -1,6 +1,6 @@
|
|||||||
Name: openocd
|
Name: openocd
|
||||||
Version: 0.7.0
|
Version: 0.8.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing
|
Summary: Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -35,11 +35,13 @@ The "Open On-Chip Debugger" provides JTAG/SWD access from GDB (or directly with
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--enable-ft2232_libftdi \
|
--enable-ftdi \
|
||||||
--enable-libusb0 \
|
--enable-libusb0 \
|
||||||
--enable-stlink \
|
--enable-stlink \
|
||||||
--enable-rlink
|
--enable-rlink
|
||||||
|
|
||||||
|
# --enable-ft2232_libftdi \
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%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 %{SOURCE1} %{buildroot}%{_datadir}/openocd/scripts/board/guruplug.cfg
|
||||||
install -m0644 %{SOURCE2} %{buildroot}%{_datadir}/openocd/scripts/interface/guruplug.cfg
|
install -m0644 %{SOURCE2} %{buildroot}%{_datadir}/openocd/scripts/interface/guruplug.cfg
|
||||||
|
|
||||||
install -d -m0755 %{buildroot}/lib/udev/rules.d
|
#install -d -m0755 %{buildroot}/lib/udev/rules.d
|
||||||
mv %{buildroot}%{_datadir}/openocd/contrib/openocd.udev %{buildroot}/lib/udev/rules.d/90-openocd.rules
|
#mv %{buildroot}%{_datadir}/openocd/contrib/openocd.udev %{buildroot}/lib/udev/rules.d/90-openocd.rules
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -70,21 +72,26 @@ exit 0
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/openocd
|
%{_bindir}/openocd
|
||||||
%{_libdir}/libopenocd.a
|
#%{_libdir}/libopenocd.a
|
||||||
%{_libdir}/libopenocd.la
|
#%{_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
|
|
||||||
%dir %{_datadir}/openocd
|
%dir %{_datadir}/openocd
|
||||||
%dir %{_datadir}/openocd/contrib
|
%dir %{_datadir}/openocd/contrib
|
||||||
%{_datadir}/openocd/contrib/*
|
%{_datadir}/openocd/contrib/*
|
||||||
%dir %{_datadir}/openocd/scripts
|
%dir %{_datadir}/openocd/scripts
|
||||||
%{_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
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 22 2014 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Aug 16 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-2mamba
|
* Fri Aug 16 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-2mamba
|
||||||
- configured with --enable-stlink and --enable-rlink
|
- configured with --enable-stlink and --enable-rlink
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user