]> git.pld-linux.org Git - packages/fetchpop.git/blame - fetchpop.spec
- tabs in preamble
[packages/fetchpop.git] / fetchpop.spec
CommitLineData
518ed3aa 1Summary: POP3 mail client
9a6c0fce 2Summary(pl.UTF-8): Klient POP3
518ed3aa 3Name: fetchpop
4Version: 1.9
b2dfc9de 5Release: 8
26917608 6License: GPL
518ed3aa 7Group: Applications/Mail
2654ff10 8Source0: ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/%{name}%{version}.tar.gz
2b3fba72 9# Source0-md5: 0c9b186791ea1e3da1b28f4f6094ca01
05638ca0 10Source1: %{name}.desktop
2654ff10 11Patch1: ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/%{name}%{version}.patch1
12Patch2: ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/%{name}%{version}.patch2
518ed3aa 13Requires: smtpdaemon
1bc5e704 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
518ed3aa 15
16%description
cf76c09f 17By default, fetchpop retrieves new mail from the remote pop mail
518ed3aa 18server and appends it to your mailbox file, using information in the
26917608 19file ~/.fetchhost. Fetchpop has many options to change its default
20behavior.
518ed3aa 21
1ece7d7d
JR
22%description -l pl.UTF-8
23Domyślnie fetchpop ściąga pocztę ze zdalnego serwera poczty i wrzuca
24ją do twojej skrzynki używając informacji z pliku ~/.fetchhost.
25Fetchpop posiada wiele opcji mogących zmienić jego domyślne
26917608 26zachowanie.
518ed3aa 27
28%prep
cf76c09f 29%setup -q -n %{name}%{version}
518ed3aa 30%patch1 -p1
31%patch2 -p1
32
33%build
2654ff10 34%{__make} all CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}"
518ed3aa 35
36%install
37rm -rf $RPM_BUILD_ROOT
b2dfc9de 38install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_desktopdir}}
518ed3aa 39
755ae03f 40%{__make} install install.truncate \
05638ca0 41 BINDIR=$RPM_BUILD_ROOT%{_bindir} \
27cebccb 42 MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
518ed3aa 43
b2dfc9de 44install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
9a246275 45
2654ff10 46%clean
518ed3aa 47rm -rf $RPM_BUILD_ROOT
48
49%files
26917608 50%defattr(644,root,root,755)
a696b1f8 51%doc README RFC1225 TODO FAQ.fetchpop
590ab7b6 52
9e70a4c2 53%attr(755,root,root) %{_bindir}/*
319dace5 54%{_mandir}/man1/*
8bf8f350 55%{_desktopdir}/*.desktop
This page took 0.048102 seconds and 4 git commands to generate.