summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvcrhonek <vcrhonek@fedoraproject.org>2008-02-11 14:58:08 +0000
committervcrhonek <vcrhonek@fedoraproject.org>2008-02-11 14:58:08 +0000
commitcce394f95e8d3421650b1411277dbfb36dfdb56f (patch)
tree52814c09f4927c7ae08cfcbd4e2e6309bcf37672
parent6a80cb2707ba2e1b85d332b32bb9f6d0e0453bba (diff)
downloadtcsh-rebase-6.19.00-cce394f95e8d3421650b1411277dbfb36dfdb56f.tar.gz
tcsh-rebase-6.19.00-cce394f95e8d3421650b1411277dbfb36dfdb56f.tar.xz
tcsh-rebase-6.19.00-cce394f95e8d3421650b1411277dbfb36dfdb56f.zip
fix buildroot
-rw-r--r--tcsh.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/tcsh.spec b/tcsh.spec
index 2c1b729..9ddf465 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -3,7 +3,7 @@
Summary: An enhanced version of csh, the C shell
Name: tcsh
Version: 6.15
-Release: 2%{?dist}
+Release: 3%{?dist}
License: BSD with advertising
Group: System Environment/Shells
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
@@ -14,7 +14,7 @@ Provides: csh = %{version}
Requires(post): grep
Requires(postun): coreutils, grep
URL: http://www.tcsh.org/
-Buildroot: %{_tmppath}/%{name}-%{version}-root
+Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: autoconf, automake, ncurses-devel, gettext-devel
%description
@@ -97,6 +97,9 @@ fi
%{_mandir}/*/*
%changelog
+* Mon Feb 11 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.15-3
+- Fix Buildroot
+
* Fri Jan 18 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.15-2
- Rebuild