]> git.pld-linux.org Git - packages/pan.git/blob - pan.spec
- updated to 0.14.0.93
[packages/pan.git] / pan.spec
1 Summary:        A USENET newsreader for GNOME
2 Summary(es):    Uno leitor USENET para el GNOME
3 Summary(pl):    Czytnik USENET dla GNOME
4 Summary(pt_BR): Um leitor USENET para o GNOME
5 Name:           pan
6 Version:        0.14.0.93
7 Release:        1
8 Epoch:          1
9 License:        GPL
10 Group:          X11/Applications
11 Source0:        http://pan.rebelbase.com/download/releases/%{version}/SOURCE/%{name}-%{version}.tar.bz2
12 # Source0-md5:  e1f99e73a3aaed4eb36d07d98c8412fc
13 Patch0:         %{name}-desktop.patch
14 URL:            http://pan.rebelbase.com/
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  bison
18 BuildRequires:  gettext-devel
19 BuildRequires:  gnet-devel >= 2.0.0
20 BuildRequires:  gtk+2-devel >= 2.0.6
21 BuildRequires:  libtool
22 BuildRequires:  libxml2-devel >= 2.4.24
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 PAN is Pimp Ass Newsreader. Its goal is to make a user-friendly and
27 powerful USENET newsreader for GNOME. Its user interface is based
28 loosely on popular newsreaders for Windows. This is alpha software, so
29 don't expect everything to work correctly or even at all.
30
31 %description -l es
32 Pan is a powerful and easy newsreader for GNOME. It has many features
33 for easy reading and posting, displaying and saving attachments, and
34 offline newsreading. It is also the only Unix newsreader to receive a
35 perfect score
36
37 %description -l pl
38 Celem programu PAN jest umo¿liwienie u¿ytkownikowi prostego i
39 efektywnego czytania wiadomo¶ci USENET w ¶rodowisku GNOME. Interfejs
40 u¿ytkownika jest podobny do tych znanych z Windows.
41
42 %description -l pt_BR
43 Pan é um leitor de Usenet News fácil e poderoso para o GNOME Ele tem
44 muitas características que facilitam ler e postar, mostrando e
45 salvando anexos e leitura "offline".
46
47 %prep
48 %setup -q
49 %patch0 -p1
50
51 %build
52 rm -f missing
53 %{__libtoolize}
54 glib-gettextize -c -f
55 %{__aclocal}
56 %{__autoconf}
57 %{__automake}
58 %configure
59
60 %{__make}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT \
66         Productivitydir=%{_desktopdir}
67
68 %find_lang %{name} --with-gnome
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files -f %{name}.lang
74 %defattr(644,root,root,755)
75 %doc ANNOUNCE.html AUTHORS ChangeLog CREDITS NEWS README TODO docs/*.html
76 %attr(755,root,root) %{_bindir}/*
77 %{_desktopdir}/%{name}.desktop
78 %{_pixmapsdir}/%{name}.png
This page took 0.051117 seconds and 3 git commands to generate.