Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
hardware
urjtag
urjtag.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File urjtag.spec of Package urjtag
# # spec file for urjtag # # Copyright (c) 2024, Martin Hauke <mardnh@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define sover 0 %define libname lib%{name}%{sover} Name: urjtag Version: 2021.03 Release: 0 Summary: A tool for communicating over JTAG with flash chips and CPUs License: GPL-2.0-or-later Group: Development/Tools/Debuggers URL: http://urjtag.org #Git-Clone: git://git.code.sf.net/p/urjtag/git Source: http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python3-devel BuildRequires: pkgconfig(libusb-1.0) %description UrJTAG is an tool for communicating over JTAG with flash chips, CPUs, and many more. %package data Summary: Hardware Scripts for UrJTAG Group: Development/Tools/Debuggers Requires: %{name} = %{version} BuildArch: noarch %description data UrJTAG is an tool for communicating over JTAG with flash chips, CPUs, and many more. This package provides hardware description files and documentation. %package -n %{libname} Summary: Library for UrJTAG Group: System/Libraries # Fixup earlier misnaming state (libjurjtag0 containing liburjtag.so.0) Obsoletes: libjurjtag0 < %version-%release Provides: libjurjtag0 = %version-%release %description -n %{libname} UrJTAG is an tool for communicating over JTAG with flash chips, CPUs, and many more. This subpackage contains the shared library files for UrJTAG. %package devel Summary: Development files for UrJTAG Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} %description devel Libraries and header files for developing applications that want to make use of UrJAG. %package doc Summary: UrJTAG documentation Group: Documentation/Other BuildArch: noarch %description doc This package contains documentation files for UrJTAG. %lang_package %prep %autosetup -p1 sed -i 's/\r$//' doc/README.ejtag %build %configure \ --enable-jedec-exp \ --enable-stapl \ --enable-bsdl \ --enable-svf \ --enable-python %make_build %install %make_install %fdupes %{buildroot}%{_datadir}/%{name} %find_lang %{name} %{?no_lang_C} %ldconfig_scriptlets -n %{libname} %files %license COPYING %{_bindir}/bsdl2jtag %{_bindir}/jtag %{_mandir}/man1/bsdl2jtag.1%{?ext_man} %{_mandir}/man1/jtag.1%{?ext_man} %{python3_sitearch}/%{name}* %files data %{_datadir}/%{name} %files -n %{libname} %{_libdir}/lib%{name}.so.%{sover}* %files devel %{_includedir}/%{name} %exclude %{_libdir}/lib%{name}.a %{_libdir}/lib%{name}.la %{_libdir}/lib%{name}.so %{_libdir}/pkgconfig/%{name}.pc %files doc %doc ChangeLog README %doc doc/howto_add_support_for_more_flash.txt %doc doc/README.ejtag doc/README.pld doc/README.stapl %doc doc/UrJTAG.txt %files lang -f %{name}.lang %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor