Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
0a9fba96db dist-git conversion 2010-07-29 14:52:10 +00:00
Bill Nottingham
0fdd8c2138 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:11:38 +00:00
0847a05069 initial checkin 2009-08-05 21:49:11 +00:00
4b0ff673ed Initialize branch F-11 for vacation 2009-08-05 16:47:11 +00:00
6 changed files with 233 additions and 21 deletions

View file

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
vacation-1.2.7.0.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: vacation
# $Id$
NAME := vacation
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

113
license-clarification Normal file
View file

@ -0,0 +1,113 @@
Return-Path: <chris@csamuel.org>
X-Original-To: t.bubeck@reinform.de
Delivered-To: t.bubeck@reinform.de
Received: from localhost (amavis2.loef.reinform.de [10.1.1.53])
by postfix.loef.reinform.de (Postfix) with ESMTP id 9B1941BBFD
for <t.bubeck@reinform.de>; Tue, 4 Aug 2009 15:38:19 +0200 (CEST)
X-Virus-Scanned: amavisd-new at reinform.de
X-Spam-Flag: NO
X-Spam-Score: -2.601
X-Spam-Level:
X-Spam-Status: No, score=-2.601 required=5 tests=[BAYES_00=-2.599,
SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mx1.reinform.de ([82.141.45.13])
by localhost (amavis2.loef.reinform.de [10.1.1.53]) (amavisd-new, port 10024)
with ESMTP id kX0K-cx4NTZh for <t.bubeck@reinform.de>;
Tue, 4 Aug 2009 15:38:11 +0200 (CEST)
Received: from csamuel.org (csamuel.org [74.50.50.137])
by mx1.reinform.de (Postfix) with ESMTP id 2C6B863735
for <t.bubeck@reinform.de>; Tue, 4 Aug 2009 15:38:11 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
by csamuel.org (Postfix) with ESMTP id C662D4076A;
Tue, 4 Aug 2009 23:37:38 +1000 (EST)
Received: from csamuel.org ([127.0.0.1])
by localhost (csamuel.org [127.0.0.1]) (amavisd-maia, port 10024) with LMTP
id 06301-01; Tue, 4 Aug 2009 23:37:33 +1000 (EST)
Received: from quad.localnet (124-254-75-238-static-dsl.ispone.net.au [124.254.75.238])
by csamuel.org (Postfix) with ESMTPS id D9EC44056E;
Tue, 4 Aug 2009 23:37:32 +1000 (EST)
From: Chris Samuel <chris@csamuel.org>
To: "Dr. Tilmann Bubeck" <t.bubeck@reinform.de>
Subject: Re: Clarification about license of vacation
Date: Tue, 4 Aug 2009 23:37:57 +1000
User-Agent: KMail/1.12.0 (Linux/2.6.30-cs-1-intel-kms-uvc; KDE/4.2.98; x86_64; ; )
Cc: sean.rima@tcob1.net
References: <200908031549.23666.t.bubeck@reinform.de>
In-Reply-To: <200908031549.23666.t.bubeck@reinform.de>
X-Face: Wcb;^Ll1x`\6);#5&v=2":47)c~M=K)9_=0mp[Ob~p==:85h/k)fj6nBf@^SdaXtmdYGRq
[>N&^2m#i\v9ZHe:G-e=OR}-sEf`CdEL2/\).SeCBSC"Cn[(:./c*I|/3KCDO$<{n8m;X_
g\Y9LQ=v/b5`)L,WOQdI*?SqUCgiw/9`KxgdU5;z8L.3)F!1M3=w:i9MsWp&v;%usOXL;w
6kF?wAZjss.+y(78'qBu";bx]>"2dZd/S$^K)nU^N0HM\^^;s#q
MIME-Version: 1.0
Content-Type: multipart/signed;
boundary="nextPart2820739.ksyRrFV6lr";
protocol="application/pgp-signature";
micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <200908042338.00904.chris@csamuel.org>
--nextPart2820739.ksyRrFV6lr
Content-Type: Text/Plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
On Mon, 3 Aug 2009 11:49:22 pm Dr. Tilmann Bubeck wrote:
Hi there,
> The key question is wether its GPLv2 (only v2) or also "GPLv2+" (and
> following GPL versions).
Vacation 1.2.7.0 was completely rebased from the version here:
http://savannah.nongnu.org/projects/vacation/
which is licensed under the modified BSD license (no advertising clause).
The earlier versions I inherited at SourceForge were based on the original =
BSD=20
license with advertising clause which wasn't GPL compatible and a big issue=
=20
because it was linking against gdbm!
I contacted Eric Allman (the original author) about the licensing before=20
rebasing in 2006 and he wrote:
# The advertising clause is obsolete at this point --- the Regents declared=
it
# to be null-and-void several years ago. You can strip it off with no
# problem.
> The best way to clarify the situation would be to state it in the README =
or
> LICENSE file clearly. Otherwise you answer to this mail could fill the ga=
p.
Agreed! I'll try and get to that in the near future, and clean up the docs.=
=20
Sorry about the confusion,
Chris
=2D-=20
Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC
This email may come with a PGP signature as a file. Do not panic.
=46or more info see: http://en.wikipedia.org/wiki/OpenPGP
--nextPart2820739.ksyRrFV6lr
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iQEVAwUASng5tY1yjaOTJg85AQKZegf9FiOmntfjdKnj66fS+b2A7P8eYWo+Lokr
0H2pC1PkP3Db6u7Ix0qZYt/+1Eptzr5KsUmPhxRkUwlUfY7QQHpL2fMxpGyKPBOp
BPaPOQqs6sOzpkwdxVwd3D637SJRtfUrf/+U7xzeh8cNp4SO5qugpBhsGIyLrZVn
Xzpst5xTtpZHrHeyoi5CmR9lA+YipRiBBowcp8TAXLMH7Sbp/Y2Qu9jodTlCbCW3
dMyPG83iKJFd5ui0Qxsb+czhK4S5wsqDdSwrtHYfc1Q/cAP6wBhKNIB3aMr/SDHA
aJJ5ot3jvMddaJqEWEHWLf34Y8XRc3TXcFc8YbRPrAuvaCB4ia2nCQ==
=O6Dc
-----END PGP SIGNATURE-----
--nextPart2820739.ksyRrFV6lr--

View file

@ -0,0 +1 @@
cae9253eee4c2e68af01bc6b1f469cd2 vacation-1.2.7.0.tar.gz

118
vacation.spec Normal file
View file

@ -0,0 +1,118 @@
Summary: Automatic mail answering program
Name: vacation
Version: 1.2.7.0
Release: 7%{?dist}
License: BSD
Group: Applications/System
Source: http://downloads.sourceforge.net/vacation/%{name}-%{version}.tar.gz
Source1: license-clarification
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires: smtpdaemon
URL: http://sourceforge.net/projects/vacation/
BuildRequires: gdbm-devel
%description
Vacation is the automatic mail answering program found
on many Unix systems.
%description -l de
Vacation beantwortet automatisch alle eingehenden EMails
mit einer Standard-Antwort und ist auf vielen Unix-Systemen
vorhanden.
%prep
%setup -q
cp -p %SOURCE1 .
%build
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
install -D -p -m 755 vacation $RPM_BUILD_ROOT%{_bindir}/vacation
install -D -p -m 755 vaclook $RPM_BUILD_ROOT%{_bindir}/vaclook
install -D -p -m 444 vacation.man $RPM_BUILD_ROOT%{_mandir}/man1/vacation.1
install -D -p -m 444 vaclook.man $RPM_BUILD_ROOT%{_mandir}/man1/vaclook.1
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/vacation
%{_bindir}/vaclook
%{_mandir}/*/*
%doc COPYING README README.smrsh ChangeLog license-clarification
%changelog
* Wed Aug 05 2009 Dr. Tilmann Bubeck <t.bubeck@reinform.de> - 1.2.7.0-7
- changed license to BSD as upstream told me
(corresponding mail is included in doc).
* Mon Aug 03 2009 Dr. Tilmann Bubeck <t.bubeck@reinform.de> - 1.2.7.0-6
- changed license to GPLv2 until licensing is clarified with upstream
- changed source URL to "downloads" instead of "download".
(bz #474802)
* Mon Jul 06 2009 Dr. Tilmann Bubeck <t.bubeck@reinform.de> - 1.2.7.0-5
- Fixes according comments from bz #474802
* Wed Jun 24 2009 Dr. Tilmann Bubeck <t.bubeck@reinform.de> - 1.2.7.0-4
- repackaged for Fedora 11.
- Fixed bugs from bz #474802
* Fri Dec 05 2008 Dr. Tilmann Bubeck <t.bubeck@reinform.de> - 1.2.7.0-1
- Upgraded to 1.2.7.0
- repackaged for Fedora 10.
* Tue Sep 03 2002 Pete O'Hara <pete@guardiandigital.com>
- Version 1.2.7.rc1, Release 1.2.1
- Upgraded to 1.2.7.rc1
* Mon Aug 26 2002 Pete O'Hara <pete@guardiandigital.com>
- Version 1.2.6.1, Release 1.2.0
- Initial release for Mail Suite
* Sun Nov 11 2001 Devon <devon@tuxfan.homeip.net>
- upgrade to version 1.2.7.rc1
* 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