init
This commit is contained in:
parent
9a54db7f73
commit
3af74157ec
BIN
57c99395e15720e287471d79178d36a85b64d6f6.tar.gz
Normal file
BIN
57c99395e15720e287471d79178d36a85b64d6f6.tar.gz
Normal file
Binary file not shown.
54
rules_boost.spec
Normal file
54
rules_boost.spec
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
%define debug_package %{nil}
|
||||||
|
|
||||||
|
%define src_install_dir /usr/src/%{name}
|
||||||
|
# set by service set_version:
|
||||||
|
%define version_unconverted 57c99395e15720e287471d79178d36a85b64d6f6
|
||||||
|
|
||||||
|
Name: rules_boost
|
||||||
|
Version: %{version_unconverted}
|
||||||
|
Release: 1
|
||||||
|
Summary: Bazel rules for Boost integration
|
||||||
|
License: Apache-2.0
|
||||||
|
Group: Development/Tools/Building
|
||||||
|
URL: https://github.com/nelhage/rules_boost
|
||||||
|
Source: https://github.com/nelhage/rules_boost/archive/%{version_unconverted}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: bazel
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: boost-devel
|
||||||
|
BuildRequires: fdupes
|
||||||
|
|
||||||
|
%description
|
||||||
|
rules_boost provides a set of Bazel rules for integrating Boost libraries
|
||||||
|
into your projects. This package includes everything necessary to build
|
||||||
|
and use Boost with Bazel.
|
||||||
|
|
||||||
|
%package source
|
||||||
|
Summary: Source code of rules_boost
|
||||||
|
Group: Development/Sources
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description source
|
||||||
|
rules_boost provides a set of Bazel rules for integrating Boost libraries
|
||||||
|
into your projects. This package includes everything necessary to build
|
||||||
|
and use Boost with Bazel.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
mkdir -p %{buildroot}%{src_install_dir}
|
||||||
|
tar -xzf %{SOURCE0} --strip-components=1 -C %{buildroot}%{src_install_dir}
|
||||||
|
%fdupes %{buildroot}%{src_install_dir}
|
||||||
|
|
||||||
|
%files source
|
||||||
|
%license LICENSE
|
||||||
|
%doc README.md
|
||||||
|
%{src_install_dir}
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Mar 17 2025 Acccll <mail1521@163.com> - 57c99395e15720e287471d79178d36a85b64d6f6-1
|
||||||
|
- package init
|
||||||
4
rules_boost.yaml
Normal file
4
rules_boost.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: nelhage/rules_boost
|
||||||
|
tag_prefix: ^v
|
||||||
|
separator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user