package init
Signed-off-by: He Rengui <herengui@uniontech.com>
This commit is contained in:
parent
bd0f0e363e
commit
6d31d2ee27
BIN
R-rpm-macros-1.2.0.tar.gz
Normal file
BIN
R-rpm-macros-1.2.0.tar.gz
Normal file
Binary file not shown.
38
R-rpm-macros.spec
Normal file
38
R-rpm-macros.spec
Normal file
@ -0,0 +1,38 @@
|
||||
Name: R-rpm-macros
|
||||
Version: 1.2.0
|
||||
Release: 1
|
||||
Summary: Macros to help produce R packages
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/rpm-software-management/R-rpm-macros
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: R-core rpm
|
||||
|
||||
%description
|
||||
This package contains the R RPM macros, that most implementations should rely on.
|
||||
|
||||
You should not need to install this package manually as the R-devel package requires
|
||||
it. So install the R-devel package instead.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
|
||||
%install
|
||||
%make_install PREFIX=%{_prefix}
|
||||
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_rpmconfigdir}/fileattrs/R.attr
|
||||
%{_rpmconfigdir}/R-deps.R
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 06 2021 He Rengui <herengui@uniontech.com> - 1.2.0-1
|
||||
- Package init
|
||||
Loading…
x
Reference in New Issue
Block a user