- Added Copyright
Thu Jan 03 2008 Parag <pnemade@redhat.com> - 20050726-1 - Initial Fedora release
This commit is contained in:
parent
97ccf51bd8
commit
f81cf310df
@ -0,0 +1 @@
|
||||
or-demo.tar.gz
|
44
hunspell-or.spec
Normal file
44
hunspell-or.spec
Normal file
@ -0,0 +1,44 @@
|
||||
Name: hunspell-or
|
||||
Summary: Oriya hunspell dictionaries
|
||||
Version: 20050726
|
||||
Release: 2%{?dist}
|
||||
Source: http://hunspell.sourceforge.net/or-demo.tar.gz
|
||||
Group: Applications/Text
|
||||
URL: http://hunspell.sourceforge.net
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: LGPLv2+
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: hunspell
|
||||
|
||||
%description
|
||||
Oriya hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n or-demo
|
||||
iconv -f ISO-8859-1 -t UTF-8 or/Copyright > or/Copyright.utf8
|
||||
mv or/Copyright.utf8 or/Copyright
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
mv or/or.dic or/or_IN.dic
|
||||
mv or/or.aff or/or_IN.aff
|
||||
cp -p or/*.dic or/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc or/README or/COPYING or/Copyright
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Sun Jan 06 2008 Parag <pnemade@redhat.com> - 20050726-2
|
||||
- Added Copyright
|
||||
|
||||
* Thu Jan 03 2008 Parag <pnemade@redhat.com> - 20050726-1
|
||||
- Initial Fedora release
|
Loading…
Reference in New Issue
Block a user