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