Add Supplements: tag for langpacks naming guidelines
- Clean the specfile to follow current packaging guidelines
This commit is contained in:
parent
03ab95101a
commit
743cdaf28e
@ -1,18 +1,17 @@
|
||||
Name: hunspell-ur
|
||||
Summary: Urdu hunspell dictionaries
|
||||
Version: 0.64
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
#http://urdudictionary.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30004#DownloadId=74761
|
||||
#and click yes to agree to LGPLv2+, which stinks as a download-url :-(
|
||||
Source: UrduDictionary.xpi
|
||||
Group: Applications/Text
|
||||
URL: http://urdudictionary.codeplex.com
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: LGPLv2+
|
||||
BuildArch: noarch
|
||||
BuildRequires: redland
|
||||
|
||||
Requires: hunspell
|
||||
Supplements: (hunspell and langpacks-ur)
|
||||
|
||||
%description
|
||||
Urdu hunspell dictionaries.
|
||||
@ -25,7 +24,6 @@ rdfproc hunspell-ur parse install.rdf
|
||||
rdfproc hunspell-ur print | grep install-manifest | grep -v targetApplication | sed -e 's/.*#//' | sed -e 's/], "/: /'| sed -e 's/"}//' > CREDITS
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p dictionaries/ur.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ur_PK.aff
|
||||
cp -p dictionaries/ur.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ur_PK.dic
|
||||
@ -37,15 +35,16 @@ for lang in $ur_PK_aliases; do
|
||||
done
|
||||
popd
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CREDITS
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.64-11
|
||||
- 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.64-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
@ -73,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.64-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Fri Jul 09 2009 Caolan McNamara <caolanm@redhat.com> - 0.64-1
|
||||
* Thu Jul 09 2009 Caolan McNamara <caolanm@redhat.com> - 0.64-1
|
||||
- latest version
|
||||
|
||||
* Thu Apr 30 2009 Caolan McNamara <caolanm@redhat.com> - 0.61-1
|
||||
@ -82,5 +81,5 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Wed Sep 17 2006 Caolan McNamara <caolanm@redhat.com> - 0.6-1
|
||||
* Sun Sep 17 2006 Caolan McNamara <caolanm@redhat.com> - 0.6-1
|
||||
- initial version
|
||||
|
Loading…
Reference in New Issue
Block a user