mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[GH-ISSUE #50] Spec file language updates #42
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/sendmailanalyzer#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@darold commented on GitHub (Jul 9, 2017):
Applied in commit
d596f6d