Use setup -n instead of setup -c

This commit is contained in:
mharris 2006-06-22 00:09:26 +00:00
parent 2328edbc62
commit ae3c516a47

View File

@ -1,3 +1,4 @@
%define pkgname util-macros
%define debug_package %{nil} %define debug_package %{nil}
Summary: X.Org X11 Autotools macros Summary: X.Org X11 Autotools macros
@ -16,19 +17,19 @@ X.Org X11 autotools macros required for building the various packages that
comprise the X Window System. comprise the X Window System.
%prep %prep
%setup -q -c %{name}-%{version} %setup -q -n %{pkgname}-%{version}
%build %build
pushd util-macros-* #pushd util-macros-*
%configure %configure
make make
popd #popd
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
pushd util-macros-* #pushd util-macros-*
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
popd #popd
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -44,6 +45,7 @@ rm -rf $RPM_BUILD_ROOT
- Update to util-macros-1.0.2 from X11R7.1 - Update to util-macros-1.0.2 from X11R7.1
- Added COPYING, ChangeLog to file manifest. - Added COPYING, ChangeLog to file manifest.
- Use "make install" instead of makeinstall macro. - Use "make install" instead of makeinstall macro.
- Use setup -n instead of setup -c
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
- bump again for double-long bug on ppc(64) - bump again for double-long bug on ppc(64)