Add a BuildRequires for gettext in the spec file.
Signed-off-by: James Bowes <jbowes@dangerouslyinc.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
9c2174350c
commit
e94a45de42
@ -8,7 +8,7 @@ License: GPL
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://kernel.org/pub/software/scm/git/
|
URL: http://kernel.org/pub/software/scm/git/
|
||||||
Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz
|
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: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel, gettext %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Requires: git-core = %{version}-%{release}
|
Requires: git-core = %{version}-%{release}
|
||||||
@ -181,6 +181,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{!?_without_docs: %doc Documentation/technical}
|
%{!?_without_docs: %doc Documentation/technical}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 03 2008 James Bowes <jbowes@dangerouslyinc.com>
|
||||||
|
- Add a BuildRequires for gettext
|
||||||
|
|
||||||
* Fri Jan 11 2008 Junio C Hamano <gitster@pobox.com>
|
* Fri Jan 11 2008 Junio C Hamano <gitster@pobox.com>
|
||||||
- Include gitk message files
|
- Include gitk message files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user