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