Add Supplements: tag for langpacks naming guidelines
- Clean the specfile to follow current packaging guidelines
This commit is contained in:
parent
99a0ed0260
commit
24b073edbd
@ -1,15 +1,14 @@
|
|||||||
Name: hyphen-ro
|
Name: hyphen-ro
|
||||||
Summary: Romanian hyphenation rules
|
Summary: Romanian hyphenation rules
|
||||||
Version: 3.3.6
|
Version: 3.3.6
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Source: http://downloads.sourceforge.net/rospell/hyph_ro_RO.3.3.6.zip
|
Source: http://downloads.sourceforge.net/rospell/hyph_ro_RO.3.3.6.zip
|
||||||
Group: Applications/Text
|
|
||||||
URL: http://rospell.sourceforge.net/
|
URL: http://rospell.sourceforge.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: hyphen
|
Requires: hyphen
|
||||||
|
Supplements: (hyphen and langpacks-ro)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Romanian hyphenation rules.
|
Romanian hyphenation rules.
|
||||||
@ -20,19 +19,19 @@ Romanian 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 *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/
|
cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc COPYING.GPL README
|
%doc COPYING.GPL README
|
||||||
%{_datadir}/hyphen/*
|
%{_datadir}/hyphen/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 3.3.6-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> - 3.3.6-9
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.6-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
@ -66,5 +65,5 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3-0.2.test3
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3-0.2.test3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
* Fri Jan 09 2008 Caolán McNamara <caolanm@redhat.com> - 3.3-0.1.test3
|
* Wed Jan 09 2008 Caolán McNamara <caolanm@redhat.com> - 3.3-0.1.test3
|
||||||
- initial version
|
- initial version
|
||||||
|
Loading…
Reference in New Issue
Block a user