hostname/hostname.spec

100 lines
3.0 KiB
RPMSpec
Raw Normal View History

2009-12-08 08:20:09 +00:00
Summary: Utility to set/show the host name or domain name
Name: hostname
2013-06-18 17:10:03 +00:00
Version: 3.13
Release: 1%{?dist}
2009-12-08 08:20:09 +00:00
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
# Initial changes
2010-02-02 10:47:27 +00:00
Patch1: hostname-rh.patch
2009-12-08 08:20:09 +00:00
%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
2013-06-18 17:10:03 +00:00
%setup -q
2010-02-02 10:47:27 +00:00
%patch1 -p1 -b .rh
2009-12-08 08:20:09 +00:00
%build
make CFLAGS="$RPM_OPT_FLAGS $CFLAGS"
2009-12-08 08:20:09 +00:00
%install
2012-11-30 11:55:11 +00:00
make BASEDIR=%{buildroot} install
2009-12-08 08:20:09 +00:00
%files
2009-12-08 08:20:09 +00:00
%doc COPYRIGHT
2012-11-30 11:55:11 +00:00
/bin/*
2009-12-08 08:20:09 +00:00
%{_mandir}/man1/*
%changelog
2013-06-18 17:10:03 +00:00
* Tue Jun 18 2013 Jiri Popelka <jpopelka@redhat.com> - 3.13-1
- 3.13: -v references removed upstream
2013-03-26 11:43:15 +00:00
* Tue Mar 26 2013 Jiri Popelka <jpopelka@redhat.com> - 3.12-4
- remove void -v option from --help
2013-03-08 11:18:00 +00:00
* Fri Mar 08 2013 Jiri Popelka <jpopelka@redhat.com> - 3.12-3
- do not ship outdated french man pages (#919198)
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2012-12-07 09:25:49 +00:00
* Fri Dec 07 2012 Jiri Popelka <jpopelka@redhat.com> - 3.12-1
- 3.12: man page improvements
2012-11-30 11:55:11 +00:00
* 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
- /usr move: use _bindir macro
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-02-21 18:23:38 +00:00
* Tue Feb 21 2012 Jiri Popelka <jpopelka@redhat.com> - 3.11-1
- 3.11
2012-01-18 08:42:23 +00:00
* Wed Jan 18 2012 Jiri Popelka <jpopelka@redhat.com> - 3.10-1
- 3.10
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.09-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-12-29 11:21:33 +00:00
* Thu Dec 29 2011 Jiri Popelka <jpopelka@redhat.com> - 3.09-1
- 3.09
2011-12-24 08:21:52 +00:00
* Sat Dec 24 2011 Jiri Popelka <jpopelka@redhat.com> - 3.08-1
- 3.08
2011-12-23 08:25:31 +00:00
* Fri Dec 23 2011 Jiri Popelka <jpopelka@redhat.com> - 3.07-1
- 3.07
2011-03-07 16:35:01 +00:00
* Mon Mar 07 2011 Jiri Popelka <jpopelka@redhat.com> - 3.06-1
- 3.06
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.05-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2010-11-16 17:08:31 +00:00
* Tue Nov 16 2010 Jiri Popelka <jpopelka@redhat.com> - 3.05-1
2011-03-07 16:35:01 +00:00
- 3.05
2010-11-16 17:08:31 +00:00
2010-04-30 10:38:11 +00:00
* Fri Apr 30 2010 Ville Skyttä <ville.skytta@iki.fi> - 3.04-2
- Mark localized man pages with %%lang.
2010-03-25 11:14:25 +00:00
* Thu Mar 25 2010 Jiri Popelka <jpopelka@redhat.com> - 3.04-1
2011-03-07 16:35:01 +00:00
- 3.04
2010-03-25 11:14:25 +00:00
2010-02-02 10:47:27 +00:00
* Tue Feb 02 2010 Jiri Popelka <jpopelka@redhat.com> - 3.03-1
2011-03-07 16:35:01 +00:00
- 3.03
2009-12-08 08:20:09 +00:00
* Tue Nov 10 2009 Jiri Popelka <jpopelka@redhat.com> - 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.