Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
vusb-analyzer
vusb-analyzer.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vusb-analyzer.spec of Package vusb-analyzer
# # spec file for package vusb-analyzer # # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # 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 http://bugs.opensuse.org/ # %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %if 0%{?suse_version} >= 1120 %define py_inst_dir %{python_sitelib} %else %define py_inst_dir %{python_sitearch} %endif Name: vusb-analyzer Version: 1.1 Release: 0 Summary: A tool for viewing USB trace files from usbmon and other usb dump formats License: MIT Group: Development/Tools/Other Url: http://vusb-analyzer.sourceforge.net Source: http://downloads.sourceforge.net/vusb-analyzer/%{name}-%{version}.tar.gz BuildRequires: python-gtk Requires: python-gtk BuildRoot: %{_tmppath}/%{name}-%{version}-build %py_requires %if 0%{?suse_version} >= 1120 BuildArch: noarch %endif %description The Virtual USB Analyzer is a free and open source tool for visualizing logs of USB packets, from hardware or software USB sniffer tools. The Virtual USB Analyzer is not itself a USB sniffer tool. It is just a user interface for visualizing logs. %prep %setup -q -c %{name}-%{version} %build %install cd vusb-analyzer-1.1 install -d %{buildroot}/%{_bindir} install -m 0755 "vusb-analyzer" %{buildroot}/%{_bindir} install -d %{buildroot}/%{py_inst_dir} cp -a VUsbTools %{buildroot}/%{py_inst_dir} %files %defattr(-,root,root) %{_bindir}/vusb-analyzer %{py_inst_dir}/VUsbTools %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