Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:nkrapp
framework_tool
framework_tool.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File framework_tool.spec of Package framework_tool
# # spec file for package framework_tool # # Copyright (c) 2024 SUSE LLC # # 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 reponame framework-system Name: framework_tool Version: 0.1.0 Release: 0 Summary: Rust tools to interact with the Framework Computer systems License: MIT URL: https://github.com/FrameworkComputer/framework-system Source0: https://github.com/FrameworkComputer/framework-system/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: vendor.tar.zst BuildRequires: cargo-packaging BuildRequires: pkg-config BuildRequires: systemd-devel ExclusiveArch: x86_64 %description Rust tools to interact with the Framework Computer systems %prep %autosetup -p1 -a1 -n %{reponame}-%{version} %build %cargo_build %install install -D -d -m 0755 %{buildroot}%{_bindir} install -m 0755 %{_builddir}/%{reponame}-%{version}/target/release/%{name} %{buildroot}%{_bindir}/%{name} %check %cargo_test %files %license LICENSE.md %doc README.md support-matrices.md %{_bindir}/%{name} %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