Add Supplements: tag for langpacks naming guidelines
- Clean the specfile to follow current packaging guidelines
This commit is contained in:
parent
bdf9b5fa8d
commit
5704b1d4a8
@ -1,16 +1,15 @@
|
|||||||
Name: hyphen-da
|
Name: hyphen-da
|
||||||
Summary: Danish hyphenation rules
|
Summary: Danish hyphenation rules
|
||||||
%define upstreamid 20070903
|
%global upstreamid 20070903
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_da_DK.zip
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_da_DK.zip
|
||||||
Group: Applications/Text
|
|
||||||
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
||||||
Patch0: hyphen-da-lppl-license-fix.patch
|
Patch0: hyphen-da-lppl-license-fix.patch
|
||||||
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-da)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Danish hyphenation rules.
|
Danish hyphenation rules.
|
||||||
@ -23,19 +22,19 @@ chmod -x *
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
cp -p hyph_da_DK.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
cp -p hyph_da_DK.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README_hyph_da_DK.txt
|
%doc README_hyph_da_DK.txt
|
||||||
%{_datadir}/hyphen/*
|
%{_datadir}/hyphen/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.20070903-13
|
||||||
|
- 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.20070903-12
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.20070903-12
|
||||||
- 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