Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 290767 Details for
Bug 427433
maybe move to http://ayaspell.sourceforge.net/ dictionary ?
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
sample patch to .spec
hunspell-ar.moveto.ayaspell.patch (text/plain), 3.46 KB, created by
Caolan McNamara
on 2008-01-03 19:41:46 UTC
(
hide
)
Description:
sample patch to .spec
Filename:
MIME Type:
Creator:
Caolan McNamara
Created:
2008-01-03 19:41:46 UTC
Size:
3.46 KB
patch
obsolete
>Index: .cvsignore >=================================================================== >RCS file: /cvs/pkgs/rpms/hunspell-ar/devel/.cvsignore,v >retrieving revision 1.2 >diff -u -r1.2 .cvsignore >--- .cvsignore 20 Jun 2007 05:54:49 -0000 1.2 >+++ .cvsignore 3 Jan 2008 19:33:54 -0000 >@@ -1 +1 @@ >-buckwalter_morphan_1_hunspell_patch.tar.gz >+hunspell-ar_20070905_beta2.tar.gz >Index: hunspell-ar.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/hunspell-ar/devel/hunspell-ar.spec,v >retrieving revision 1.2 >diff -u -r1.2 hunspell-ar.spec >--- hunspell-ar.spec 20 Jun 2007 06:19:25 -0000 1.2 >+++ hunspell-ar.spec 3 Jan 2008 19:33:55 -0000 >@@ -1,14 +1,13 @@ > Name: hunspell-ar > Summary: Arabic hunspell dictionaries >-%define upstreamid 20060208 >+%define upstreamid 20070905 > Version: 0.%{upstreamid} > Release: 1%{?dist} >-Source0: http://hunspell.sourceforge.net/buckwalter_morphan_1_hunspell_patch.tar.gz >-Source1: http://www.andy-roberts.net/software/buckwalter2unicode/buckwalter2unicode.py >+Source: http://downloads.sourceforge.net/ayaspell/hunspell-ar_%{upstreamid}_beta2.tar.gz > Group: Applications/Text >-URL: http://hunspell.sourceforge.net >+URL: http://ayaspell.sourceforge.net/ > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >-License: GPL >+License: GPLv2 or LGPLv2 or MPLv1.1 > BuildArch: noarch > > Requires: hunspell >@@ -17,33 +16,21 @@ > Arabic (Egypt, Algeria, etc.) hunspell dictionaries > > %prep >-%setup -q -n buckwalter_morphan_1_hunspell_patch >-cp %{SOURCE1} convert2hunspell >-chmod +x convert2hunspell/buckwalter2unicode.py >+%setup -q -n %{name}_%{upstreamid}_beta2 > > %build >-cd convert2hunspell >-make >- >-./buckwalter2unicode.py -i arabic_alias.dic -o ../ar_LB.dic >-grep -v '^.FX' arabic_alias.aff > nonFX >-grep '^.FX' arabic_alias.aff > FX.in >-./buckwalter2unicode.py -i FX.in -d ' ' -c 4 -o FX >-cat nonFX FX > ../ar_LB.aff >- >-tr -d '\r' < ../doc/readme.txt > ../doc/readme.txt.new >-mv -f ../doc/readme.txt.new ../doc/readme.txt > > %install > rm -rf $RPM_BUILD_ROOT > mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell >-cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell >+cp -p ar.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ar_TN.dic >+cp -p ar.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ar_TN.aff > > pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/ >-ar_LB_aliases="ar_AE ar_BH ar_DZ ar_EG ar_IN ar_IQ ar_JO ar_KW ar_LY ar_MA ar_OM ar_QA ar_SA ar_SD ar_SY ar_TN ar_YE" >-for lang in $ar_LB_aliases; do >- ln -s ar_LB.aff $lang.aff >- ln -s ar_LB.dic $lang.dic >+ar_TN_aliases="ar_AE ar_BH ar_DZ ar_EG ar_IN ar_IQ ar_JO ar_LB ar_KW ar_LY ar_MA ar_OM ar_QA ar_SA ar_SD ar_SY ar_YE" >+for lang in $ar_TN_aliases; do >+ ln -s ar_TN.aff $lang.aff >+ ln -s ar_TN.dic $lang.dic > done > popd > >@@ -52,9 +39,12 @@ > > %files > %defattr(-,root,root,-) >-%doc gpl.txt doc/readme.txt convert2hunspell/README >+%doc AUTHORS ChangeLog-ar COPYING README-ar THANKS > %{_datadir}/myspell/* > > %changelog >+* Thu Jan 03 2008 Caolan McNamara <caolanm@redhat.com> - 0.20070905-1 >+- latest version >+ > * Wed Jun 06 2007 Caolan McNamara <caolanm@redhat.com> - 0.20060208-1 > - initial version >Index: sources >=================================================================== >RCS file: /cvs/pkgs/rpms/hunspell-ar/devel/sources,v >retrieving revision 1.2 >diff -u -r1.2 sources >--- sources 20 Jun 2007 05:54:49 -0000 1.2 >+++ sources 3 Jan 2008 19:33:55 -0000 >@@ -1 +1 @@ >-28c3b7dce962051d55b23ac5e51f264b buckwalter_morphan_1_hunspell_patch.tar.gz >+d8974d48097dee82fa59bd3dbc8c83e5 hunspell-ar_20070905_beta2.tar.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 427433
: 290767