package created by autospec [release 1.0-1mamba;Mon Dec 23 2024]

This commit is contained in:
Silvan Calarco 2024-12-24 08:45:31 +01:00
parent 123ed0a191
commit 03011f365a
2 changed files with 42 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# openmamba-rpm-config
RPM configuration for openmamba.

40
openmamba-rpm-config.spec Normal file
View 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