Add Supplements: tag for langpacks naming guidelines
- Clean the specfile to follow current packaging guidelines
This commit is contained in:
parent
2696d7a27b
commit
8661fa951c
@ -1,16 +1,15 @@
|
|||||||
Name: hunspell-fur
|
Name: hunspell-fur
|
||||||
Summary: Friulian hunspell dictionaries
|
Summary: Friulian hunspell dictionaries
|
||||||
%define upstreamid 20050912
|
%global upstreamid 20050912
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Source: http://digilander.libero.it/paganf/coretors/myspell-fur-12092005.zip
|
Source: http://digilander.libero.it/paganf/coretors/myspell-fur-12092005.zip
|
||||||
Group: Applications/Text
|
|
||||||
URL: http://digilander.libero.it/paganf/coretors/dizionaris.html
|
URL: http://digilander.libero.it/paganf/coretors/dizionaris.html
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
|
Supplements: (hunspell and langpacks-fur)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Friulian hunspell dictionaries.
|
Friulian hunspell dictionaries.
|
||||||
@ -32,19 +31,19 @@ for i in COPYING.txt LICENCE.txt LEIMI.txt; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
cp -p fur_IT.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
cp -p fur_IT.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc COPYING.txt LEIMI.txt LICENCE.txt
|
%doc COPYING.txt LEIMI.txt LICENCE.txt
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.20050912-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.20050912-12
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.20050912-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