From 669ceb577d51dfe127d047ad6dc89eaf9ee8e7cd Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:50:59 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.10-3mamba;Wed Jul 31 2013] --- README.md | 3 +++ urjtag.spec | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 urjtag.spec diff --git a/README.md b/README.md index 87940f0..8952aee 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # urjtag +JTAG Tools is a software package which enables working with JTAG-aware (IEEE 1149.1) hardware devices (parts) and boards through JTAG adapter. +This package has open and modular architecture with ability to write miscellaneous extensions (like board testers, flash memory programmers, and so on). + diff --git a/urjtag.spec b/urjtag.spec new file mode 100644 index 0000000..a378b69 --- /dev/null +++ b/urjtag.spec @@ -0,0 +1,66 @@ +Name: urjtag +Version: 0.10 +Release: 3mamba +Summary: A software which enables working with JTAG-aware hardware devices and boards through JTAG adapter +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Tiziana Ferro +URL: http://urjtag.org/ +Source: http://downloads.sourceforge.net/sourceforge/urjtag/urjtag-%{version}.tar.bz2 +#Patch0: jtag-0.6-cvs-20051228-gcc4.patch +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libncurses-devel +BuildRequires: libreadline-devel +## AUTOBUILDREQ-END +BuildRequires: openwince-devel +Obsoletes: jtag +Provides: jtag + +%description +JTAG Tools is a software package which enables working with JTAG-aware (IEEE 1149.1) hardware devices (parts) and boards through JTAG adapter. +This package has open and modular architecture with ability to write miscellaneous extensions (like board testers, flash memory programmers, and so on). + +%prep +%setup -q -n urjtag-%{version} +#% patch0 -p1 + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/jtag +%{_bindir}/bsdl2jtag +%dir %{_datadir}/urjtag +%{_datadir}/urjtag/* +%{_mandir}/man?/* +%doc AUTHORS COPYING ChangeLog NEWS README THANKS + +%changelog +* Wed Jul 31 2013 Automatic Build System 0.10-3mamba +- automatic rebuild by autodist + +* Sun Jul 19 2009 Silvan Calarco 0.10-2mamba +- provide jtag, not urjtag for obsoletion + +* Mon Jul 13 2009 Tiziana Ferro 0.10-1mamba +- update to 0.10 +- removed old patch +- added some buildrequirements + +* Wed Aug 23 2006 Silvan Calarco 0.5.1-1qilnx +- package created by autospec