Summary: Utility to set/show the host name or domain name Name: hostname Version: 3.11 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://packages.qa.debian.org/h/hostname.html Source0: http://ftp.de.debian.org/debian/pool/main/h/hostname/hostname_%{version}.tar.gz Source1: hostname.1.pt Source2: hostname.1.de # Initial changes Patch1: hostname-rh.patch %description This package provides commands which can be used to display the system's DNS name, and to display or set its hostname or NIS domain name. %prep %setup -q -n hostname %patch1 -p1 -b .rh #man pages conversion #french iconv -f iso-8859-1 -t utf-8 -o hostname.tmp hostname.1.fr && mv hostname.tmp hostname.1.fr %build export CFLAGS="$RPM_OPT_FLAGS $CFLAGS" make %install make BASEDIR=%{buildroot} install install -d %{buildroot}%{_mandir}/pt/man1 install -m 0644 %SOURCE1 %{buildroot}%{_mandir}/pt/man1/hostname.1 ln -fs hostname.1 %{buildroot}%{_mandir}/pt/man1/dnsdomainname.1 ln -fs hostname.1 %{buildroot}%{_mandir}/pt/man1/domainname.1 ln -fs hostname.1 %{buildroot}%{_mandir}/pt/man1/ypdomainname.1 ln -fs hostname.1 %{buildroot}%{_mandir}/pt/man1/nisdomainname.1 install -d %{buildroot}%{_mandir}/de/man1 install -m 0644 %SOURCE2 %{buildroot}%{_mandir}/de/man1/hostname.1 ln -fs hostname.1 %{buildroot}%{_mandir}/de/man1/dnsdomainname.1 ln -fs hostname.1 %{buildroot}%{_mandir}/de/man1/domainname.1 ln -fs hostname.1 %{buildroot}%{_mandir}/de/man1/ypdomainname.1 ln -fs hostname.1 %{buildroot}%{_mandir}/de/man1/nisdomainname.1 %find_lang %{name} --all-name --with-man %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root) %doc COPYRIGHT /bin/* %{_mandir}/man1/* %changelog * Tue Feb 21 2012 Jiri Popelka - 3.11-1 - 3.11 * Wed Jan 18 2012 Jiri Popelka - 3.10-1 - 3.10 * Fri Jan 13 2012 Fedora Release Engineering - 3.09-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Thu Dec 29 2011 Jiri Popelka - 3.09-1 - 3.09 * Sat Dec 24 2011 Jiri Popelka - 3.08-1 - 3.08 * Fri Dec 23 2011 Jiri Popelka - 3.07-1 - 3.07 * Mon Mar 07 2011 Jiri Popelka - 3.06-1 - 3.06 * Wed Feb 09 2011 Fedora Release Engineering - 3.05-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Nov 16 2010 Jiri Popelka - 3.05-1 - 3.05 * Fri Apr 30 2010 Ville Skyttä - 3.04-2 - Mark localized man pages with %%lang. * Thu Mar 25 2010 Jiri Popelka - 3.04-1 - 3.04 * Tue Feb 02 2010 Jiri Popelka - 3.03-1 - 3.03 * Tue Nov 10 2009 Jiri Popelka - 3.01-1 - Initial package. Up to now hostname has been part of net-tools package. - This package is based on Debian's hostname because Debian has had hostname as separate package since 1997 and the code is much better then the old one contained in net-tools.