init
This commit is contained in:
parent
5dd21c3e2a
commit
e3a121a5a8
BIN
022b8daf2bb4836ac7a50e4a1d8ea056a3e1e403.zip
Normal file
BIN
022b8daf2bb4836ac7a50e4a1d8ea056a3e1e403.zip
Normal file
Binary file not shown.
41
rules_perl.spec
Normal file
41
rules_perl.spec
Normal file
@ -0,0 +1,41 @@
|
||||
%define debug_package %{nil}
|
||||
%define src_install_dir /usr/src/%{name}
|
||||
|
||||
Name: rules_perl
|
||||
Version: 022b8daf2bb4836ac7a50e4a1d8ea056a3e1e403
|
||||
Release: 1
|
||||
Summary: perl rules for Bazel
|
||||
License: Apache-2.0
|
||||
Url: https://github.com/bazel-contrib/rules_perl
|
||||
Source0: https://github.com/bazel-contrib/rules_perl/archive/%{version}.zip
|
||||
BuildRequires: fdupes
|
||||
|
||||
%description
|
||||
Bazel rules for packaging and distributing software written in perl.
|
||||
|
||||
%package source
|
||||
Summary: Source code of bazel-rules-perl
|
||||
Group: Development/Sources
|
||||
BuildArch: noarch
|
||||
|
||||
%description source
|
||||
Bazel rules for packaging and distributing software written in perl.
|
||||
This package contains source code of bazel-rules-perl.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{src_install_dir}
|
||||
cp -R * %{buildroot}%{src_install_dir}
|
||||
%fdupes %{buildroot}%{src_install_dir}
|
||||
|
||||
%files source
|
||||
%doc README.md
|
||||
%{src_install_dir}
|
||||
|
||||
%changelog
|
||||
* Tue Mar 18 2025 Acccll <mail1521@163.com> - 022b8daf2bb4836ac7a50e4a1d8ea056a3e1e403-1
|
||||
- package init
|
||||
4
rules_perl.yaml
Normal file
4
rules_perl.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: bazel-contrib/rules_perl
|
||||
tag_prefix: ^v
|
||||
separator: .
|
||||
Loading…
x
Reference in New Issue
Block a user