You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105 lines
3.8 KiB
105 lines
3.8 KiB
Name: mythes-pt
|
|
Summary: Portuguese thesaurus
|
|
%global upstreamid 20060817
|
|
Version: 0.%{upstreamid}
|
|
Release: 19%{?dist}
|
|
Source: http://download.services.openoffice.org/contrib/dictionaries/thes_pt_PT_v2.zip
|
|
URL: http://download.services.openoffice.org/contrib/dictionaries
|
|
BuildRequires: unzip
|
|
License: GPLv2+
|
|
BuildArch: noarch
|
|
Requires: mythes
|
|
Supplements: (mythes and langpacks-pt)
|
|
|
|
%description
|
|
Portuguese thesaurus.
|
|
|
|
%prep
|
|
%autosetup -c
|
|
|
|
%build
|
|
for i in README_th_pt_PT_v2.txt; do
|
|
if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
|
|
iconv -f ISO-8859-2 -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
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
|
|
cp -p th_pt_PT_v2.* $RPM_BUILD_ROOT/%{_datadir}/mythes
|
|
pushd $RPM_BUILD_ROOT/%{_datadir}/mythes/
|
|
pt_PT_aliases="pt_AO pt_BR"
|
|
for lang in $it_IT_aliases; do
|
|
ln -s th_pt_PR_v2.dat "th_"$lang"_v2.dat"
|
|
ln -s th_pt_PR_v2.idx "th_"$lang"_v2.idx"
|
|
done
|
|
|
|
|
|
%files
|
|
%doc README_th_pt_PT_v2.txt
|
|
%{_datadir}/mythes/*
|
|
|
|
%changelog
|
|
* Fri Jul 06 2018 Parag Nemade <pnemade AT fedoraproject DOT orgf> - 0.20060817-19
|
|
- Update Source and URL tags
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20060817-18
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.20060817-17
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.20060817-16
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.20060817-15
|
|
- Add Supplements: tag for langpacks naming guidelines
|
|
- Clean the specfile to follow current packaging guidelines
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.20060817-14
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20060817-13
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20060817-12
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20060817-11
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20060817-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20060817-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Tue Apr 10 2012 Caolán McNamara <caolanm@redhat.com> - 0.20060817-8
|
|
- Angola
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20060817-7
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20060817-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Sun Apr 04 2010 Caolan McNamara <caolanm@redhat.com> - 0.20060817-5
|
|
- mythes now owns /usr/share/mythes
|
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20060817-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Sat Jul 11 2009 Caolan McNamara <caolanm@redhat.com> - 0.20060817-3
|
|
- tidy spec
|
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20060817-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Mon Feb 02 2009 Caolan McNamara <caolanm@redhat.com> - 0.20060817-1
|
|
- initial version
|