Changed BuildRoot to more sane value, now it is allowed.
This commit is contained in:
parent
94a2cefee3
commit
175eb8cf67
1 changed files with 5 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue