rpms/vim-vimoutliner/FC-5 vim-vimoutliner.spec,1.1,1.2

Matej Cepl (mcepl) fedora-extras-commits at redhat.com
Thu Apr 5 16:07:48 UTC 2007


Author: mcepl

Update of /cvs/extras/rpms/vim-vimoutliner/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6039

Modified Files:
	vim-vimoutliner.spec 
Log Message:
Changed BuildRoot to more sane value, now it is allowed.



Index: vim-vimoutliner.spec
===================================================================
RCS file: /cvs/extras/rpms/vim-vimoutliner/FC-5/vim-vimoutliner.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vim-vimoutliner.spec	9 Jan 2007 09:04:37 -0000	1.1
+++ vim-vimoutliner.spec	5 Apr 2007 16:07:18 -0000	1.2
@@ -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 @@
 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 @@
 %{_mandir}/man1/*.1.gz
 
 %changelog
+* Tue Apr  3 2007 Matej Cepl <mcepl at redhat.com> - 0.3.4-9
+- changed BuildRoot to more sane value, now it is allowed.
+
 * Mon Jan  8 2007 Matěj Cepl <mcepl at redhat.com> 0.3.4-8
 - changed named to vim-vimoutliner to follow Fedora Naming
   Guidelines.




More information about the fedora-extras-commits mailing list