astream/astream.spec
2022-09-05 15:35:13 +08:00

38 lines
882 B
RPMSpec

Name: astream
Version: v1.0
Release: 2
Summary: an automatic multi-stream implementation tool for openEuler
License: MulanPSL-2.0
URL: https://gitee.com/openeuler/astream
Source0: %{name}-%{version}.tar.gz
Patch0: 0001-add-g-option-to-compile-the-code.patch
%description
astream is an automatic multi-stream implementation tool for openEuler
%prep
%autosetup -n %{name}-%{version} -p1
%build
cd src
make
%install
mkdir -p %{buildroot}/%{_bindir}
cp src/astream %{buildroot}/%{_bindir}
%files
%attr(0500, -, -) %{_bindir}/astream
%license LICENSE
%doc README.md
%changelog
* Mon Sep 5 2022 hongrongxuan <hongrongxuan@huawei.com> - v1.0-2
- add -g option to compiler the code
* Mon Aug 29 2022 hongrongxuan <hongrongxuan@huawei.com> - v1.0-1
- Type:Init
- ID:NA
- SUG:NA
- DESC:Automatic multi-stream implementation tool