revert /usr move for now

This commit is contained in:
Jiri Popelka 2012-11-30 12:55:11 +01:00
parent e3a1fc7b82
commit 2b936700b7

View File

@ -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 <jpopelka@redhat.com> - 3.11-4
- revert /usr move for now
* Fri Nov 30 2012 Jiri Popelka <jpopelka@redhat.com> - 3.11-3
- remove some rh-specific bits from rh.patch as they are no longer valid (#881913)
- remove outdated de & pt man pages