]> git.pld-linux.org Git - packages/pan.git/blob - pan.spec
- removed dump Patch0.
[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.11.0.92
7 Release:        2
8 Epoch:          1
9 License:        GPL
10 Group:          X11/Applications
11 Group(de):      X11/Applikationen
12 Group(pl):      X11/Aplikacje
13 Source0:        http://pan.rebelbase.com/download/%{version}/SOURCE/%{name}-%{version}.tar.bz2
14 URL:            http://www.superpimp.org/
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  bison
18 BuildRequires:  gal-devel >= 0.19
19 BuildRequires:  gettext-devel
20 BuildRequires:  gnome-libs-devel >= 1.0.16
21 BuildRequires:  gtk+-devel >= 1.2.6
22 BuildRequires:  gtkhtml-devel >= 0.16
23 BuildRequires:  libtool
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %define         _prefix         /usr/X11R6
27 %define         _mandir         %{_prefix}/man
28 %define         _sysconfdir     /etc/X11/GNOME
29 %define         _localstatedir  /var
30
31 %description
32 PAN is Pimp Ass Newsreader. Its goal is to make a user-friendly and
33 powerful USENET newsreadre for GNOME. Its user interface is based
34 loosely on popular newsreaders for Windows. This is alpha software, so
35 don't expect everything to work correctly or even at all.
36
37 %description -l es
38 Pan is a powerful and easy newsreader for GNOME. It has many features
39 for easy reading and posting, displaying and saving attachments, and
40 offline newsreading. It is also the only Unix newsreader to receive a
41 perfect score
42
43 %description -l pl
44 Celem programu PIM jest umo¿liwienie u¿ytkownikowi prostego i
45 efektywnego czytania wiadomo¶ci USENET w ¶rodowisku GNOME. Interfejs
46 u¿ytkownika jest podobny do tych znanych z Windows.
47
48 %description -l pt_BR
49 Pan é um leitor de Usenet News fácil e poderoso para o GNOME Ele tem
50 muitas características que facilitam ler e postar, mostrando e
51 salvando anexos e leitura "offline".
52
53 %prep
54 %setup -q
55
56 %build
57 sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
58 mv -f configure.in.tmp configure.in
59 rm -f missing
60 libtoolize --copy --force
61 gettextize --copy --force
62 aclocal
63 autoconf
64 automake -a -c
65 %configure \
66         --enable-html \
67         --with-gnome
68 %{__make}
69
70 %install
71 rm -rf $RPM_BUILD_ROOT
72 %{__make} install \
73         DESTDIR=$RPM_BUILD_ROOT \
74         Productivitydir=%{_applnkdir}/Network/News
75
76 gzip -9nf README ChangeLog AUTHORS TODO CREDITS
77
78 %find_lang %{name} --with-gnome
79
80 %clean
81 rm -r $RPM_BUILD_ROOT
82
83 %files -f %{name}.lang
84 %defattr(644,root,root,755)
85 %doc *.gz
86 %attr(755,root,root) %{_bindir}/*
87 %{_applnkdir}/Network/News/*
88 %{_pixmapsdir}/*
This page took 0.102017 seconds and 3 git commands to generate.