update to 2.6 [release 2.6-1mamba;Sun Jul 03 2022]
This commit is contained in:
parent
01765752c9
commit
6eed96e3e7
@ -1,13 +1,13 @@
|
||||
Name: makedist
|
||||
Version: 2.5.2
|
||||
Version: 2.6
|
||||
Release: 1mamba
|
||||
Summary: A toolkit for making CD/DVD/archive images from an RPM based distribution repository
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.openmamba.org
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
URL: https://gitlab.mambasoft.it/openmamba/makedist
|
||||
Source: https://gitlab.mambasoft.it/openmamba/makedist/v%{version}/%{name}-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
@ -23,7 +23,6 @@ Requires: make >= 3.8.1
|
||||
#Requires: ffmpeg
|
||||
#Requires: BitTorrent
|
||||
Requires: mailutils
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildArch: noarch
|
||||
AutoReq: no
|
||||
|
||||
@ -45,7 +44,6 @@ mkdir -p %{buildroot}%{_localstatedir}/makedist/repositories/preferred/{RPMS/i58
|
||||
mkdir -p %{buildroot}%{_localstatedir}/makedist/targets/
|
||||
mkdir -p %{buildroot}%{_datadir}/makedist
|
||||
install -d %{buildroot}%{_bindir} \
|
||||
%{buildroot}%{_sysconfdir}/makedist \
|
||||
%{buildroot}%{_localstatedir}/makedist/distromatic
|
||||
ln -s %{_datadir}/makedist/makedist %{buildroot}%{_bindir}/makedist
|
||||
|
||||
@ -85,6 +83,9 @@ ln -s %{_datadir}/makedist/makedist %{buildroot}%{_bindir}/makedist
|
||||
%doc ChangeLog LICENSE
|
||||
|
||||
%changelog
|
||||
* Sun Jul 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6-1mamba
|
||||
- update to 2.6
|
||||
|
||||
* Fri Oct 21 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.2-1mamba
|
||||
- update to 2.5.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user