rpms/hunspell-sv/devel hunspell-sv.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 14:42:43 UTC 2007


Author: caolanm

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

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


--- NEW FILE hunspell-sv.spec ---
Name: hunspell-sv
Summary: Swedish hunspell dictionaries
Version: 1.3.8.6
Release: 1%{?dist}
Source: http://sv.speling.org/filer/myspell-sv-1.3.8-6.tar.gz
Group: Applications/Text
URL: http://sv.speling.org/filer/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: LGPL
BuildArch: noarch

Requires: hunspell

%description
Swedish hunspell dictionaries.

%prep
%setup -q -n myspell-sv-1.3.8-6

%build

%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/
sv_SE_aliases="sv_FI"
for lang in $sv_SE_aliases; do
        ln -s sv_SE.aff $lang.aff
        ln -s sv_SE.dic $lang.dic
done
popd

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Copyright COPYING NEWS contributors README

%{_datadir}/myspell/*

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hunspell-sv/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Feb 2007 13:01:21 -0000	1.1
+++ .cvsignore	15 Feb 2007 14:42:11 -0000	1.2
@@ -0,0 +1 @@
+myspell-sv-1.3.8-6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hunspell-sv/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Feb 2007 13:01:21 -0000	1.1
+++ sources	15 Feb 2007 14:42:11 -0000	1.2
@@ -0,0 +1 @@
+150fe3dfb9db9b866deabe48d75d42dd  myspell-sv-1.3.8-6.tar.gz




More information about the scm-commits mailing list