[GH-ISSUE #50] Spec file language updates #42

Closed
opened 2026-05-05 15:01:29 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @lloydsystems on GitHub (Jul 9, 2017).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/50

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

Originally created by @lloydsystems on GitHub (Jul 9, 2017). Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/50 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
Author
Owner

@darold commented on GitHub (Jul 9, 2017):

Applied in commit d596f6d

<!-- gh-comment-id:313938078 --> @darold commented on GitHub (Jul 9, 2017): Applied in commit d596f6d
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/sendmailanalyzer#42
No description provided.