Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a61ba5f9e2 | ||
|
|
e7752bd01b | ||
|
|
a1fd72c647 | ||
|
|
a4cf8f3a25 | ||
|
|
8019a0daf2 | ||
|
|
bb79ab603a |
5 changed files with 19 additions and 30 deletions
|
|
@ -1 +0,0 @@
|
|||
setuptool-1.19.6.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
setuptool-1.19.9.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.7
|
||||
Release: 1%{?dist}
|
||||
Version: 1.19.9
|
||||
Release: 2%{?dist}
|
||||
Summary: A text mode system configuration tool
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
|
|
@ -16,10 +16,9 @@ to access all of the text mode configuration programs included in the
|
|||
operating system distribution.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
|
@ -35,15 +34,26 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%defattr(-,root,root,-)
|
||||
%doc README COPYING
|
||||
%{_bindir}/setup
|
||||
%config %{_sysconfdir}/pam.d/*
|
||||
%config(noreplace) %{_sysconfdir}/security/console.apps/*
|
||||
%config(noreplace) %{_sysconfdir}/pam.d/setup
|
||||
%config(noreplace) %{_sysconfdir}/security/console.apps/setup
|
||||
%{_sbindir}/setup
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_datadir}/%{name}/setuptool.d
|
||||
%dir %{_sysconfdir}/setuptool.d
|
||||
%config %{_sysconfdir}/setuptool.d/*
|
||||
%config(noreplace) %{_sysconfdir}/setuptool.d/*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 02 2009 Michal Hlavinka <mhlavink@redhat.com> 1.19.9-2
|
||||
- spec cleanup
|
||||
|
||||
* Tue Oct 21 2009 Michal Hlavinka <mhlavink@redhat.com> 1.19.9-1
|
||||
- update path of firewall configuration tool (#529794)
|
||||
- update translations
|
||||
|
||||
* Mon Oct 12 2009 Michal Hlavinka <mhlavink@redhat.com> 1.19.8-1
|
||||
- add setup.1 man page
|
||||
- update translations
|
||||
|
||||
* Mon Sep 14 2009 Michal Hlavinka <mhlavink@redhat.com> - 1.19.7-1
|
||||
- relase with updated translations
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
c346b838fd8960fff308b5a629fc3a27 setuptool-1.19.6.tar.gz
|
||||
36546cdcaa56fd472172ca9bec9a6ddc setuptool-1.19.9.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue