[packages/aspell-pt] - rel 6, fix non utf-8 encoding in file name
baggins
baggins at pld-linux.org
Sun Feb 22 10:56:26 CET 2026
commit b28d1570a39f90f62147ac1e518474ab37bed75b
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Feb 22 11:56:17 2026 +0100
- rel 6, fix non utf-8 encoding in file name
aspell-pt.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/aspell-pt.spec b/aspell-pt.spec
index 8c64f65..c8a7dd4 100644
--- a/aspell-pt.spec
+++ b/aspell-pt.spec
@@ -4,7 +4,7 @@ Summary(pt_BR.UTF-8): Dicionário de português para o aspell
Name: aspell-pt
Version: 0.50
%define subv 2
-Release: 5
+Release: 6
Epoch: 1
License: GPL
Group: Applications/Text
@@ -41,8 +41,10 @@ rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-mv -f doc/README{,.dicts}
-mv -f doc/BR/README{,.pt_BR}
+%{__mv} $RPM_BUILD_ROOT%{_prefix}/lib/aspell/{portugu$'\352's,português}.alias
+
+%{__mv} doc/README{,.dicts}
+%{__mv} doc/BR/README{,.pt_BR}
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/aspell-pt.git/commitdiff/b28d1570a39f90f62147ac1e518474ab37bed75b
More information about the pld-cvs-commit
mailing list