automatic version update by autodist [release 0.3.11-1mamba;Fri Feb 05 2021]
This commit is contained in:
parent
7c5d697c8a
commit
3673be4a48
@ -1,12 +1,12 @@
|
|||||||
Name: altermime
|
Name: altermime
|
||||||
Version: 0.3.10
|
Version: 0.3.11
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A program which is used to alter mime-encoded mailpacks as typically received by Inflex, Xamime and AMaViS
|
Summary: A program which is used to alter mime-encoded mailpacks as typically received by Inflex, Xamime and AMaViS
|
||||||
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.pldaniels.com/altermime/
|
URL: https://www.pldaniels.com/altermime/
|
||||||
Source: http://www.pldaniels.com/altermime/altermime-%{version}.tar.gz
|
Source: http://www.pldaniels.com/altermime/altermime-%{version}.tar.gz
|
||||||
Patch0: altermime-0.3.10-gcc-4.9.patch
|
Patch0: altermime-0.3.10-gcc-4.9.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -18,12 +18,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
A program which is used to alter mime-encoded mailpacks as typically received by Inflex, Xamime and AMaViS.
|
A program which is used to alter mime-encoded mailpacks as typically received by Inflex, Xamime and AMaViS.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make CC=%{_host}-gcc
|
%make \
|
||||||
|
CC=%{_host}-gcc \
|
||||||
|
CFLAGS="%{optflags} -Wno-error=format-truncation -Wno-error=restrict -DALTERMIME_PRETEXT"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -35,8 +39,11 @@ install -D -m0755 altermime %{buildroot}%{_bindir}/altermime
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/altermime
|
%{_bindir}/altermime
|
||||||
%doc LICENCE README
|
%doc LICENCE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 0.3.11-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Dec 07 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.10-1mamba
|
* Tue Dec 07 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.10-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user