Changed BuildRoot to more sane value, now it is allowed.

This commit is contained in:
Matej Cepl 2007-04-05 15:51:49 +00:00
commit 175eb8cf67

View file

@ -2,7 +2,7 @@
Name: vim-vimoutliner
Version: 0.3.4
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Script for building an outline editor on top of Vim
Group: Applications/Editors
License: GPL
@ -18,7 +18,7 @@ Source4: vimoutliner-README.Fedora
Source5: vimoutliner-Makefile
Patch: vimoutliner-mc-build.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires: vim-enhanced perl python
Requires(post): vim-enhanced
Requires(postun): vim-enhanced
@ -91,6 +91,9 @@ fi
%{_mandir}/man1/*.1.gz
%changelog
* Tue Apr 3 2007 Matej Cepl <mcepl@redhat.com> - 0.3.4-9
- changed BuildRoot to more sane value, now it is allowed.
* Mon Jan 8 2007 Matěj Cepl <mcepl@redhat.com> 0.3.4-8
- changed named to vim-vimoutliner to follow Fedora Naming
Guidelines.