latest version
This commit is contained in:
parent
90c9874f81
commit
6a0d45c1e5
@ -1 +1 @@
|
||||
cv_RU-1.01.zip
|
||||
dict-cv.oxt
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
Name: hunspell-cv
|
||||
Summary: Chuvash hunspell dictionaries
|
||||
Version: 1.01
|
||||
Release: 2%{?dist}
|
||||
Version: 1.02
|
||||
Release: 1%{?dist}
|
||||
Group: Applications/Text
|
||||
Source: http://hunspell.chv.su/files/cv_RU-%{version}.zip
|
||||
Source: http://hunspell.chv.su/files/dict-cv.oxt
|
||||
URL: http://hunspell.chv.su/download.shtml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: LGPLv2+
|
||||
@ -17,7 +17,7 @@ Chuvash hunspell dictionaries.
|
||||
%setup -q -c
|
||||
|
||||
%build
|
||||
for i in license.txt; do
|
||||
for i in README_cv_RU.txt; do
|
||||
tr -d '\r' < $i > $i.new
|
||||
touch -r $i $i.new
|
||||
mv -f $i.new $i
|
||||
@ -33,10 +33,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc readme_cv_RU.txt license.txt
|
||||
%doc README_cv_RU.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 10 2010 Caolan McNamara <caolanm@redhat.com> - 1.02-1
|
||||
- latest version
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user