Add Supplements: tag for langpacks naming guidelines
- Clean the specfile to follow current packaging guidelines
This commit is contained in:
parent
94b6c75c05
commit
f69fa96d0c
@ -1,15 +1,14 @@
|
|||||||
Name: hyphen-ga
|
Name: hyphen-ga
|
||||||
Summary: Irish hyphenation rules
|
Summary: Irish hyphenation rules
|
||||||
%define upstreamid 20040220
|
%global upstreamid 20040220
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_ga_IE.zip
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_ga_IE.zip
|
||||||
Group: Applications/Text
|
|
||||||
URL: http://borel.slu.edu/fleiscin/index.html
|
URL: http://borel.slu.edu/fleiscin/index.html
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
License: GPL+
|
License: GPL+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: hyphen
|
Requires: hyphen
|
||||||
|
Supplements: (hyphen and langpacks-ga)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Irish hyphenation rules.
|
Irish hyphenation rules.
|
||||||
@ -20,19 +19,19 @@ Irish hyphenation rules.
|
|||||||
%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_ga_IE.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
cp -p hyph_ga_IE.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README_hyph_ga_IE.txt
|
%doc README_hyph_ga_IE.txt
|
||||||
%{_datadir}/hyphen/*
|
%{_datadir}/hyphen/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.20040220-12
|
||||||
|
- 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.20040220-11
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.20040220-11
|
||||||
- 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