use username in BuildRoot don't use PREFIX in %build
This commit is contained in:
parent
85245f3e98
commit
8b9cbe8734
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user