Angola
This commit is contained in:
parent
6e6c841f18
commit
e925406005
@ -2,7 +2,7 @@ Name: hyphen-pt
|
|||||||
Summary: Portuguese hyphenation rules
|
Summary: Portuguese hyphenation rules
|
||||||
%define upstreamid 20021021
|
%define upstreamid 20021021
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_pt_PT.zip
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_pt_PT.zip
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
||||||
@ -26,7 +26,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
|
pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
|
||||||
pt_PT_aliases="pt_BR"
|
pt_PT_aliases="pt_BR pt_AO"
|
||||||
for lang in $pt_PT_aliases; do
|
for lang in $pt_PT_aliases; do
|
||||||
ln -s hyph_pt_PT.dic "hyph_"$lang".dic"
|
ln -s hyph_pt_PT.dic "hyph_"$lang".dic"
|
||||||
done
|
done
|
||||||
@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/hyphen/*
|
%{_datadir}/hyphen/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 10 2012 Caolán McNamara <caolanm@redhat.com> - 0.20021021-6
|
||||||
|
- Angola
|
||||||
|
|
||||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20021021-5
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20021021-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
@ -52,5 +55,5 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20021021-2
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20021021-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Jan 14 2009 Caolan McNamara <caolanm@redhat.com> - 0.20021021-1
|
* Wed Jan 14 2009 Caolán McNamara <caolanm@redhat.com> - 0.20021021-1
|
||||||
- initial version
|
- initial version
|
||||||
|
Loading…
Reference in New Issue
Block a user