found upstream
This commit is contained in:
parent
358d5739f6
commit
f80d40d474
@ -1 +1 @@
|
||||
ca_ES.zip
|
||||
catalan.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: hunspell-ca
|
||||
Summary: Catalan hunspell dictionaries
|
||||
%define upstreamid 20021015
|
||||
%define upstreamid 20060508
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/ca_ES.zip
|
||||
Source: http://www.jmoratinos.com/myspell/catalan.tar.gz
|
||||
Group: Applications/Text
|
||||
URL: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries
|
||||
URL: http://www.jmoratinos.com/cgi-bin/index.php
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: GPL
|
||||
BuildArch: noarch
|
||||
@ -19,21 +19,24 @@ Catalan hunspell dictionaries.
|
||||
%setup -q -c -n hunspell-ca
|
||||
|
||||
%build
|
||||
chmod -x *
|
||||
tr -d '\r' < catalan.aff > ca_ES.aff
|
||||
tr -d '\r' < catalan.dic > ca_ES.dic
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p ca_ES.dic ca_ES.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README_ca_ES.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 09 2007 Caolan McNamara <caolanm@redhat.com> - 0.20060508-1
|
||||
- latest version
|
||||
|
||||
* Thu Dec 07 2006 Caolan McNamara <caolanm@redhat.com> - 0.20021015-1
|
||||
- initial version
|
||||
|
Loading…
Reference in New Issue
Block a user