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)
141 lines
4 KiB
RPMSpec
141 lines
4 KiB
RPMSpec
# the name is "setuptool" because we already have a package
|
|
# named "setup". Oh, well.
|
|
Name: setuptool
|
|
Version: 1.13
|
|
Release: 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
|
|
|
|
%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)
|
|
%attr(0755,root,root) %{_bindir}/*
|
|
%attr(0644,root,root) %{_sysconfdir}/pam.d/*
|
|
%attr(0644,root,root) %{_sysconfdir}/security/console.apps/*
|
|
%attr(0755,root,root) %{_sbindir}/*
|
|
|
|
%changelog
|
|
* 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ø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ø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
|