Add Supplements: tag for langpacks naming guidelines
- Clean the specfile to follow current packaging guidelines
This commit is contained in:
parent
237b3395c8
commit
56f22e1bab
@ -1,15 +1,14 @@
|
||||
Name: hyphen-fo
|
||||
Summary: Faroese hyphenation rules
|
||||
%define upstreamid 20040420
|
||||
%global upstreamid 20040420
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Source: http://fo.speling.org/filer/hyph_fo_FO-20040420a.zip
|
||||
Group: Applications/Text
|
||||
URL: http://fo.speling.org/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: GPL+
|
||||
BuildArch: noarch
|
||||
Requires: hyphen
|
||||
Supplements: (hyphen and langpacks-fo)
|
||||
|
||||
%description
|
||||
Faroese hyphenation rules.
|
||||
@ -30,19 +29,19 @@ for i in README_hyph_fo_FO.txt; do
|
||||
done
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
cp -p hyph_fo_FO.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README_hyph_fo_FO.txt
|
||||
%{_datadir}/hyphen/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.20040420-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> - 0.20040420-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user