Mise à jour du fichier spec

This commit is contained in:
Daniel Berteaud 2012-10-12 13:55:14 +02:00
parent 142219c7aa
commit 84c162873b
1 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,4 @@
%define version 0.1.0
%define version 0.1.1
%define release 1
%define name smeserver-qpsmtpd-log2sql
@ -20,10 +20,15 @@ Requires: e-smith-mysql
Requires: perl(DBI)
%description
Log every smtpd transaction in a database
Log every smtp transaction in a database
%changelog
* Thu Oct 11 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.0
* Thu Oct 11 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.1-1
- update coding style
- DB renamed to smtp_log
- Possibility to choose an other database host (default is localhost)
* Thu Oct 11 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.0-1
- Initial release
%prep
@ -40,7 +45,7 @@ perl ./createlinks
> %{name}-%{version}-filelist
echo "%doc CHANGELOG.git" >> %{name}-%{version}-filelist
echo "%doc mail_log.sql" >> %{name}-%{version}-filelist
echo "%doc smtp_log.sql" >> %{name}-%{version}-filelist
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)