]> git.pld-linux.org Git - packages/artha.git/blob - artha.spec
- BR: s/pkg-config/pkgconfig/
[packages/artha.git] / artha.spec
1 Summary:        An off-line English thesaurus based on WordNet
2 Summary(pl.UTF-8):      Angielski słownik synonimów oparty o WordNet
3 Name:           artha
4 Version:        0.9.1
5 Release:        1
6 License:        LGPL
7 Group:          Applications/Dictionaries
8 Source0:        http://dl.sourceforge.net/artha/%{name}-%{version}.tar.bz2
9 # Source0-md5:  6614a81980e7bccf55449ad6ab9ee080
10 URL:            http://artha.sourceforge.net
11 BuildRequires:  WordNet-devel
12 BuildRequires:  autoconf >= 2.53
13 BuildRequires:  automake
14 BuildRequires:  glib2-devel >= 2.14
15 BuildRequires:  gtk+2-devel >= 2.12
16 BuildRequires:  pkgconfig
17 Requires:       WordNet
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Artha is a free cross-platform English thesaurus that works completely
22 off-line and is based on WordNet. Artha focuses on high usability,
23 without trading off simplicity and ease of use.
24
25 %description -l pl.UTF-8
26 Artha to angielski słownik wyrazów bliskoznacznych oparty o WordNet i
27 działajacy całkowicie off-line. Artha została stworzona z myślą o
28 dużej funkcjonalnosci, ale bez rezygnowania z prostoty i łatwości
29 używania.
30
31 %prep
32 %setup -q
33
34 %build
35 %{__aclocal}
36 %{__autoheader}
37 %{__autoconf}
38 %{__automake}
39
40 %configure
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog INSTALL NEWS README TODO
56 %attr(755,root,root) %{_bindir}/%{name}
57 %{_datadir}/%{name}
58 %{_desktopdir}/%{name}.desktop
59 %{_pixmapsdir}/%{name}.png
60 %{_mandir}/man1/*
This page took 0.077887 seconds and 3 git commands to generate.