Add Supplements: tag for langpacks naming guidelines
- Clean the specfile to follow current packaging guidelines
This commit is contained in:
parent
dcadfbf999
commit
75379adc93
@ -1,14 +1,13 @@
|
|||||||
Name: hyphen-ku
|
Name: hyphen-ku
|
||||||
Summary: Kurdish hyphenation rules
|
Summary: Kurdish hyphenation rules
|
||||||
Version: 1.71.2
|
Version: 1.71.2
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Source: http://extensions.services.openoffice.org/e-files/2445/12/kitandin.oxt
|
Source: http://extensions.services.openoffice.org/e-files/2445/12/kitandin.oxt
|
||||||
Group: Applications/Text
|
|
||||||
URL: http://extensions.services.openoffice.org/project/kitandin
|
URL: http://extensions.services.openoffice.org/project/kitandin
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: hyphen
|
Requires: hyphen
|
||||||
|
Supplements: (hyphen and langpacks-ku)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Kurdish hyphenation rules.
|
Kurdish hyphenation rules.
|
||||||
@ -20,7 +19,6 @@ Kurdish hyphenation rules.
|
|||||||
chmod -x *
|
chmod -x *
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
cp -p hyph_ku.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_ku_TR.dic
|
cp -p hyph_ku.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_ku_TR.dic
|
||||||
|
|
||||||
@ -31,15 +29,16 @@ for lang in $ku_TR_aliases; do
|
|||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README_ku.txt
|
%doc README_ku.txt
|
||||||
%{_datadir}/hyphen/*
|
%{_datadir}/hyphen/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.71.2-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> - 1.71.2-9
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.71.2-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