~ubuntu-branches/ubuntu/dapper/igaelic/dapper

« back to all changes in this revision

Viewing changes to rpm/igaelic.spec

  • Committer: Bazaar Package Importer
  • Author(s): Alastair McKinstry
  • Date: 2004-08-03 21:27:01 UTC
  • Revision ID: james.westby@ubuntu.com-20040803212701-pekiyz2r7zshnm22
Tags: upstream-0.50
ImportĀ upstreamĀ versionĀ 0.50

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%define version 0.5
 
2
 
 
3
Name: igaelic
 
4
Summary: Scots Gaelic dictionary for Ispell
 
5
Version: %{version}
 
6
Release: 1
 
7
Group: Utilities/Text
 
8
Source: igaelic_%{version}.orig.tar.gz
 
9
Copyright:  GPL
 
10
BuildRoot: /tmp/igaelic
 
11
Requires: ispell >= 3.1.20-5
 
12
BuildArchitectures: noarch
 
13
Prefix: /usr
 
14
Requires: ispell
 
15
Packager: Alastair McKinstry <mckinstry@computer.org>
 
16
 
 
17
%description
 
18
 
 
19
This is a Scots Gaelic  dictionary for ispell.
 
20
 
 
21
%prep
 
22
%setup 
 
23
 
 
24
 
 
25
%build
 
26
make gaelic.hash
 
27
mkdir -p $RPM_BUILD_ROOT/usr/lib/ispell
 
28
mkdir -p $RPM_BUILD_ROOT/usr/man/man4
 
29
cp gaelic.hash gaelic.aff  $RPM_BUILD_ROOT/usr/lib/ispell
 
30
ln -s gaelic.hash $RPM_BUILD_ROOT/usr/lib/ispell/gaidhlig.hash
 
31
ln -s gaelic.aff  $RPM_BUILD_ROOT/usr/lib/ispell/gaidhlig.aff
 
32
 
 
33
 
 
34
%install
 
35
 
 
36
%post
 
37
 
 
38
%preun
 
39
# Delete the relevant lines. 
 
40
 
 
41
%files
 
42
%attr(644,root,root) /usr/lib/ispell/gaelic.hash
 
43
%attr(644,root,root) /usr/lib/ispell/gaelic.aff
 
44
%attr(644,root,root) /usr/lib/ispell/gaidhlig.hash
 
45
%attr(644,root,root) /usr/lib/ispell/gaidhlig.aff
 
46
%doc COPYING
 
47
%doc ChangeLog
 
48
%doc README