latest version
This commit is contained in:
parent
b99d8e0a21
commit
3b85607b80
@ -1 +1 @@
|
||||
hunspell-ca-20090630.tar.bz2
|
||||
catalan.oxt
|
||||
|
@ -1,10 +1,8 @@
|
||||
Name: hunspell-ca
|
||||
Summary: Catalan hunspell dictionaries
|
||||
%define upstreamid 20090630
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 2%{?dist}
|
||||
#svn checkout svn://softcatala.org/corrector/trunk/resultats/hunspell
|
||||
Source: hunspell-ca-%{upstreamid}.tar.bz2
|
||||
Version: 2.1.5
|
||||
Release: 1%{?dist}
|
||||
Source: http://www.softcatala.org/diccionaris/actualitzacions/OOo/catalan.oxt
|
||||
Group: Applications/Text
|
||||
URL: http://www.softcatala.org/wiki/Projectes/Corrector_ortogràfic
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -17,11 +15,13 @@ Requires: hunspell
|
||||
Catalan hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -n hunspell
|
||||
%setup -q -c
|
||||
|
||||
%build
|
||||
tr -d '\r' < catalan.aff > ca_ES.aff
|
||||
tr -d '\r' < catalan.dic > ca_ES.dic
|
||||
tr -d '\r' < dictionaries/catalan.aff > ca_ES.aff
|
||||
touch -r dictionaries/catalan.aff ca_ES.aff
|
||||
tr -d '\r' < dictionaries/catalan.dic > ca_ES.dic
|
||||
touch -r dictionaries/catalan.dic ca_ES.dic
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -40,9 +40,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSES-en.txt LLICENCIES-ca.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 08 2009 Caolan McNamara <caolanm@redhat.com> - 2.1.5-1
|
||||
- latest version
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20090630-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user