Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc492e8d78 | ||
|
|
a4b42f03a3 | ||
| b97bded30c | |||
|
|
4bbe1b7799 |
5 changed files with 9 additions and 26 deletions
|
|
@ -1 +0,0 @@
|
|||
setuptool-1.19.5.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
setuptool-1.19.6.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: setuptool
|
||||
# $Id: Makefile,v 1.1 2004/09/09 12:17:16 cvsdist Exp $
|
||||
NAME := setuptool
|
||||
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 $$/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),)
|
||||
# attempt 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,6 +1,6 @@
|
|||
Name: setuptool
|
||||
Version: 1.19.5
|
||||
Release: 2%{?dist}
|
||||
Version: 1.19.6
|
||||
Release: 1%{?dist}
|
||||
Summary: A text mode system configuration tool
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
|
|
@ -16,7 +16,7 @@ to access all of the text mode configuration programs included in the
|
|||
operating system distribution.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
|
|
@ -44,6 +44,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%config %{_sysconfdir}/setuptool.d/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 04 2009 Michal Hlavinka <mhlavink@redhat.com> - 1.19.6-1
|
||||
- updated to 1.19.6
|
||||
- don't display *_IN locale in /dev/tty/X it does not work (#511193)
|
||||
|
||||
* Mon Mar 09 2009 Michal Hlavinka <mhlavink@redhat.com> - 1.19.5-2
|
||||
- fix buildrequires
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
4880d27fbb76e8cf723d220683b9957a setuptool-1.19.5.tar.gz
|
||||
c346b838fd8960fff308b5a629fc3a27 setuptool-1.19.6.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue