203 lines
6.3 KiB
RPMSpec
203 lines
6.3 KiB
RPMSpec
# The name is "setuptool" because we already have a package
|
||
# named "setup". Oh, well.
|
||
Name: setuptool
|
||
Version: 1.18.1
|
||
Release: 1.2
|
||
Summary: A text mode system configuration tool.
|
||
License: GPL
|
||
Group: Applications/System
|
||
Source: setuptool-%{version}.tar.gz
|
||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
BuildPrereq: newt-devel, gettext, perl-XML-Parser
|
||
Requires: usermode
|
||
Conflicts: pam < 0.78
|
||
|
||
%description
|
||
Setuptool is a user-friendly text mode menu utility which allows you
|
||
to access all of the text mode configuration programs included in the
|
||
Red Hat Linux operating system.
|
||
|
||
You should install the setuptool package because you will find
|
||
yourself using its features for essential system administration.
|
||
|
||
%prep
|
||
%setup -q
|
||
|
||
%build
|
||
%configure
|
||
make
|
||
|
||
%install
|
||
rm -rf $RPM_BUILD_ROOT
|
||
make install DESTDIR=$RPM_BUILD_ROOT
|
||
%find_lang setup
|
||
|
||
%clean
|
||
rm -rf $RPM_BUILD_ROOT
|
||
|
||
%files -f setup.lang
|
||
%defattr(-,root,root)
|
||
%doc README
|
||
%attr(0755,root,root) %{_bindir}/setup
|
||
%attr(0644,root,root) %{_sysconfdir}/pam.d/*
|
||
%attr(0644,root,root) %{_sysconfdir}/security/console.apps/*
|
||
%attr(0755,root,root) %{_sbindir}/setup
|
||
%attr(0755,root,root) %dir %{_sysconfdir}/setuptool.d
|
||
%attr(0644,root,root) %{_sysconfdir}/setuptool.d/*
|
||
|
||
%changelog
|
||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.18.1-1.2
|
||
- bump again for double-long bug on ppc(64)
|
||
|
||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.18.1-1.1
|
||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||
|
||
* Sun Jan 29 2006 Nalin Dahyabhai <nalin@redhat.com> 1.18.1-1
|
||
- add missing dependency on usermode (#179230)
|
||
|
||
* Wed Jan 18 2006 Nalin Dahyabhai <nalin@redhat.com> 1.18-1
|
||
- fix sorting of multiple options so that precedence is determined
|
||
correctly (#178022)
|
||
- prefer authconfig-tui to authconfig, because if we have both, then
|
||
authconfig is just a command-line app (#178022)
|
||
- actually include the README
|
||
|
||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||
- rebuilt
|
||
|
||
* Mon Oct 10 2005 Nalin Dahyabhai <nalin@redhat.com> 1.17.3-1
|
||
- update PAM configuration to use "include" directive (#170265)
|
||
- conflict with versions of the pam package (< 0.78) which don't
|
||
support the "include" directive
|
||
|
||
* Mon Oct 3 2005 Nalin Dahyabhai <nalin@redhat.com> 1.17.2-1
|
||
- clean up a compiler warning
|
||
- add a new config file so that the system-config-authentication-tui
|
||
shows up in the menu now that it's been moved
|
||
|
||
* Wed Mar 16 2005 Nalin Dahyabhai <nalin@redhat.com> 1.17.1-1
|
||
- add a short README detailing the setuptool config file format
|
||
|
||
* Fri Oct 1 2004 Nalin Dahyabhai <nalin@redhat.com> 1.17-2
|
||
- specify %%{_bindir}/setup by name now instead of with a pattern
|
||
|
||
* Fri Oct 1 2004 Nalin Dahyabhai <nalin@redhat.com> 1.17-1
|
||
- refresh translations
|
||
|
||
* Wed Sep 29 2004 Miloslav Trmac <mitr@redhat.com> - 1.16-1
|
||
- Fix crash with LANG=ko_KR.UTF-8 (#128112)
|
||
- Add missing BuildRequires (#124175, #126595)
|
||
|
||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||
- rebuilt
|
||
|
||
* Wed May 5 2004 Nalin Dahyabhai <nalin@redhat.com> 1.15-1
|
||
- prefer system-config-keyboard to kbdconfig (#122575)
|
||
- handle tools which require command-line arguments correctly
|
||
|
||
* Tue Apr 13 2004 Nalin Dahyabhai <nalin@redhat.com> 1.14-1
|
||
- use control files to find things so that the source needn't be
|
||
revised so often
|
||
- determine available translations at build-time (#102082)
|
||
|
||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 1.13-2.1
|
||
- rebuilt
|
||
|
||
* Sat Jul 12 2003 Nalin Dahyabhai <nalin@redhat.com> 1.13-2
|
||
- rebuild
|
||
|
||
* Sat Jul 12 2003 Nalin Dahyabhai <nalin@redhat.com> 1.13-1
|
||
- call bindtextdomain and textdomain with the right values (#74059)
|
||
|
||
* Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 1.12-1
|
||
- setup complains if we're not root, set FALLBACK=false in the userhelper config
|
||
|
||
* Mon Jan 27 2003 Nalin Dahyabhai <nalin@redhat.com> 1.11-2
|
||
- rebuild
|
||
|
||
* Mon Nov 11 2002 Bill Nottingham <notting@redhat.com> 1.11-1
|
||
- kill hardcoded paths from pam config file
|
||
|
||
* Tue Sep 3 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.10-1
|
||
- Update translations
|
||
|
||
* Thu Aug 15 2002 Bill Nottingham <notting@redhat.com> 1.9-2
|
||
- build against new slang
|
||
|
||
* Wed Jul 24 2002 Nalin Dahyabhai <nalin@redhat.com> 1.9-1
|
||
- nuke the .desktop file
|
||
- add usermode bits
|
||
|
||
* Wed Jul 24 2002 Nalin Dahyabhai <nalin@redhat.com> 1.9-1
|
||
- intltoolize, use desktop-file-install, autotools full pull
|
||
|
||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||
- automated rebuild
|
||
|
||
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
||
- automated rebuild
|
||
|
||
* Thu May 16 2002 Nalin Dahyabhai <nalin@redhat.com> 1.8-3
|
||
- rebuild in new environment
|
||
|
||
* Mon Aug 6 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||
- add buildrequires on newt-devel (#49696)
|
||
|
||
* Sun Aug 5 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||
- add printconf-tui for printer configuration
|
||
|
||
* Fri Feb 23 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- langify
|
||
|
||
* Wed Jan 24 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||
- add lokkit for firewall configuration (#24854)
|
||
|
||
* Tue Jan 16 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||
- add netconfig (no, not netconf, and not netcfg, netconfig) (#23444)
|
||
|
||
* Wed Dec 20 2000 Bill Nottingham <notting@redhat.com>
|
||
- ship the translations (oops)
|
||
|
||
* Thu Aug 24 2000 Erik Troan <ewt@redhat.com>
|
||
- updated it/es translations
|
||
|
||
* Sat Aug 19 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||
- make the .desktop file root-only-readable, because only root can run
|
||
setuptool anyway (#16575)
|
||
|
||
* Sun Aug 6 2000 Bill Nottingham <notting@redhat.com>
|
||
- don't bother running if they're not root (#15560)
|
||
|
||
* Fri Aug 4 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||
- add sv translations for .desktop file (#15361)
|
||
|
||
* Wed Jul 26 2000 Matt Wilson <msw@redhat.com>
|
||
- new translations for de fr it es
|
||
|
||
* Wed Jun 28 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||
- add "archive" make target
|
||
- size list box based on length of list
|
||
|
||
* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
|
||
- rebuild for next release
|
||
|
||
* Wed Feb 09 2000 Preston Brown <pbrown@redhat.com>
|
||
- wmconfig -> desktop
|
||
|
||
* Thu Feb 3 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||
- rebuilt in new environment
|
||
|
||
* Mon Aug 2 1999 Matt Wilson <msw@redhat.com>
|
||
- rebuilt against newt 0.50
|
||
|
||
* Mon Apr 5 1999 Bill Nottingham <notting@redhat.com>
|
||
- strip binary
|
||
|
||
* Fri Mar 26 1999 Bill Nottingham <notting@redhat.com>
|
||
- port to C, so we can get python out of base component
|
||
|
||
* Tue Mar 16 1999 Bill Nottingham <notting@redhat.com>
|
||
- add support for authconfig, remove cabaret
|
||
|
||
* Wed Nov 05 1997 Michael K. Johnson <johnsonm@redhat.com>
|
||
- initial version
|