diff --git a/README.md b/README.md index f2697d5..efcd837 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # whois +Whois is a client-side application which queries the whois directory service for information pertaining to a particular domain name. + diff --git a/whois.spec b/whois.spec new file mode 100644 index 0000000..0a62e31 --- /dev/null +++ b/whois.spec @@ -0,0 +1,59 @@ +Name: whois +Version: 5.1.2 +Release: 1mamba +Summary: Queries whois directory service for information pertaining to a domain name +Group: Applications/Networking +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://ftp.debian.org/debian/pool/main/w/whois/ +Source: ftp://ftp.debian.org/debian/pool/main/w/whois/whois_%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Whois is a client-side application which queries the whois directory service for information pertaining to a particular domain name. + +%debug_package + +%prep +%setup -q + +%build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall BASEDIR=%{buildroot} + +rm -f %{buildroot}%{_bindir}/mkpasswd +rm -f %{buildroot}%{_mandir}/man1/mkpasswd.1* + +%find_lang %{name} || touch %{name}.lang + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/whois +%{_mandir}/man1/whois.1.gz +%{_mandir}/man5/whois.conf.5.gz +%doc COPYING +#% doc README + +%changelog +* Thu May 08 2014 Automatic Build System 5.1.2-1mamba +- automatic version update by autodist + +* Sat Mar 01 2014 Automatic Build System 5.1.1-1mamba +- automatic version update by autodist + +* Tue Dec 17 2013 Silvan Calarco 5.0.26-2mamba +- remove mkpasswd + +* Tue Dec 17 2013 Silvan Calarco 5.0.26-1mamba +- package created using the webbuild interface