23f9c4b
Name:           stardict-dic-hi
23f9c4b
Version:        3.0.1
d681f38
Release:        10%{?dist}
23f9c4b
Summary:        Hindi dictionary for stardict
23f9c4b
23f9c4b
Group:          Applications/System
23f9c4b
License:        GPL+
23f9c4b
URL:            http://stardict.sourceforge.net/
23f9c4b
# URL http://ltrc.iiit.net/downloads/shabdanjali-stardict/shabdanjali-fedora.tgz
23f9c4b
# usage: source generate-tarball.sh <version> <org-source-tarball> <initial-name-of-new-tarball>
23f9c4b
# usage example: source generate-tarball.sh 3.0.1 shabdanjali-fedora.tgz shabdanjali-fedora
23f9c4b
Source0:        shabdanjali-fedora-3.0.1-nobinary.tar.gz
23f9c4b
Source1:        generate-tarball.sh
23f9c4b
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
23f9c4b
Requires:       stardict
23f9c4b
BuildArch:      noarch
23f9c4b
23f9c4b
%description
23f9c4b
Hindi dictionary for stardict. The actual dictionary comes from
23f9c4b
http://www.iiit.net/ltrc/Dictionaries/gen_eng_hin_hlp.html and Sriram
23f9c4b
Chaudhry has converted it to a form usable by stardict.
23f9c4b
23f9c4b
23f9c4b
%prep
23f9c4b
%setup -q -n shabdanjali-fedora
23f9c4b
23f9c4b
23f9c4b
%build
23f9c4b
# Empty build
23f9c4b
23f9c4b
23f9c4b
%install
23f9c4b
rm -rf $RPM_BUILD_ROOT
23f9c4b
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/stardict/dic
23f9c4b
cp -p -rf shabdanjali* ${RPM_BUILD_ROOT}%{_datadir}/stardict/dic/
23f9c4b
23f9c4b
chmod 644 README
23f9c4b
23f9c4b
%clean
23f9c4b
rm -rf $RPM_BUILD_ROOT
23f9c4b
23f9c4b
23f9c4b
%files
23f9c4b
%defattr(-,root,root,-)
23f9c4b
%doc README
23f9c4b
%{_datadir}/stardict/dic/*
23f9c4b
23f9c4b
23f9c4b
%changelog
d681f38
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-10
d681f38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d681f38
8935559
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-9
8935559
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8935559
ac67d22
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-8
ac67d22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ac67d22
6c4f022
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-7
6c4f022
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6c4f022
b20bbca
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-6
b20bbca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b20bbca
fc1d1bd
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-5
fc1d1bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
fc1d1bd
23f9c4b
* Thu Jan 30 2009 Rakesh Pandit <rakesh@fedoraproject.org> 3.0.1-4
23f9c4b
- Saving timestamp with -p.
23f9c4b
23f9c4b
* Thu Jan 30 2009 Rakesh Pandit <rakesh@fedoraproject.org> 3.0.1-3
23f9c4b
- Added usage details for generate script
23f9c4b
23f9c4b
* Thu Jan 08 2009 Rakesh Pandit <rakesh@fedoraproject.org> 3.0.1-2
23f9c4b
- Fixed the actual source link. Removed the binary rpm of no use inside
23f9c4b
- tarball. Fixed the URL also.
23f9c4b
23f9c4b
* Sat Dec 06 2008 Rakesh Pandit <rakesh@fedoraproject.org> 3.0.1-1
23f9c4b
- Initial build