Add Supplements: tag for langpacks naming guidelines
- Clean the specfile to follow current packaging guidelines
This commit is contained in:
parent
877e332dca
commit
31e068e019
@ -1,23 +1,22 @@
|
||||
Name: hunspell-lb
|
||||
Summary: Luxembourgish hunspell dictionaries
|
||||
%define upstreamid 20121128
|
||||
%global upstreamid 20121128
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Source: http://downloads.spellchecker.lu/packages/OOo3/SpellcheckerLu.oxt
|
||||
Group: Applications/Text
|
||||
URL: http://spellchecker.lu
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: EUPL 1.1
|
||||
BuildArch: noarch
|
||||
Requires: hunspell
|
||||
Supplements: (hunspell and langpacks-lb)
|
||||
|
||||
%description
|
||||
Luxembourgish hunspell dictionaries.
|
||||
|
||||
%package -n mythes-lb
|
||||
Summary: Luxembourgish thesaurus
|
||||
Group: Applications/Text
|
||||
Requires: mythes
|
||||
Supplements: (mythes and langpacks-lb)
|
||||
|
||||
%description -n mythes-lb
|
||||
Luxembourgish thesaurus.
|
||||
@ -28,26 +27,25 @@ Luxembourgish thesaurus.
|
||||
%build
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
|
||||
cp -p th_lb_LU_v2.* $RPM_BUILD_ROOT/%{_datadir}/mythes
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc registration/README_lb_LU.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%files -n mythes-lb
|
||||
%defattr(-,root,root,-)
|
||||
%doc registration/README_lb_LU.txt
|
||||
%{_datadir}/mythes/th_lb_LU_v2.*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.20121128-6
|
||||
- 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.20121128-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
@ -78,10 +76,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Sat Apr 16 2011 Caolán McNamara <caolanm@redhat.com> - 0.20110412-1
|
||||
- latest version
|
||||
|
||||
* Tue Apr 11 2011 Caolán McNamara <caolanm@redhat.com> - 0.20110411-1
|
||||
* Mon Apr 11 2011 Caolán McNamara <caolanm@redhat.com> - 0.20110411-1
|
||||
- latest version
|
||||
|
||||
* Fri Mar 1 2011 Caolán McNamara <caolanm@redhat.com> - 0.20110313-1
|
||||
* Tue Mar 1 2011 Caolán McNamara <caolanm@redhat.com> - 0.20110313-1
|
||||
- latest version
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20110107-2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user