Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 7476976d542e552ccd42d419b7bc99aa > files > 2

vacation-1.2.7.1-11.mga9.src.rpm

Summary:	Automatic mail answering program for Linux
Name:		vacation
Version:	1.2.7.1
Release:	%mkrel 11
License:	BSD
Group:		Networking/Mail
Source:		https://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
URL:		https://sourceforge.net/projects/vacation/

BuildRequires:	gdbm-devel

Requires:	sendmail-command

%description 
Vacation is the automatic mail answering program found
on many Unix systems. This version works with the sendmail
restricted shell.

%prep
%setup -q

%build
%make_build

%install

mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_mandir}/de/man1

install -m 755 vacation %{buildroot}%{_bindir}/vacation
install -m 755 vaclook %{buildroot}%{_bindir}/vaclook
install -m 444 vacation.man %{buildroot}%{_mandir}/man1/vacation.1
install -m 444 vacation-de.man %{buildroot}%{_mandir}/de/man1/vacation.1
install -m 444 vaclook.man %{buildroot}%{_mandir}/man1/vaclook.1

%post
if [ -d /etc/smrsh/ ] ; then 
  ln -s /usr/bin/vacation /etc/smrsh
fi

%postun
if [ -L /etc/smrsh/vacation ] ; then 
  rm -f /etc/smrsh/vacation
fi


%files
%doc COPYING README README.smrsh ChangeLog
%{_bindir}/vacation
%{_bindir}/vaclook
%{_mandir}/man*/*
%lang(de) %{_mandir}/de/man*/*


%changelog
* Fri Mar 18 2022 umeabot <umeabot> 1.2.7.1-11.mga9
+ Revision: 1797723
- Mageia 9 Mass Rebuild
+ danf <danf>
- Switch URLs from http: to https:

* Fri Feb 14 2020 umeabot <umeabot> 1.2.7.1-10.mga8
+ Revision: 1517746
- Mageia 8 Mass Rebuild

* Sun Sep 23 2018 umeabot <umeabot> 1.2.7.1-9.mga7
+ Revision: 1301562
- Mageia 7 Mass Rebuild

* Sun Jun 17 2018 luigiwalser <luigiwalser> 1.2.7.1-8.mga7
+ Revision: 1237494
- rebuild for gdbm

* Wed Feb 17 2016 umeabot <umeabot> 1.2.7.1-7.mga6
+ Revision: 963188
- Mageia 6 Mass Rebuild

* Thu Oct 22 2015 daviddavid <daviddavid> 1.2.7.1-6.mga6
+ Revision: 894129
- add available German manpage

* Thu Oct 22 2015 tv <tv> 1.2.7.1-5.mga6
+ Revision: 894119
- do not strip binary

* Wed Oct 15 2014 umeabot <umeabot> 1.2.7.1-5.mga5
+ Revision: 746832
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 1.2.7.1-4.mga5
+ Revision: 690119
- Mageia 5 Mass Rebuild

* Fri Oct 18 2013 umeabot <umeabot> 1.2.7.1-3.mga4
+ Revision: 520015
- Mageia 4 Mass Rebuild

* Mon Jan 14 2013 umeabot <umeabot> 1.2.7.1-2.mga3
+ Revision: 385221
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Jan 09 2013 vaci0 <vaci0> 1.2.7.1-1.mga3
+ Revision: 344291
- Update to version 1.2.7.1
- Fixed License BSD
- Clean spec
+ bersuit <bersuit>
- Update to new version 1.2.7.1

* Tue Mar 08 2011 ennael <ennael> 1.2.7.0-2.mga2
+ Revision: 66386
- imported package vacation


* Wed Dec 08 2010 Oden Eriksson <oeriksson@mandriva.com> 1.2.7.0-2mdv2011.0
+ Revision: 615384
- the mass rebuild of 2010.1 packages

* Sun Nov 22 2009 Jérôme Brenier <incubusss@mandriva.org> 1.2.7.0-1mdv2010.1
+ Revision: 469120
- new version 1.2.7.0
- remove CFLAGS="$RPM_OPT_FLAGS" (already included in the Makefile)
- $RPM_BUILD_ROOT -> %%{buildroot}

* Wed Sep 09 2009 Thierry Vignaud <tv@mandriva.org> 1.2.6.1-6mdv2010.0
+ Revision: 434624
- rebuild

* Wed Jan 02 2008 Olivier Blin <oblin@mandriva.com> 1.2.6.1-5mdv2008.1
+ Revision: 140925
- restore BuildRoot

  + Thierry Vignaud <tv@mandriva.org>
    - kill re-definition of %%buildroot on Pixel's request
    - import vacation


* Sun Jul 09 2006 Emmanuel Andry <eandry@mandriva.org> 1.2.6.1-5mdv2007.0
- rebuild

* Fri Jul  1 2005 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 1.2.6.1-4mdk
- requires sendmail-command
- use mkrel

* Sat Apr 16 2005 Giuseppe Ghibò <ghibo@mandrakesoft.com> 1.2.6.1-3mdk
- Fixed deps for X86-64.

* Tue May 06 2003 Lenny Cartier <lenny@mandrakesoft.com> 1.2.6.1-2mdk
- buildrequires

* Mon Mar 04 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.2.6.1-1mdk
- 1.2.6.1

* Sun Nov 11 2001 Daouda LO <daouda@mandrakesoft.com> 1.2.6-1mdk
- intial mdk package (spec from tarball)

* Sat Nov 10 2001 Devon <devon@tuxfan.homeip.net>
- upgrade to version 1.2.6
* Wed Sep 19 2001 Devon <devon@tuxfan.homeip.net>
- added %%post link /etc/smrsh to /usr/bin/vacation
- added %%postun deletion of /etc/smrsh/vacation
- defined a umask of 022 fix permissions on created files.
  $HOME/.forward was created group writable, smrsh refused
  to run in that case. See vacation-1.2.2-permissions.patch

* Mon Aug 07 2000 Than Ngo <than@redhat.de>
- fix specfile and patch file to rebuilt

* Mon Aug 07 2000 Michael Stefaniuc <mstefani@redhat.com>
- upgraded to 1.2.2
- fixed security fix

* Wed Aug 02 2000 Than Ngo <than@redhat.de>
- fix manpath (Bug #15070)

* Mon Jul 24 2000 Prospector <prospector@redhat.com>
- rebuilt

* Sun Jul 16 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- add security fix

* Mon Jul 10 2000 Than Ngo <than@redhat.de>
- fix problem (it won't include the .vacation.msg) (bug #13572)
- use RPM macros

* Mon Jul 03 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild

* Sun May 28 2000 Ngo Than <than@redhat.de>
- rebuild for 7.0
- put man pages in correct place
- cleanup specfile
- fix Summary

* Fri Dec 10 1999 Ngo Than <than@redhat.de>
- initial RPM for powertools-6.2