Add Supplements: tag for langpacks naming guidelines
- Clean the specfile to follow current packaging guidelines
This commit is contained in:
parent
11be393522
commit
51b8347da2
@ -1,15 +1,14 @@
|
|||||||
Name: hyphen-bg
|
Name: hyphen-bg
|
||||||
Summary: Bulgarian hyphenation rules
|
Summary: Bulgarian hyphenation rules
|
||||||
Version: 4.3
|
Version: 4.3
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Source: http://downloads.sourceforge.net/bgoffice/OOo-hyph-bg-%{version}.zip
|
Source: http://downloads.sourceforge.net/bgoffice/OOo-hyph-bg-%{version}.zip
|
||||||
Group: Applications/Text
|
|
||||||
URL: http://bgoffice.sourceforge.net/
|
URL: http://bgoffice.sourceforge.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
License: GPLv2+ or LGPLv2+ or MPLv1.1
|
License: GPLv2+ or LGPLv2+ or MPLv1.1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: hyphen
|
Requires: hyphen
|
||||||
|
Supplements: (hyphen and langpacks-bg)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Bulgarian hyphenation rules.
|
Bulgarian hyphenation rules.
|
||||||
@ -33,19 +32,19 @@ tail -n +2 hyph_bg_BG.dic | iconv -f WINDOWS-1251 -t UTF-8 | tr -d '\r' >> hyph_
|
|||||||
mv hyph_bg_BG.dic.new hyph_bg_BG.dic
|
mv hyph_bg_BG.dic.new hyph_bg_BG.dic
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc ChangeLog Copyright GPL-2.0.txt LGPL-2.1.txt MPL-1.1.txt README.bulgarian
|
%doc ChangeLog Copyright GPL-2.0.txt LGPL-2.1.txt MPL-1.1.txt README.bulgarian
|
||||||
%{_datadir}/hyphen/*
|
%{_datadir}/hyphen/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-9
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user