*** empty log message ***
This commit is contained in:
parent
09525ba1b5
commit
4d5a3917ea
BIN
UrduDictionary.xpi
Normal file
BIN
UrduDictionary.xpi
Normal file
Binary file not shown.
50
hunspell-ur.spec
Normal file
50
hunspell-ur.spec
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
Name: hunspell-ur
|
||||||
|
Summary: Urdu hunspell dictionaries
|
||||||
|
Version: 0.6
|
||||||
|
Release: 1%{?dist}
|
||||||
|
#http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=UrduDictionary&DownloadId=39372
|
||||||
|
#and click yes to agree to LGPLv2+, which stinks as a download-url :-(
|
||||||
|
Source: UrduDictionary.xpi
|
||||||
|
Group: Applications/Text
|
||||||
|
URL: http://www.codeplex.com/UrduDictionary
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
License: LGPLv2+
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: redland
|
||||||
|
|
||||||
|
Requires: hunspell
|
||||||
|
|
||||||
|
%description
|
||||||
|
Urdu hunspell dictionaries.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -c -n hunspell-ur
|
||||||
|
|
||||||
|
%build
|
||||||
|
rdfproc hunspell-ur parse install.rdf
|
||||||
|
rdfproc hunspell-ur print | grep install-manifest | grep -v targetApplication | sed -e 's/.*#//' | sed -e 's/], "/: /'| sed -e 's/"}//' > CREDITS
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
cp -p dictionaries/ur.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ur_PK.aff
|
||||||
|
cp -p dictionaries/ur.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ur_PK.dic
|
||||||
|
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||||||
|
ur_PK_aliases="ur_IN"
|
||||||
|
for lang in $ur_PK_aliases; do
|
||||||
|
ln -s ur_PK.aff $lang.aff
|
||||||
|
ln -s ur_PK.dic $lang.dic
|
||||||
|
done
|
||||||
|
popd
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc CREDITS
|
||||||
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Sep 17 2006 Caolan McNamara <caolanm@redhat.com> - 0.6-1
|
||||||
|
- initial version
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
hunspell-ur-0_6-1_fc9:HEAD:hunspell-ur-0.6-1.fc9.src.rpm:1221688128
|
Loading…
Reference in New Issue
Block a user