Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
13662edee4 dist-git conversion 2010-07-28 17:46:04 +00:00
Jiří Popelka
2244bd151b - Mark localized man pages with %lang. 2010-04-30 10:38:05 +00:00
Jiří Popelka
6a074abb72 - Upgrade to 3.04 2010-03-25 11:13:43 +00:00
Jesse Keating
b110e1c7ff Initialize branch F-13 for hostname 2010-02-17 01:35:06 +00:00
6 changed files with 12 additions and 30 deletions

View file

@ -1 +0,0 @@
hostname_3.03.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
hostname_3.04.tar.gz

View file

@ -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)

View file

@ -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

View file

@ -1 +0,0 @@
hostname-3_01-1_fc12:HEAD:hostname-3.01-1.src.rpm:1260260351

View file

@ -1 +1 @@
4f7532dfd23d72a4409f305553b27d47 hostname_3.03.tar.gz
57a638deda1153b93f906816c1cb5b08 hostname_3.04.tar.gz