]> git.pld-linux.org Git - packages/snarf.git/blob - snarf.spec
- perl -pi -e "s/^automake -a -c$/automake -a -c -f/"
[packages/snarf.git] / snarf.spec
1 Summary:        Non-interactive client for several network protocols (WWW, FTP)
2 Summary(pl):    Nieinteraktywny klient dla kilku protoko³ów (WWW, FTP)
3 Name:           snarf
4 Version:        7.0
5 Release:        7
6 License:        GPL
7 Group:          Networking/Utilities
8 Source0:        ftp://ftp.mint.net/pub/snarf/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-ipv6.patch
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13
14 %description
15 Snarf is a small non-interactive client for several network protocols,
16 like WWW, FTP, finger and some others...
17
18 %description -l pl
19 Snarf jest ma³ym, nieinteraktywnym klientem dla kilku protoko³ów
20 sieciowych, takich jak WWW, FTP, finger i kilka innych...
21
22 %prep
23 %setup -q
24 %patch0 -p1
25
26 %build
27 rm -f missing
28 aclocal
29 autoconf
30 automake -a -c -f
31
32 %configure \
33         --enable-guess-winsize
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install DESTDIR=$RPM_BUILD_ROOT
40
41 gzip -9nf README* ChangeLog TODO
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc *.gz
49 %attr(755,root,root) %{_bindir}/%{name}
50 %{_mandir}/man1/%{name}.1*
This page took 0.153258 seconds and 3 git commands to generate.