latest version
This commit is contained in:
parent
f0559b237c
commit
b880460e26
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
ispell-gd-0.1.1.tar.gz
|
/hunspell-gd-1.2.oxt
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Name: hunspell-gd
|
Name: hunspell-gd
|
||||||
Summary: Scots Gaelic hunspell dictionaries
|
Summary: Scots Gaelic hunspell dictionaries
|
||||||
Version: 1.0.0
|
Version: 1.2
|
||||||
Release: 0.4.rc.1%{?dist}
|
Release: 1%{?dist}
|
||||||
Source: http://www.sealgar.co.uk/gd_GB.oxt
|
Source: http://extensions.services.openoffice.org/e-files/4587/2/hunspell-gd-1.2.oxt
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://www.sealgar.co.uk/spell.jsp
|
URL: http://extensions.services.openoffice.org/en/project/faclair-afb
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
License: GPLv2+
|
License: GPLv3+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
@ -18,45 +18,38 @@ Scots Gaelic hunspell dictionaries.
|
|||||||
%setup -q -c hunspell-gd-%{version}
|
%setup -q -c hunspell-gd-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
for i in README_gd_GB.txt; do
|
|
||||||
if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
|
|
||||||
iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
|
|
||||||
touch -r $i $i.new
|
|
||||||
mv -f $i.new $i
|
|
||||||
fi
|
|
||||||
tr -d '\r' < $i > $i.new
|
|
||||||
touch -r $i $i.new
|
|
||||||
mv -f $i.new $i
|
|
||||||
done
|
|
||||||
|
|
||||||
%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 gd_GB.dic gd_GB.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
cp -p dictionaries/gd_GB.dic dictionaries/gd_GB.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_gd_GB.txt
|
%doc dictionaries/README_gd_GB.txt LICENSES-en.txt
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 02 2011 Caolán McNamara <caolanm@redhat.com> - 1.2-1
|
||||||
|
- latest version
|
||||||
|
|
||||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-0.4.rc.1
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-0.4.rc.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-0.3.rc.1
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-0.3.rc.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
* Sat Jul 11 2009 Caolan McNamara <caolanm@redhat.com> - 1.0.0-0.2.rc.1
|
* Sat Jul 11 2009 Caolán McNamara <caolanm@redhat.com> - 1.0.0-0.2.rc.1
|
||||||
- tidy spec
|
- tidy spec
|
||||||
|
|
||||||
* Mon Jun 15 2009 Caolan McNamara <caolanm@redhat.com> - 1.0.0-0.1.rc.1
|
* Mon Jun 15 2009 Caolán McNamara <caolanm@redhat.com> - 1.0.0-0.1.rc.1
|
||||||
- latest version
|
- latest version
|
||||||
|
|
||||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-2
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Mar 27 2008 Caolan McNamara <caolanm@redhat.com> - 0.1.1-1
|
* Thu Mar 27 2008 Caolán McNamara <caolanm@redhat.com> - 0.1.1-1
|
||||||
- initial version
|
- initial version
|
||||||
|
Loading…
Reference in New Issue
Block a user