Fix BuildRequires for new perl
This commit is contained in:
parent
8a7ece38d1
commit
29dba59fb4
7
git.spec
7
git.spec
@ -1,13 +1,13 @@
|
||||
# Pass --without docs to rpmbuild if you don't want the documentation
|
||||
Name: git
|
||||
Version: 1.5.0.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Git core and tools
|
||||
License: GPL
|
||||
Group: Development/Tools
|
||||
URL: http://kernel.org/pub/software/scm/git/
|
||||
Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz
|
||||
BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
|
||||
BuildRequires: perl-devel, zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, git-gui, perl-Git
|
||||
|
||||
@ -167,6 +167,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{!?_without_docs: %doc Documentation/*.html }
|
||||
|
||||
%changelog
|
||||
* Fri Mar 2 2007 Chris Wright <chrisw@redhat.com> 1.5.0.2-2
|
||||
- BuildRequires perl-devel as of perl-5.8.8-14 (bz 230680)
|
||||
|
||||
* Mon Feb 26 2007 Chris Wright <chrisw@redhat.com> 1.5.0.2-1
|
||||
- git-1.5.0.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user