tidy spec
This commit is contained in:
parent
3521b19b46
commit
cc8bab79f7
@ -1,7 +1,7 @@
|
||||
Name: hunspell-cop
|
||||
Summary: Coptic hunspell dictionaries
|
||||
Version: 0.2.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Group: Applications/Text
|
||||
Source: http://extensions.services.openoffice.org/files/793/1/dictionaries-cop.oxt
|
||||
URL: http://www.moheb.de/coptic_oo.html
|
||||
@ -19,8 +19,11 @@ Coptic hunspell dictionaries.
|
||||
%setup -q -c
|
||||
|
||||
%build
|
||||
tr -d '\r' < README.txt > README.txt.new
|
||||
mv -f README.txt.new README.txt
|
||||
for i in README.txt; do
|
||||
tr -d '\r' < $i > $i.new
|
||||
touch -r $i $i.new
|
||||
mv -f $i.new $i
|
||||
done
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -36,6 +39,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 11 2009 Caolan McNamara <caolanm@redhat.com> - 0.2.0-3
|
||||
- tidy spec
|
||||
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user