diff --git a/arj.spec b/arj.spec index 600af49..0006ee8 100644 --- a/arj.spec +++ b/arj.spec @@ -1,12 +1,12 @@ Name: arj Version: 3.10.22 -Release: 3mamba +Release: 4mamba Summary: An open source and portable version of the ARJ archiver Group: Applications/Archiving Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://arj.sourceforge.net/ +URL: https://arj.sourceforge.net/ Source: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Patch: %{name}-3.10.22-postproc.patch Patch1: %{name}-3.10.22-strnlen.patch @@ -14,7 +14,6 @@ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %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. @@ -22,7 +21,7 @@ The arj program is an open source clone of the ARJ archiver for DOS and Windows. %prep %setup -q %patch -p1 -%patch1 -p1 +%patch 1 -p1 %build pushd gnu @@ -49,6 +48,9 @@ popd #% doc ChangeLog doc %changelog +* Thu Feb 01 2024 Automatic Build System 3.10.22-4mamba +- automatic rebuild by autodist + * Wed Aug 22 2012 Silvan Calarco 3.10.22-3mamba - added patch to build with current gcc - call libtoolize --install to recreate a config.sub which is x86_64 compatible