2008-12-21 16:01:27 +00:00
|
|
|
Name: hyphen-bg
|
|
|
|
Summary: Bulgarian hyphenation rules
|
2010-06-18 09:05:05 +00:00
|
|
|
Version: 4.3
|
2018-02-07 16:58:29 +00:00
|
|
|
Release: 13%{?dist}
|
2008-12-21 16:01:27 +00:00
|
|
|
Source: http://downloads.sourceforge.net/bgoffice/OOo-hyph-bg-%{version}.zip
|
|
|
|
URL: http://bgoffice.sourceforge.net/
|
2010-06-18 09:05:05 +00:00
|
|
|
License: GPLv2+ or LGPLv2+ or MPLv1.1
|
2008-12-21 16:01:27 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
Requires: hyphen
|
2016-02-19 17:33:52 +00:00
|
|
|
Supplements: (hyphen and langpacks-bg)
|
2008-12-21 16:01:27 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Bulgarian hyphenation rules.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n OOo-hyph-bg-%{version}
|
|
|
|
|
|
|
|
%build
|
2010-06-18 09:05:05 +00:00
|
|
|
for i in ChangeLog Copyright GPL-2.0.txt LGPL-2.1.txt MPL-1.1.txt README.bulgarian; do
|
2009-07-10 15:54:26 +00:00
|
|
|
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
|
2010-04-17 10:33:47 +00:00
|
|
|
echo "UTF-8" > hyph_bg_BG.dic.new
|
|
|
|
tail -n +2 hyph_bg_BG.dic | iconv -f WINDOWS-1251 -t UTF-8 | tr -d '\r' >> hyph_bg_BG.dic.new
|
|
|
|
mv hyph_bg_BG.dic.new hyph_bg_BG.dic
|
2008-12-21 16:01:27 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
2010-06-18 09:05:05 +00:00
|
|
|
%doc ChangeLog Copyright GPL-2.0.txt LGPL-2.1.txt MPL-1.1.txt README.bulgarian
|
2008-12-21 16:01:27 +00:00
|
|
|
%{_datadir}/hyphen/*
|
|
|
|
|
|
|
|
%changelog
|
2018-02-07 16:58:29 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-26 13:12:37 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 16:04:39 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-19 17:33:52 +00:00
|
|
|
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 4.3-10
|
|
|
|
- Add Supplements: tag for langpacks naming guidelines
|
|
|
|
- Clean the specfile to follow current packaging guidelines
|
|
|
|
|
2016-02-04 00:12:51 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 10:58:52 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-06-07 21:24:03 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 18:45:37 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-14 01:41:00 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 14:07:29 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 05:26:31 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-09 11:14:33 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-06-18 09:05:05 +00:00
|
|
|
* Fri Jun 18 2010 Caolán McNamara <caolanm@redhat.com> - 4.3-1
|
|
|
|
- latest version
|
|
|
|
|
2010-04-17 10:33:47 +00:00
|
|
|
* Sat Apr 17 2010 Caolán McNamara <caolanm@redhat.com> - 4.2-1
|
|
|
|
- latest version
|
|
|
|
|
2009-07-25 02:48:23 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2010-06-18 09:05:05 +00:00
|
|
|
* Fri Jul 10 2009 Caolán McNamara <caolanm@redhat.com> - 4.1-3
|
2009-07-10 15:54:26 +00:00
|
|
|
- tidy spec
|
|
|
|
|
2009-02-25 05:59:42 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2010-06-18 09:05:05 +00:00
|
|
|
* Thu Dec 18 2008 Caolán McNamara <caolanm@redhat.com> - 4.1-1
|
2008-12-21 16:01:27 +00:00
|
|
|
- initial version
|