Drop dependency on redland by dropping CREDITS file
This commit is contained in:
parent
bc3eee6f24
commit
1c0bc1138e
@ -7,14 +7,14 @@
|
|||||||
Name: hunspell-ur
|
Name: hunspell-ur
|
||||||
Summary: Urdu hunspell dictionaries
|
Summary: Urdu hunspell dictionaries
|
||||||
Version: 0.64
|
Version: 0.64
|
||||||
Release: 28%{?dist}
|
Release: 29%{?dist}
|
||||||
#http://urdudictionary.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30004#DownloadId=74761
|
#http://urdudictionary.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30004#DownloadId=74761
|
||||||
#and click yes to agree to LGPLv2+, which stinks as a download-url :-(
|
#and click yes to agree to LGPLv2+, which stinks as a download-url :-(
|
||||||
Source: UrduDictionary.xpi
|
Source: UrduDictionary.xpi
|
||||||
|
# This URL is dead now
|
||||||
URL: http://urdudictionary.codeplex.com
|
URL: http://urdudictionary.codeplex.com
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: redland
|
|
||||||
|
|
||||||
Requires: hunspell-filesystem
|
Requires: hunspell-filesystem
|
||||||
Supplements: (hunspell and langpacks-ur)
|
Supplements: (hunspell and langpacks-ur)
|
||||||
@ -26,8 +26,7 @@ Urdu hunspell dictionaries.
|
|||||||
%setup -q -c -n hunspell-ur
|
%setup -q -c -n hunspell-ur
|
||||||
|
|
||||||
%build
|
%build
|
||||||
rdfproc -s file hunspell-ur parse install.rdf
|
# nothing here
|
||||||
rdfproc -s file hunspell-ur print | grep install-manifest | grep -v targetApplication | sed -e 's/.*#//' | sed -e 's/], "/: /'| sed -e 's/"}//' > CREDITS
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}
|
||||||
@ -43,10 +42,12 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc CREDITS
|
|
||||||
%{_datadir}/%{dict_dirname}/*
|
%{_datadir}/%{dict_dirname}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 05 2023 Parag Nemade <pnemade AT redhat DOT com> - 0.64-29
|
||||||
|
- Drop dependency on redland by dropping CREDITS file
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.64-28
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.64-28
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user