automatic version update by autodist [release 5.1.2-1mamba;Thu May 08 2014]
This commit is contained in:
parent
e9b71fd1a4
commit
f1d7b2dc99
@ -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.
|
||||
|
||||
|
59
whois.spec
Normal file
59
whois.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <autodist@mambasoft.it> 5.1.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 01 2014 Automatic Build System <autodist@mambasoft.it> 5.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.26-2mamba
|
||||
- remove mkpasswd
|
||||
|
||||
* Tue Dec 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.26-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user