From 8b9cbe873411f0ddbd5c1218b68e005aa96636f5 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Mar 10 2006 12:37:04 +0000 Subject: use username in BuildRoot don't use PREFIX in %build --- diff --git a/convmv.spec b/convmv.spec index e33718d..13d0094 100644 --- a/convmv.spec +++ b/convmv.spec @@ -9,7 +9,7 @@ URL: http://j3e.de/linux/convmv Source: http://j3e.de/linux/convmv/convmv-%{version}.tar.gz BuildRequires: /usr/bin/md5sum BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description This package contains the tool convmv with which you can convert the encodings @@ -20,7 +20,7 @@ of filenames, e.g. from Latin1 to UTF-8. %build md5sum -c MD5sums -make PREFIX=%{_prefix} +make make test %install