Add BR on gettext
This commit is contained in:
parent
6e9300fbf8
commit
70ebaedb54
7
git.spec
7
git.spec
@ -1,7 +1,7 @@
|
||||
# Pass --without docs to rpmbuild if you don't want the documentation
|
||||
Name: git
|
||||
Version: 1.5.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Git core and tools
|
||||
License: GPLv2
|
||||
Group: Development/Tools
|
||||
@ -11,7 +11,7 @@ Source1: git-init.el
|
||||
Source2: git.xinetd
|
||||
Source3: git.conf.httpd
|
||||
Patch0: git-1.5-gitweb-home-link.patch
|
||||
BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel, emacs %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
|
||||
BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel, emacs, gettext %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Requires: git-core = %{version}-%{release}
|
||||
@ -244,6 +244,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{!?_without_docs: %doc Documentation/technical}
|
||||
|
||||
%changelog
|
||||
* Sun Feb 03 2008 James Bowes <jbowes@redhat.com> 1.5.4-1
|
||||
- Add BuidRequires on gettext.
|
||||
|
||||
* Sat Feb 02 2008 James Bowes <jbowes@redhat.com> 1.5.4-1
|
||||
- git-1.5.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user