Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bd7040f245 | ||
|
|
3073173ee7 |
3 changed files with 12 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
vacation-1.2.7.0.tar.gz
|
||||
/vacation-1.2.7.1-beta1.tar.gz
|
||||
/vacation-1.2.7.1-beta2.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
40c8a9831f788f129e8fc51af2450a99 vacation-1.2.7.1-beta1.tar.gz
|
||||
255199ff3e0381b1106d677f752aeeb9 vacation-1.2.7.1-beta2.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@ Summary: Automatic mail answering program
|
|||
Summary(de): Programm zum automatisierten Beantworten von Mails
|
||||
Name: vacation
|
||||
Version: 1.2.7.1
|
||||
Release: 0.2.beta1%{?dist}
|
||||
Release: 0.4.beta2%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/System
|
||||
Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1-beta1.tar.gz
|
||||
Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1-beta2.tar.gz
|
||||
Source1: license-clarification
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
Requires: smtpdaemon
|
||||
Requires: smtpdaemon perl(GDBM_File)
|
||||
URL: http://sourceforge.net/projects/vacation/
|
||||
BuildRequires: gdbm-devel
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ mit einer Standard-Antwort und ist auf vielen Unix-Systemen
|
|||
vorhanden.
|
||||
|
||||
%prep
|
||||
%setup -q -n vacation-1.2.7.1-beta1
|
||||
%setup -q -n vacation-1.2.7.1-beta2
|
||||
cp -p %SOURCE1 .
|
||||
|
||||
%build
|
||||
|
|
@ -47,6 +47,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%doc COPYING README README.smrsh ChangeLog license-clarification
|
||||
|
||||
%changelog
|
||||
* Tue Oct 26 2011 Dr. Tilmann Bubeck <t.bubeck@reinform.de> - 1.2.7.1-0.4.beta2
|
||||
- updated to vacation-1.2.7.1-beta2
|
||||
|
||||
* Tue Oct 04 2011 Dr. Tilmann Bubeck <t.bubeck@reinform.de> - 1.2.7.1-0.3.beta1
|
||||
- Added requirement perl(GDBM)
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7.1-0.2.beta1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue