Add Supplements: tag for langpacks naming guidelines
- Clean the specfile to follow current packaging guidelines
This commit is contained in:
parent
31b6e1831c
commit
f816bf143b
@ -1,18 +1,17 @@
|
||||
Name: hyphen-eu
|
||||
Summary: Basque hyphenation rules
|
||||
%define upstreamid 20110620
|
||||
%global upstreamid 20110620
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
#? in a url causes trouble
|
||||
#http://tug.org/svn/texhyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-eu.tex?view=co
|
||||
Source: hyph-eu.tex
|
||||
Group: Applications/Text
|
||||
URL: http://tp.lc.ehu.es/jma/basque.html
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: LPPL
|
||||
BuildArch: noarch
|
||||
BuildRequires: hyphen-devel
|
||||
Requires: hyphen
|
||||
Supplements: (hyphen and langpacks-eu)
|
||||
Patch0: hyphen-eu-cleantex.patch
|
||||
|
||||
%description
|
||||
@ -31,19 +30,19 @@ echo "---" >> README
|
||||
head -n 34 hyph-eu.tex >> README
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
cp -p hyph_eu_ES.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
%{_datadir}/hyphen/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.20110620-9
|
||||
- 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.20110620-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user