package created by autospec [release 1.0-1mamba;Mon Dec 23 2024]
This commit is contained in:
parent
123ed0a191
commit
03011f365a
40
openmamba-rpm-config.spec
Normal file
40
openmamba-rpm-config.spec
Normal file
@ -0,0 +1,40 @@
|
||||
Name: openmamba-rpm-config
|
||||
Version: 1.0
|
||||
Release: 1mamba
|
||||
Summary: RPM configuration for openmamba
|
||||
Group: System/Management
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://src.openmamba.org/openmamba/openmamba-rpm-config
|
||||
Source: https://src.openmamba.org/openmamba/openmamba-rpm-config.git/v%{version}/openmamba-rpm-config-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
RPM configuration for openmamba.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_prefix}/lib/rpm/openmamba
|
||||
%{_prefix}/lib/rpm/openmamba/macros
|
||||
%{_prefix}/lib/rpm/openmamba/rpmrc
|
||||
%{_prefix}/lib/rpm/openmamba/brp-strip-lto
|
||||
|
||||
%changelog
|
||||
* Mon Dec 23 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user