*** empty log message ***
This commit is contained in:
parent
bfe9bd3012
commit
242b784bb9
@ -0,0 +1 @@
|
|||||||
|
myspell-fur-12092005.zip
|
43
hunspell-fur.spec
Normal file
43
hunspell-fur.spec
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
Name: hunspell-fur
|
||||||
|
Summary: Friulian hunspell dictionaries
|
||||||
|
%define upstreamid 20050912
|
||||||
|
Version: 0.%{upstreamid}
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Source: http://digilander.libero.it/paganf/coretors/myspell-fur-12092005.zip
|
||||||
|
Group: Applications/Text
|
||||||
|
URL: http://digilander.libero.it/paganf/coretors/dizionaris.html
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
License: GPLv2+
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: hunspell
|
||||||
|
|
||||||
|
%description
|
||||||
|
Friulian hunspell dictionaries.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n myspell-fur-12092005
|
||||||
|
|
||||||
|
%build
|
||||||
|
chmod -x *
|
||||||
|
for i in COPYING.txt LICENCE.txt LEIMI.txt; do
|
||||||
|
tr -d '\r' < $i > $i.new
|
||||||
|
iconv -f ISO-8859-15 -t UTF-8 $i.new > $i
|
||||||
|
done
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
cp -p fur_IT.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc COPYING.txt LEIMI.txt LICENCE.txt
|
||||||
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Sep 29 2008 Caolan McNamara <caolanm@redhat.com> - 0.20050912-1
|
||||||
|
- initial version
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
hunspell-fur-0_20050912-1_fc9:HEAD:hunspell-fur-0.20050912-1.fc9.src.rpm:1222899034
|
Loading…
Reference in New Issue
Block a user