revert /usr move for now
This commit is contained in:
parent
e3a1fc7b82
commit
2b936700b7
@ -1,7 +1,7 @@
|
|||||||
Summary: Utility to set/show the host name or domain name
|
Summary: Utility to set/show the host name or domain name
|
||||||
Name: hostname
|
Name: hostname
|
||||||
Version: 3.11
|
Version: 3.11
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://packages.qa.debian.org/h/hostname.html
|
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"
|
make CFLAGS="$RPM_OPT_FLAGS $CFLAGS"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make BASEDIR=%{buildroot} BINDIR=%{_bindir} install
|
make BASEDIR=%{buildroot} install
|
||||||
|
|
||||||
%find_lang %{name} --all-name --with-man
|
%find_lang %{name} --all-name --with-man
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc COPYRIGHT
|
%doc COPYRIGHT
|
||||||
%{_bindir}/*
|
/bin/*
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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 some rh-specific bits from rh.patch as they are no longer valid (#881913)
|
||||||
- remove outdated de & pt man pages
|
- remove outdated de & pt man pages
|
||||||
|
Loading…
Reference in New Issue
Block a user