]> git.pld-linux.org Git - packages/aspell-sc.git/blame - aspell-sc.spec
- unify ftp.gnu.org urls
[packages/aspell-sc.git] / aspell-sc.spec
CommitLineData
db279870 1Summary: Sardinian dictionary for aspell
08985251 2Summary(pl.UTF-8): Słownik sardyński dla aspella
db279870 3Name: aspell-sc
4Version: 1.0
5#%%define subv 0
6Release: 1
7Epoch: 1
8License: GPL v2+
9Group: Applications/Text
afd86542 10Source0: http://ftp.gnu.org/gnu/aspell/dict/sc/aspell5-sc-%{version}.tar.bz2
db279870 11# Source0-md5: 05284890c3445c5850a3c1410790a057
12URL: http://aspell.sourceforge.net/
5c496477
JB
13BuildRequires: aspell >= 2:0.50.0
14Requires: aspell >= 2:0.50.0
db279870 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Sardinian dictionary (i.e. word list) for aspell.
19
c9b726b8
JR
20%description -l pl.UTF-8
21Słownik sardyński (lista słów) dla aspella.
db279870 22
23%prep
24%setup -q -n aspell5-sc-%{version}
25
26%build
27# note: configure is not autoconf-generated
28./configure
29
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%doc Copyright README
44%{_libdir}/aspell/*
45%{_datadir}/aspell/*
This page took 0.069292 seconds and 4 git commands to generate.