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
|
Name: hunspell-ca
|
||||||
Summary: Catalan hunspell dictionaries
|
Summary: Catalan hunspell dictionaries
|
||||||
%define upstreamid 20090630
|
Version: 2.1.5
|
||||||
Version: 0.%{upstreamid}
|
Release: 1%{?dist}
|
||||||
Release: 2%{?dist}
|
Source: http://www.softcatala.org/diccionaris/actualitzacions/OOo/catalan.oxt
|
||||||
#svn checkout svn://softcatala.org/corrector/trunk/resultats/hunspell
|
|
||||||
Source: hunspell-ca-%{upstreamid}.tar.bz2
|
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://www.softcatala.org/wiki/Projectes/Corrector_ortogràfic
|
URL: http://www.softcatala.org/wiki/Projectes/Corrector_ortogràfic
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -17,11 +15,13 @@ Requires: hunspell
|
|||||||
Catalan hunspell dictionaries.
|
Catalan hunspell dictionaries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n hunspell
|
%setup -q -c
|
||||||
|
|
||||||
%build
|
%build
|
||||||
tr -d '\r' < catalan.aff > ca_ES.aff
|
tr -d '\r' < dictionaries/catalan.aff > ca_ES.aff
|
||||||
tr -d '\r' < catalan.dic > ca_ES.dic
|
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
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -40,9 +40,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc LICENSES-en.txt LLICENCIES-ca.txt
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user