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

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Tue Feb 20 09:20:55 UTC 2007


Author: caolanm

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

Modified Files:
	.cvsignore sources 
Added Files:
	hunspell-it.spec 
Log Message:
auto-import hunspell-it-2.3-0.1.20060723 on branch devel from hunspell-it-2.3-0.1.20060723.src.rpm


--- NEW FILE hunspell-it.spec ---
Name: hunspell-it
Summary: Italian hunspell dictionaries
%define upstreamid 20060723
Version: 2.3
Release: 0.1.%{upstreamid}%{?dist}
Source: http://downloads.sourceforge.net/sourceforge/linguistico/italiano_2_3_beta_2006_07_23.zip
Group: Applications/Text
URL: http://linguistico.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: GPL
BuildArch: noarch

Requires: hunspell

%description
Italian hunspell dictionaries.

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

%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/
it_IT_aliases="it_CH"
for lang in $it_IT_aliases; do
        ln -s it_IT.aff $lang.aff
        ln -s it_IT.dic $lang.dic
done


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc GPL.txt history.txt license.txt notes.txt README_it_IT.txt README.txt thanks.txt
%{_datadir}/myspell/*

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hunspell-it/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Feb 2007 22:54:25 -0000	1.1
+++ .cvsignore	20 Feb 2007 09:20:23 -0000	1.2
@@ -0,0 +1 @@
+italiano_2_3_beta_2006_07_23.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hunspell-it/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Feb 2007 22:54:25 -0000	1.1
+++ sources	20 Feb 2007 09:20:23 -0000	1.2
@@ -0,0 +1 @@
+fe9240990c600bca2ad33cb906651087  italiano_2_3_beta_2006_07_23.zip




More information about the scm-commits mailing list