init the package
This commit is contained in:
parent
33dd3c30b1
commit
34891a4607
BIN
obs-service-rust2rpm-1.tar.gz
Normal file
BIN
obs-service-rust2rpm-1.tar.gz
Normal file
Binary file not shown.
33
obs-service-rust2rpm.spec
Normal file
33
obs-service-rust2rpm.spec
Normal file
@ -0,0 +1,33 @@
|
||||
Name: obs-service-rust2rpm
|
||||
Version: 1
|
||||
Release: 3
|
||||
Summary: An OBS service tool
|
||||
License: MIT
|
||||
URL: https://pagure.io/fedora-rust/obs-service-rust2rpm
|
||||
Source0: https://releases.pagure.org/fedora-rust/%{name}/%{name}-%{version}.tar.gz
|
||||
Requires: rust2rpm >= 9
|
||||
BuildRequires: rust-srpm-macros >= 9
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
An OBS service tool.You can quickly install it and use it to
|
||||
generate RPM packaging.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc CONTRIBUTING.md README.md
|
||||
%dir %{_prefix}/lib/obs
|
||||
%dir %{_prefix}/lib/obs/service
|
||||
%{_prefix}/lib/obs/service/rust2rpm*
|
||||
%dir %{_localstatedir}/cache/obs
|
||||
%dir %{_localstatedir}/cache/obs/rust2rpm
|
||||
|
||||
%changelog
|
||||
* Thu Mar 5 2020 openEuler Buildteam <buildteam@openeuler.org> - 1-3
|
||||
- DESC:init package
|
||||
Loading…
x
Reference in New Issue
Block a user