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