*** empty log message ***
This commit is contained in:
parent
a0c96fd38e
commit
cde97fd242
@ -0,0 +1 @@
|
||||
cv_RU-1.01.zip
|
||||
39
hunspell-cv.spec
Normal file
39
hunspell-cv.spec
Normal file
@ -0,0 +1,39 @@
|
||||
Name: hunspell-cv
|
||||
Summary: Chuvash hunspell dictionaries
|
||||
Version: 1.01
|
||||
Release: 1%{?dist}
|
||||
Group: Applications/Text
|
||||
Source: http://hunspell.chv.su/files/cv_RU-%{version}.zip
|
||||
URL: http://hunspell.chv.su/download.shtml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: LGPLv2+
|
||||
BuildArch: noarch
|
||||
Requires: hunspell
|
||||
|
||||
%description
|
||||
Chuvash hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
|
||||
%build
|
||||
tr -d '\r' < license.txt > license.txt.new
|
||||
touch -r license.txt license.txt.new
|
||||
mv -f license.txt.new license.txt
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p cv_RU.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc readme_cv_RU.txt license.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Tue May 05 2009 Caolan McNamara <caolanm@redhat.com> - 1.01-1
|
||||
- initial version
|
||||
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
hunspell-cv-1_01-1_fc11:HEAD:hunspell-cv-1.01-1.fc11.src.rpm:1241681712
|
||||
Loading…
Reference in New Issue
Block a user