/[packages]/cauldron/whois/current/SPECS/whois.spec
ViewVC logotype

Annotation of /cauldron/whois/current/SPECS/whois.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 408218 - (hide annotations) (download)
Fri Apr 5 10:59:43 2013 UTC (10 years, 11 months ago) by dams
File size: 1369 byte(s)
new version 5.0.22
1 wally 54359 Summary: Enhanced WHOIS client
2     Name: whois
3 dams 408218 Version: 5.0.22
4     Release: %mkrel 1
5 wally 54359 License: GPLv2+
6     Group: Networking/Other
7     URL: http://www.linux.it/~md/software/
8 dams 234483 Source0: ftp://ftp.debian.org/debian/pool/main/w/%{name}/%{name}_%{version}.tar.xz
9 wally 54359 BuildRequires: gettext
10     BuildRequires: libidn-devel
11    
12     %description
13     This is a new whois (RFC 954) client rewritten from scratch.
14    
15     It is derived from and compatible with the usual BSD and RIPE whois(1)
16     programs.
17    
18     It is intelligent and can automatically select the appropriate whois
19     server for most queries.
20    
21     %prep
22     %setup -q
23    
24     %build
25     %make OPTS="%{optflags}" HAVE_LIBIDN=1 LDFLAGS="%ldflags" whois pos
26    
27     %install
28     install -d %{buildroot}%{_bindir}
29     install -d %{buildroot}%{_sysconfdir}
30     install -d %{buildroot}%{_mandir}/man1
31    
32     %makeinstall BASEDIR=%{buildroot} prefix=%{_prefix}/ mandir=%{_mandir}
33     %makeinstall BASEDIR=%{buildroot} prefix=%{_prefix}/ mandir=%{_mandir} -C po
34    
35     install -m0644 whois.conf %{buildroot}%{_sysconfdir}
36    
37     %find_lang %{name}
38    
39     # fix a file conflict with expect (#46500)
40     mv %{buildroot}%{_bindir}/mkpasswd %{buildroot}%{_bindir}/whois-mkpasswd
41     mv %{buildroot}%{_mandir}/man1/mkpasswd.1 %{buildroot}%{_mandir}/man1/whois-mkpasswd.1
42    
43     %files -f %{name}.lang
44     %doc README
45     %config(noreplace) %{_sysconfdir}/whois.conf
46     %{_bindir}/whois
47     %{_bindir}/whois-mkpasswd
48     %{_mandir}/man1/whois.1*
49     %{_mandir}/man1/whois-mkpasswd.1*

  ViewVC Help
Powered by ViewVC 1.1.30