- Resolves: rh#571710: Fix license tag in spec file with new upstream
release - Removed CREDITS file as upstream provides now README and LICENSE files.
This commit is contained in:
parent
57d36bd5bb
commit
62d2ca2ecd
@ -0,0 +1 @@
|
||||
si-LK.tar.gz
|
||||
@ -1,15 +1,13 @@
|
||||
Name: hunspell-si
|
||||
Summary: Sinhala hunspell dictionaries
|
||||
Version: 0.2
|
||||
Release: 1%{?dist}
|
||||
Source: ftp://ftp.mozilla.org/pub/mozilla.org/addons/13981/sinhala_spellchecker-%{version}-fx.xpi
|
||||
Version: 0.2.1
|
||||
Release: 2%{?dist}
|
||||
Source: http://www.sandaru1.com/wp-content/uploads/2009/08/si-LK.tar.gz
|
||||
Group: Applications/Text
|
||||
URL: https://addons.mozilla.org/en-US/firefox/addon/13981
|
||||
URL: http://www.sandaru1.com/2009/08/29/sinhala-spell-checker-for-firefox/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: GPLv3+
|
||||
License: GPLv2+
|
||||
BuildArch: noarch
|
||||
BuildRequires: redland
|
||||
|
||||
Requires: hunspell
|
||||
|
||||
%description
|
||||
@ -19,8 +17,7 @@ Sinhala hunspell dictionaries.
|
||||
%setup -q -c -n hunspell-si
|
||||
|
||||
%build
|
||||
rdfproc hunspell-si parse install.rdf
|
||||
rdfproc hunspell-si print | grep install-manifest | grep -v targetApplication | sed -e 's/.*#//' | sed -e 's/], "/: /'| sed -e 's/"}//' > CREDITS
|
||||
#nothing to build
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -33,9 +30,19 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CREDITS
|
||||
%doc LICENSE README
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 09 2010 Parag Nemade <pnemade AT redhat.com> - 0.2.1-2
|
||||
- Resolves: rh#571710: Fix license tag in spec file with new upstream release
|
||||
- Removed CREDITS file as upstream provides now README and LICENSE files.
|
||||
|
||||
* Wed Feb 24 2010 Parag Nemade <pnemade AT redhat.com> - 0.2.1-1
|
||||
- Resolves: rh#567895: Fix license tag in spec file with new upstream release
|
||||
|
||||
* Wed Jan 27 2010 Parag Nemade <pnemade AT redhat.com> - 0.2-1.1
|
||||
- Resolves: rh#543948: Rebuilt for RHEL-6
|
||||
|
||||
* Wed Nov 25 2009 Caolan McNamara <caolanm@redhat.com> - 0.2-1
|
||||
- initial version
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user