Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee38be805c | ||
|
|
c0a286368f |
4 changed files with 10 additions and 49 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
setuptool-1.19.10.tar.gz
|
setuptool-1.19.10.tar.gz
|
||||||
|
/setuptool-1.19.11.tar.gz
|
||||||
|
|
|
||||||
39
setup.1
39
setup.1
|
|
@ -1,39 +0,0 @@
|
||||||
.\" Copyright (C) 2009 Red Hat, Inc. All rights reserved.
|
|
||||||
.\" Man page author: Michal Hlavinka <mhlavink@redhat.com>
|
|
||||||
.TH setup 1 2009-10-07 "Linux" "setuptool"
|
|
||||||
.SH NAME
|
|
||||||
setup \- A text mode system configuration tool
|
|
||||||
.SH SYNOPSIS
|
|
||||||
\fBsetup\fP
|
|
||||||
.SH DESCRIPTION
|
|
||||||
The setuptool program (\fBsetup\fP) is a front-end menu program for a group of other
|
|
||||||
tools, mostly \fBsystem\-config\-*\-tui\fP tools. The list of options which it presents is assembled by scanning
|
|
||||||
/etc/setuptool.d and /usr/share/setuptool/setuptool.d for files.
|
|
||||||
|
|
||||||
Each file in the directory should contain one or more lines of text. Each line
|
|
||||||
contains from one to four fields which are separated by "|" characters. In
|
|
||||||
order, they are:
|
|
||||||
- the path to the binary to invoke (mandatory)
|
|
||||||
- the untranslated name of the application which should be displayed
|
|
||||||
(If unset, defaults to the path of the binary, but don't depend on that.)
|
|
||||||
- the gettext textdomain in which a translation of the name of the application can be found
|
|
||||||
(If unset, defaults to "setup".)
|
|
||||||
- the directory in which translations for the textdomain can be found
|
|
||||||
(If unset, defaults to "/usr/share/locale".)
|
|
||||||
|
|
||||||
If multiple entries with the same untranslated name exist, the one which was
|
|
||||||
read FIRST takes precedence. Files are read in name collation order.
|
|
||||||
.SH EXAMPLE
|
|
||||||
A contrived example would create /etc/setuptool.d/00bogus with these contents:
|
|
||||||
|
|
||||||
.nf
|
|
||||||
/bin/ls --color; /bin/sleep 5|Example "ls" invocation.
|
|
||||||
.fi
|
|
||||||
|
|
||||||
or
|
|
||||||
|
|
||||||
.nf
|
|
||||||
/bin/ls --color; /bin/sleep 5|Give this help list|libc
|
|
||||||
.fi
|
|
||||||
|
|
||||||
to use one of libc's (not meaningful here, but) translatable messages.
|
|
||||||
|
|
@ -1,13 +1,11 @@
|
||||||
Name: setuptool
|
Name: setuptool
|
||||||
Version: 1.19.10
|
Version: 1.19.11
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}.1
|
||||||
Summary: A text mode system configuration tool
|
Summary: A text mode system configuration tool
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Url: http://git.fedorahosted.org/git/?p=setuptool.git
|
Url: http://git.fedorahosted.org/git/?p=setuptool.git
|
||||||
Source: setuptool-%{version}.tar.gz
|
Source: setuptool-%{version}.tar.gz
|
||||||
#for setuptool <= 1.19.10
|
|
||||||
Source1: setup.1
|
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
BuildRequires: newt-devel, gettext, perl-XML-Parser, glib2-devel, intltool
|
BuildRequires: newt-devel, gettext, perl-XML-Parser, glib2-devel, intltool
|
||||||
Requires: usermode
|
Requires: usermode
|
||||||
|
|
@ -28,11 +26,6 @@ make %{?_smp_mflags}
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
#for setuptool <= 1.19.10
|
|
||||||
cp %{SOURCE1} .
|
|
||||||
gzip setup.1
|
|
||||||
install -D setup.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/setup.1.gz
|
|
||||||
|
|
||||||
%find_lang setup
|
%find_lang setup
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
|
@ -52,6 +45,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_mandir}/man1/setup.1.gz
|
%{_mandir}/man1/setup.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 05 2010 jkeating - 1.19.11-1.1
|
||||||
|
- Rebuilt for gcc bug 634757
|
||||||
|
|
||||||
|
* Wed Sep 22 2010 Michal Hlavinka <mhlavink@redhat.com> 1.19.11-1
|
||||||
|
- update translations
|
||||||
|
|
||||||
* Wed May 19 2010 Michal Hlavinka <mhlavink@redhat.com> 1.19.10-2
|
* Wed May 19 2010 Michal Hlavinka <mhlavink@redhat.com> 1.19.10-2
|
||||||
- install man page
|
- install man page
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
7dae48437eca3d713cee3985a5f80b8d setuptool-1.19.10.tar.gz
|
a437de76c519c9a8cb84159d87798261 setuptool-1.19.11.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue