rpms/hunspell-ms/devel hunspell-ms.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Sat Feb 17 13:28:24 UTC 2007


Author: caolanm

Update of /cvs/extras/rpms/hunspell-ms/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14825/devel

Modified Files:
	.cvsignore sources 
Added Files:
	hunspell-ms.spec 
Log Message:
auto-import hunspell-ms-0.20050117-1 on branch devel from hunspell-ms-0.20050117-1.src.rpm


--- NEW FILE hunspell-ms.spec ---
Name: hunspell-ms
Summary: Malay hunspell dictionaries
%define upstreamid 20050117
Version: 0.%{upstreamid}
Release: 1%{?dist}
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/ms_MY.zip
Group: Applications/Text
URL: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: GFDL
BuildArch: noarch

Requires: hunspell

%description
Malay hunspell dictionaries.

%prep
%setup -q -c -n hunspell-ms

%build
chmod -x *

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell

pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
ms_MY_aliases="ms_BN"
for lang in $ms_MY_aliases; do
        ln -s ms_MY.aff $lang.aff
        ln -s ms_MY.dic $lang.dic
done

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README_ms_MY.txt
%{_datadir}/myspell/*

%changelog
* Thu Dec 07 2006 Caolan McNamara <caolanm at redhat.com> - 0.20050117-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hunspell-ms/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Feb 2007 00:32:29 -0000	1.1
+++ .cvsignore	17 Feb 2007 13:27:52 -0000	1.2
@@ -0,0 +1 @@
+ms_MY.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hunspell-ms/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Feb 2007 00:32:29 -0000	1.1
+++ sources	17 Feb 2007 13:27:52 -0000	1.2
@@ -0,0 +1 @@
+4b984b699541c12e1bd81b2f5f7b0050  ms_MY.zip




More information about the fedora-extras-commits mailing list