auto-import changelog data from setuptool-1.9-1.src.rpm
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
This commit is contained in:
parent
093267990f
commit
720ef92a3e
3 changed files with 31 additions and 13 deletions
|
|
@ -1 +1 @@
|
|||
setuptool-1.8.tar.bz2
|
||||
setuptool-1.9.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
# the name is "setuptool" because we already have a package
|
||||
# named "setup". Oh, well.
|
||||
Name: setuptool
|
||||
Version: 1.8
|
||||
Release: 2
|
||||
Version: 1.9
|
||||
Release: 1
|
||||
Summary: A text mode system configuration tool.
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: setuptool-%{version}.tar.bz2
|
||||
Source: setuptool-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildPrereq: newt-devel
|
||||
|
||||
|
|
@ -15,17 +15,19 @@ 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
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make install ROOT=$RPM_BUILD_ROOT
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%find_lang setup
|
||||
|
||||
%clean
|
||||
|
|
@ -33,10 +35,28 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%files -f setup.lang
|
||||
%defattr(-,root,root)
|
||||
%attr(0755,root,root) /usr/sbin/*
|
||||
%attr(0600,root,root) /etc/X11/applnk/System/*
|
||||
%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
|
||||
* 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)
|
||||
|
||||
|
|
@ -98,5 +118,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
* Wed Nov 05 1997 Michael K. Johnson <johnsonm@redhat.com>
|
||||
- initial version
|
||||
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
5b5dd6d10a2ffa3816ab5dfc7d4d4140 setuptool-1.8.tar.bz2
|
||||
f77236b9ffe70233b0c8865d55dc73c1 setuptool-1.9.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue