From 36c6a98bea9e2ea21dc8a829b88ae5cc3d9b7851 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 31 2019 07:19:02 +0000 Subject: import hyphen-pt-0.20021021-9.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0197d75 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/hyph_pt_PT.zip diff --git a/.hyphen-pt.metadata b/.hyphen-pt.metadata new file mode 100644 index 0000000..b12e6dd --- /dev/null +++ b/.hyphen-pt.metadata @@ -0,0 +1 @@ +525c6f794a8a16c6c07c41edce905036ce8c7a14 SOURCES/hyph_pt_PT.zip diff --git a/SPECS/hyphen-pt.spec b/SPECS/hyphen-pt.spec new file mode 100644 index 0000000..c882725 --- /dev/null +++ b/SPECS/hyphen-pt.spec @@ -0,0 +1,68 @@ +Name: hyphen-pt +Summary: Portuguese hyphenation rules +%define upstreamid 20021021 +Version: 0.%{upstreamid} +Release: 9%{?dist} +Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_pt_PT.zip +Group: Applications/Text +URL: http://wiki.services.openoffice.org/wiki/Dictionaries +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPL+ +BuildArch: noarch + +Requires: hyphen + +%description +Portuguese hyphenation rules. + +%prep +%setup -q -c + +%build +chmod -x * + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen +cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen +pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/ +pt_PT_aliases="pt_BR pt_AO" +for lang in $pt_PT_aliases; do + ln -s hyph_pt_PT.dic "hyph_"$lang".dic" +done + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README_hyph_pt_PT.txt +%{_datadir}/hyphen/* + +%changelog +* Fri Dec 27 2013 Daniel Mach - 0.20021021-9 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 0.20021021-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20021021-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Apr 10 2012 Caolán McNamara - 0.20021021-6 +- Angola + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20021021-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20021021-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20021021-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20021021-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Jan 14 2009 Caolán McNamara - 0.20021021-1 +- initial version