Resolves: rhbz#734218 remove executable flags
This commit is contained in:
parent
1d385a620e
commit
19413f233b
@ -1,7 +1,7 @@
|
|||||||
Name: hunspell-fj
|
Name: hunspell-fj
|
||||||
Summary: Fijian hunspell dictionaries
|
Summary: Fijian hunspell dictionaries
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
#Source: http://www.foss.usp.ac.fj/OOo_fj/OOo_fj_FJ.zip
|
#Source: http://www.foss.usp.ac.fj/OOo_fj/OOo_fj_FJ.zip
|
||||||
Source: http://releases.mozilla.org/pub/mozilla.org/addons/12115/fijian_spelling_dictionary-%{version}-fx+tb+sm.xpi
|
Source: http://releases.mozilla.org/pub/mozilla.org/addons/12115/fijian_spelling_dictionary-%{version}-fx+tb+sm.xpi
|
||||||
@ -26,6 +26,7 @@ for i in README_fj_FJ.txt; do
|
|||||||
touch -r $i $i.new
|
touch -r $i $i.new
|
||||||
mv -f $i.new $i
|
mv -f $i.new $i
|
||||||
done
|
done
|
||||||
|
chmod -x dictionaries/fj_FJ.*
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -42,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 30 2011 Caolán McNamara <caolanm@redhat.com> - 1.2-3
|
||||||
|
- Resolves: rhbz#734218 remove executable flags
|
||||||
|
|
||||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user