More updates.

2003-03-07  Glynn Foster  <glynn.foster@sun.com>

	* zenity.spec.in: More updates.
This commit is contained in:
Glynn Foster 2003-03-07 08:36:58 +00:00 committed by Glynn Foster
parent 20ae8669a4
commit 8b80ff46e1
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2003-03-07 Glynn Foster <glynn.foster@sun.com>
* zenity.spec.in: More updates.
2003-03-06 Glynn Foster <glynn.foster@sun.com>
* zenity.spec.in: Fix up the %defines to include

View File

@ -53,7 +53,7 @@ Zenity is especially useful in scripts.
%prep
%setup -q
%{__rm} -rf $RPM_BUILD_ROOT
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
%build
@ -62,12 +62,12 @@ Zenity is especially useful in scripts.
%install
%{__rm} -rf $RPM_BUILD_ROOT%{rpm_prefix}
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
%{__make} prefix=$RPM_BUILD_ROOT%{rpm_prefix} install
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%{__rm} -rf $RPM_BUILD_ROOT%{rpm_prefix}
%files