Mise à jour du fichier spec

tags/0.1.1 0.1.1
Daniel Berteaud 12 years ago
parent 142219c7aa
commit 84c162873b
  1. 13
      smeserver-qpsmtpd-log2sql.spec

@ -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)

Loading…
Cancel
Save