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
|
Name: hunspell-ca
|
||||||
Summary: Catalan hunspell dictionaries
|
Summary: Catalan hunspell dictionaries
|
||||||
%define upstreamid 20021015
|
%define upstreamid 20060508
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 1%{?dist}
|
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
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -19,21 +19,24 @@ Catalan hunspell dictionaries.
|
|||||||
%setup -q -c -n hunspell-ca
|
%setup -q -c -n hunspell-ca
|
||||||
|
|
||||||
%build
|
%build
|
||||||
chmod -x *
|
tr -d '\r' < catalan.aff > ca_ES.aff
|
||||||
|
tr -d '\r' < catalan.dic > ca_ES.dic
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
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
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README_ca_ES.txt
|
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 07 2006 Caolan McNamara <caolanm@redhat.com> - 0.20021015-1
|
||||||
- initial version
|
- initial version
|
||||||
|
Loading…
Reference in New Issue
Block a user