From 175eb8cf678d51119c1622a45fd437a08097d02c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 5 Apr 2007 15:51:49 +0000 Subject: [PATCH] Changed BuildRoot to more sane value, now it is allowed. --- vim-vimoutliner.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vim-vimoutliner.spec b/vim-vimoutliner.spec index 1c55085..ebc7e2d 100644 --- a/vim-vimoutliner.spec +++ b/vim-vimoutliner.spec @@ -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 - 0.3.4-9 +- changed BuildRoot to more sane value, now it is allowed. + * Mon Jan 8 2007 Matěj Cepl 0.3.4-8 - changed named to vim-vimoutliner to follow Fedora Naming Guidelines.