From 720ef92a3e11ca83ca9a5f7c00fec357a2fa4154 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:18:15 +0000 Subject: [PATCH] auto-import changelog data from setuptool-1.9-1.src.rpm Wed Jul 24 2002 Nalin Dahyabhai 1.9-1 - nuke the .desktop file - add usermode bits Wed Jul 24 2002 Nalin Dahyabhai 1.9-1 - intltoolize, use desktop-file-install, autotools full pull Fri Jun 21 2002 Tim Powers - automated rebuild Sun May 26 2002 Tim Powers - automated rebuild Thu May 16 2002 Nalin Dahyabhai 1.8-3 - rebuild in new environment --- .cvsignore | 2 +- setuptool.spec | 40 +++++++++++++++++++++++++++++----------- sources | 2 +- 3 files changed, 31 insertions(+), 13 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9eb7e70..f8d5cfa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setuptool-1.8.tar.bz2 +setuptool-1.9.tar.gz diff --git a/setuptool.spec b/setuptool.spec index 9b965f5..b77b860 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -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 1.9-1 +- nuke the .desktop file +- add usermode bits + +* Wed Jul 24 2002 Nalin Dahyabhai 1.9-1 +- intltoolize, use desktop-file-install, autotools full pull + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Sun May 26 2002 Tim Powers +- automated rebuild + +* Thu May 16 2002 Nalin Dahyabhai 1.8-3 +- rebuild in new environment + * Mon Aug 6 2001 Nalin Dahyabhai - add buildrequires on newt-devel (#49696) @@ -98,5 +118,3 @@ rm -rf $RPM_BUILD_ROOT * Wed Nov 05 1997 Michael K. Johnson - initial version - - diff --git a/sources b/sources index 109ce85..c12e860 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b5dd6d10a2ffa3816ab5dfc7d4d4140 setuptool-1.8.tar.bz2 +f77236b9ffe70233b0c8865d55dc73c1 setuptool-1.9.tar.gz