darold / sendmailanalyzer

Sendmail log Analyzer is a tool to monitor sendmail usage and generate HTML and graph reports. It reports all you ever wanted to know about email trafic on your network. You can also use it in ISP environment with per domain and per mailbox report.
http://sendmailanalyzer.darold.net/
GNU General Public License v3.0
76 stars 13 forks source link

Spec file language updates #50

Closed lloydsystems closed 7 years ago

lloydsystems commented 7 years ago

I downloaded the current master code and built a RPM package on CentOS using the spec file provided. Initial build attempt failed with an error about sp_SP in the %files section. Looking at the files, I see that language sp_SP has been renamed to es_ES. I also see languages it_IT and ru_RU are there, but not included in the spec file. Therefore, I think the spec file %files section should be updated with: --del-- %attr(0644,root,root) %{webdir}/lang/sp_SP +add+ %attr(0644,root,root) %{webdir}/lang/es_ES +add+ %attr(0644,root,root) %{webdir}/lang/it_IT +add+ %attr(0644,root,root) %{webdir}/lang/ru_RU

Regards, Steve Jones

darold commented 7 years ago

Applied in commit d596f6d