Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13662edee4 | ||
|
|
2244bd151b | ||
|
|
6a074abb72 | ||
|
|
b110e1c7ff |
6 changed files with 12 additions and 30 deletions
|
|
@ -1 +0,0 @@
|
|||
hostname_3.03.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
hostname_3.04.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: hostname
|
||||
# $Id$
|
||||
NAME := hostname
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Utility to set/show the host name or domain name
|
||||
Name: hostname
|
||||
Version: 3.03
|
||||
Release: 1%{?dist}
|
||||
Version: 3.04
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
URL: http://packages.qa.debian.org/h/hostname.html
|
||||
|
|
@ -48,20 +48,24 @@ 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
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%doc COPYRIGHT
|
||||
/bin/*
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/fr/man1/*
|
||||
%{_mandir}/pt/man1/*
|
||||
%{_mandir}/de/man1/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 30 2010 Ville Skyttä <ville.skytta@iki.fi> - 3.04-2
|
||||
- Mark localized man pages with %%lang.
|
||||
|
||||
* Thu Mar 25 2010 Jiri Popelka <jpopelka@redhat.com> - 3.04-1
|
||||
- Upgrade to 3.04
|
||||
|
||||
* Tue Feb 02 2010 Jiri Popelka <jpopelka@redhat.com> - 3.03-1
|
||||
- Upgrade to 3.03
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
hostname-3_01-1_fc12:HEAD:hostname-3.01-1.src.rpm:1260260351
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
4f7532dfd23d72a4409f305553b27d47 hostname_3.03.tar.gz
|
||||
57a638deda1153b93f906816c1cb5b08 hostname_3.04.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue