automatic rebuild by autodist [release 3.10.22-4mamba;Thu Feb 01 2024]

This commit is contained in:
Automatic Build System 2024-02-01 15:18:24 +01:00
parent 05fc15a838
commit 5b7b3cc2fb

View File

@ -1,12 +1,12 @@
Name: arj Name: arj
Version: 3.10.22 Version: 3.10.22
Release: 3mamba Release: 4mamba
Summary: An open source and portable version of the ARJ archiver Summary: An open source and portable version of the ARJ archiver
Group: Applications/Archiving Group: Applications/Archiving
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://arj.sourceforge.net/ URL: https://arj.sourceforge.net/
Source: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Source: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
Patch: %{name}-3.10.22-postproc.patch Patch: %{name}-3.10.22-postproc.patch
Patch1: %{name}-3.10.22-strnlen.patch Patch1: %{name}-3.10.22-strnlen.patch
@ -14,7 +14,6 @@ License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
The arj program is an open source clone of the ARJ archiver for DOS and Windows. It can be used to create and extract archives and uses the save format as the proprietary version. The arj program is an open source clone of the ARJ archiver for DOS and Windows. It can be used to create and extract archives and uses the save format as the proprietary version.
@ -22,7 +21,7 @@ The arj program is an open source clone of the ARJ archiver for DOS and Windows.
%prep %prep
%setup -q %setup -q
%patch -p1 %patch -p1
%patch1 -p1 %patch 1 -p1
%build %build
pushd gnu pushd gnu
@ -49,6 +48,9 @@ popd
#% doc ChangeLog doc #% doc ChangeLog doc
%changelog %changelog
* Thu Feb 01 2024 Automatic Build System <autodist@openmamba.org> 3.10.22-4mamba
- automatic rebuild by autodist
* Wed Aug 22 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 3.10.22-3mamba * Wed Aug 22 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 3.10.22-3mamba
- added patch to build with current gcc - added patch to build with current gcc
- call libtoolize --install to recreate a config.sub which is x86_64 compatible - call libtoolize --install to recreate a config.sub which is x86_64 compatible