diff --git a/hostname.spec b/hostname.spec index c8faa6e..82ebc1f 100644 --- a/hostname.spec +++ b/hostname.spec @@ -1,7 +1,7 @@ Summary: Utility to set/show the host name or domain name Name: hostname Version: 3.11 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://packages.qa.debian.org/h/hostname.html @@ -26,16 +26,19 @@ iconv -f iso-8859-1 -t utf-8 -o hostname.tmp hostname.1.fr && mv hostname.tmp ho make CFLAGS="$RPM_OPT_FLAGS $CFLAGS" %install -make BASEDIR=%{buildroot} BINDIR=%{_bindir} install +make BASEDIR=%{buildroot} install %find_lang %{name} --all-name --with-man %files -f %{name}.lang %doc COPYRIGHT -%{_bindir}/* +/bin/* %{_mandir}/man1/* %changelog +* Fri Nov 30 2012 Jiri Popelka - 3.11-4 +- revert /usr move for now + * Fri Nov 30 2012 Jiri Popelka - 3.11-3 - remove some rh-specific bits from rh.patch as they are no longer valid (#881913) - remove outdated de & pt man pages