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

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Thu Feb 15 16:18:46 UTC 2007


Author: caolanm

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

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


--- NEW FILE hunspell-nl.spec ---
Name: hunspell-nl
Summary: Dutch hunspell dictionaries
%define upstreamid 20050720
Version: 0.%{upstreamid}
Release: 1%{?dist}
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/nl_NL.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: GPL
BuildArch: noarch

Requires: hunspell

%description
Dutch hunspell dictionaries.

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

%build
tr -d '\r' < README_nl_NL.txt > README_nl_NL.txt.new
mv -f README_nl_NL.txt.new README_nl_NL.txt
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/
nl_NL_aliases="nl_BE"
for lang in $nl_NL_aliases; do
        ln -s nl_NL.aff $lang.aff
        ln -s nl_NL.dic $lang.dic
done

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Wed Feb 14 2007 Caolan McNamara <caolanm at redhat.com> - 0.20050720-1
- update to match upstream id

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hunspell-nl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Feb 2007 15:25:05 -0000	1.1
+++ .cvsignore	15 Feb 2007 16:18:14 -0000	1.2
@@ -0,0 +1 @@
+nl_NL.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hunspell-nl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Feb 2007 15:25:05 -0000	1.1
+++ sources	15 Feb 2007 16:18:14 -0000	1.2
@@ -0,0 +1 @@
+23f25d3c2a384bb19936f13c4e0d3490  nl_NL.zip




More information about the scm-commits mailing list