]> git.pld-linux.org Git - packages/gbiff2.git/blob - gbiff2.spec
initial pld release
[packages/gbiff2.git] / gbiff2.spec
1 Summary:        gbiff checks and informs for mail
2 Summary(pl):    Sprawdza i informuje o nowej poczcie
3 Name:           gbiff
4 Version:        2.4a
5 Release:        1
6 License:        GPL
7 Group:          Applications/Mail
8 Group(de):      Applikationen/Post
9 Group(pl):      Aplikacje/Poczta
10 Group(pt):      Aplicações/Correio Eletrônico
11 Source0:        http://www.loria.fr/~rougier/gbiff/%{name}-%{version}.tar.gz
12 URL:            http://www.loria.fr/~rougier/gbiff/gbiff.html
13 BuildRequires:  gnome-libs-devel >= 1.2.13
14 BuildRequires:  gtk+-devel >= 1.2.5
15 BuildRequires:  automake
16 BuildRequires:  autoconf
17 BuildRequires:  libtool
18 BuildRequires:  perl
19 Requires:       applnk
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         _prefix         /usr/X11R6
23 %define         _sysconfdir     /etc/X11/GNOME
24 %define         _mandir         %{_prefix}/man
25
26 %description
27 gbiff checks for mail within afile, a qmail or MH style dir, or on a
28 POP3 server. It can display headers (number, sender, subject, and
29 date) when new mail has arrived.
30
31 %description -l pl
32 gbiff sprawdza pocztê wewn±trz plików, katalogów w stylu qmaila lub MH
33 lub na serwerze POP3. Potrafi wy¶wietlaæ nag³ówki (liczbê, autora,
34 temat i date) gdy przychodzi nowa poczta.
35
36 %prep
37 %setup -q
38
39 %build
40 rm missing
41 libtoolize --copy --force
42 aclocal
43 autoconf
44 automake -a -c
45 %configure
46
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT \
54         sysdir=%{_applnkdir}/Network/Mail
55         
56 gzip -9nf AUTHORS NEWS README ChangeLog THANKS
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc *.gz
64 %attr(755,root,root) %{_bindir}/*
65 %{_applnkdir}/Network/Mail/*.desktop
66 %{_pixmapsdir}/%{name}
67 %{_datadir}/sounds/%{name}
68 %{_sysconfdir}/CORBA/servers/*
This page took 0.051602 seconds and 4 git commands to generate.