File vacation.spec of Package vacation

#
# spec file for package vacation
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           vacation
Version:        1.2.7.1
Release:        0
Summary:        A way to automatically reply to incoming e-mail
License:        GPL-2.0-or-later
Group:          Productivity/Networking/Email/Utilities
URL:            https://www.csamuel.org/software/vacation
Source:         https://downloads.sf.net/vacation/%{name}-%{version}.tar.gz
Patch0:         vacation-%{version}.diff
Patch1:         vacation-%{version}.multiple-vacationmsg_files.diff
Patch3:         vacation-%{version}.strip.diff
# PATCH-FIX-UPSTREAM bsc#944326 - long From: header (two lines) not handled correctly
Patch4:         0001-Patch-to-handle-long-folded-headers-from-Zdenek-Havr.patch
# PATCH-FIX-SUSE Also handle junkfilter based on procmail
Patch5:         vacation-%{version}-junkfilter.diff
Patch6:         vacation-1.2.7.1-nogecos.patch
BuildRequires:  gdbm-devel

%define add_optflags(a:f:t:p:w:W:d:g:O:A:C:D:E:H:i:M:n:P:U:u:l:s:X:B:I:L:b:V:m:x:c:S:E:o:v:) \
%global optflags %{optflags} %{**}

%description
This program answers your e-mail when you are lying on the beach.

Documentation: man vacation

%prep
%setup -q
%patch -P 0 -p1
%patch -P 1 -p1
%patch -P 3 -p1
%patch -P 4
%patch -P 5
%patch -P 6 -p1

%build
chmod -R u+w,g+r,o+r .
%add_optflags -Werror=format-security
%make_build clobber
%make_build

%install
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man{1,5}
make install MANDIR=%{buildroot}%{_mandir}/man BINDIR=%{buildroot}%{_bindir}
rm -f %{buildroot}%{_mandir}/man5/forward.5
echo '.so man5/aliases.5' > %{buildroot}%{_mandir}/man5/forward.5
chmod 0444 %{buildroot}%{_mandir}/man5/forward.5
install -D -m 444 vacation-de.man %{buildroot}%{_mandir}/de/man1/vacation.1

%files
%license COPYING
%doc ChangeLog README
%{_bindir}/vacation
%{_bindir}/vaclook
%{_mandir}/man1/vacation.1%{?ext_man}
%{_mandir}/man1/vaclook.1%{?ext_man}
%{_mandir}/man5/forward.5%{?ext_man}
%{_mandir}/de/man1/vacation.1%{?ext_man}

%changelog
openSUSE Build Service is sponsored by