]> git.pld-linux.org Git - packages/whois.git/blob - whois.spec
- updated to 4.5.2
[packages/whois.git] / whois.spec
1 Summary:        whois client program 
2 Summary(pl):    klient us³ugi whois 
3 Name:           whois
4 Version:        4.5.2
5 Release:        1
6 License:        GPL
7 Group:          Networking/Utilities
8 Group(pl):      Sieciowe/Narzêdzia
9 Source0:        http://www.linux.it/~md/software/%{name}_%{version}.tar.gz
10 Patch0:         whois-Makefile.patch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 This is a new whois (RFC 954) client rewritten from scratch by me. It
15 is derived from and compatible with the usual BSD and RIPE whois(1)
16 programs. It is intelligent and can automatically select the
17 appropriate whois server for most queries.
18
19 %description -l pl
20 To jest nowy klient us³ugi whois*RFC 954) napisany ca³kowicie od nowa.
21 Jest kompatybilny zarówno z whois z BSD oraz RIPE. Jest inteligentny i
22 automatycznie dobiera poprawny serwer whois dla wiêkszosci zapytañ.
23
24 %prep
25 %setup -q 
26 %patch -p1
27
28 %build
29 %{__make} OPTS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install DESTDIR=$RPM_BUILD_ROOT
35
36 gzip -9nf README TODO
37
38 %find_lang %{name}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files -f %{name}.lang
44 %defattr(644,root,root,755)
45 %doc {README,TODO}.gz
46 %attr(755,root,root) %{_bindir}/*
47 %{_mandir}/man1/*
This page took 0.293029 seconds and 4 git commands to generate.