From 8adc727dc4e1182c8e32c3548848c3f8ce37fa72 Mon Sep 17 00:00:00 2001 From: small_leek Date: Thu, 9 Jul 2020 20:29:25 +0800 Subject: [PATCH] package init --- hyph_pt_PT.zip | Bin 0 -> 1238 bytes hyphen-pt.spec | 37 +++++++++++++++++++++++++++++++++++++ hyphen-pt.yaml | 4 ++++ 3 files changed, 41 insertions(+) create mode 100644 hyph_pt_PT.zip create mode 100644 hyphen-pt.spec create mode 100644 hyphen-pt.yaml diff --git a/hyph_pt_PT.zip b/hyph_pt_PT.zip new file mode 100644 index 0000000000000000000000000000000000000000..79b09272d15de6724c0c68581152460342a35e64 GIT binary patch literal 1238 zcmWIWW@Zs#U|`^22wbkLU!{Gx&76^e;TaH%0%4G=ql>R=d`4wKMtng@d_ag^NkvI$ z2qy!xRbQAr2!~d%FnneF%9tB?I_t0l&z|?;XEs`v*ekS5XmN7#hz<_Q@OS*C6~|hA z{f+X2n%dm%Hpz;tM-UFK?1K^r$FO^5Ra>^u6yc1<5W+ z5@-K(V_$7jw9JJ&+EHtZH`(=E(SE;9=8?ygWlAcG7Tl@W^DAKT$B2^TRky2m?K<_= zEqtcJ6subc|NEaR-1R3^`J1n?T>rG7)T38lXsGh(-P7MB^WzP(a@2h3#a?cGmmTCp zI6ow_uMTf2?T;2l@n21@_c~s&$4;a@|M-mQ z7mLiM?wqlD=S=x$SO1voKa>CY_#fl^XL~JL9)I6+WKRN<8WvP`cirvM-FesF?uy<1 z8o@Ezzw=DK9;fO;l_@Qg0))JrJT>5)S2|ZBS8$pxRJ+nLD?m8Q$rr(yrDGDA!NI#w z(WK?swC5jd;#dE!+PVIxf%`|PTH_pf~ZyUcC*;>{ON&iKA( zqWLGcdncqTmGhtU0y!_$?k<^KGCA*(?=DXS=j>1KXMa?U6V=YN%rp>AJLEHi6Tz9( zs>;ossHoG@x_VvxH8k^puC9}F_ZwA5J zFT?(@2Y53wi8JFWD0qPd2m=GK%wYK22x8$VHdrCWMrZ{C1G0ITDIa0pw#Is(vFP~# YXb>nLKn!AK16j!ggfoG(Itz#g0EZd}h5!Hn literal 0 HcmV?d00001 diff --git a/hyphen-pt.spec b/hyphen-pt.spec new file mode 100644 index 0000000..2c36ea7 --- /dev/null +++ b/hyphen-pt.spec @@ -0,0 +1,37 @@ +Name: hyphen-pt +Summary: Portuguese hyphenation rules for hunspell used in OpenOffice +Version: 0.20021021 +Release: 19 +Source: http://openoffice.cs.utah.edu/contrib/dictionaries//hyph_pt_PT.zip +URL: http://wiki.services.openoffice.org/wiki/Dictionaries +License: GPL +BuildArch: noarch + +Requires: hyphen +Supplements: (hyphen and langpacks-pt) + +%description +Portuguese hyphenation rules for hunspell used in OpenOffice. + +%prep +%autosetup -c -p1 +chmod -x * + +%build + +%install +install -d $RPM_BUILD_ROOT/%{_datadir}/hyphen +install -Dp -m644 *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen + +cd $RPM_BUILD_ROOT/%{_datadir}/hyphen/ +ln -s hyph_pt_PT.dic hyph_pt_BR.dic +ln -s hyph_pt_PT.dic hyph_pt_AO.dic +cd - + +%files +%doc README_hyph_pt_PT.txt +%{_datadir}/hyphen/* + +%changelog +* Thu Apr 16 2020 Captain Wei 0.20021021-19 +- Package init diff --git a/hyphen-pt.yaml b/hyphen-pt.yaml new file mode 100644 index 0000000..00bbaf0 --- /dev/null +++ b/hyphen-pt.yaml @@ -0,0 +1,4 @@ +version_control: NA +src_repo: NA +tag_prefix: NA +seperator: NA