SPECS: git-core.spec - add doc bcond
glen
glen at pld-linux.org
Wed Nov 14 00:03:51 CET 2007
Author: glen Date: Tue Nov 13 23:03:51 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add doc bcond
---- Files affected:
SPECS:
git-core.spec (1.92 -> 1.93)
---- Diffs:
================================================================
Index: SPECS/git-core.spec
diff -u SPECS/git-core.spec:1.92 SPECS/git-core.spec:1.93
--- SPECS/git-core.spec:1.92 Mon Nov 5 19:51:32 2007
+++ SPECS/git-core.spec Wed Nov 14 00:03:46 2007
@@ -1,7 +1,8 @@
# $Revision$, $Date$
-#
+
# Conditional build:
%bcond_without tests # don't perform make test
+%bcond_without doc # skip building/packaging docs/manuals (takes some time)
#
%include /usr/lib/rpm/macros.perl
Summary: The stupid content tracker
@@ -16,7 +17,6 @@
Source1: %{name}-gitweb.conf
Source2: %{name}-gitweb-httpd.conf
URL: http://git.or.cz/
-BuildRequires: asciidoc >= 7.1.2-3
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: curl-devel
@@ -27,11 +27,14 @@
BuildRequires: python
BuildRequires: rpm-perlprov >= 4.1-13
BuildRequires: rpmbuild(macros) >= 1.264
-BuildRequires: xmlto
BuildRequires: zlib-devel
+%if %{with doc}
+BuildRequires: asciidoc >= 7.1.2-3
+BuildRequires: xmlto
+%endif
%if %{with tests}
-BuildRequires: pdksh >= 5.2.14-46
BuildRequires: cvs
+BuildRequires: pdksh >= 5.2.14-46
%endif
Requires: coreutils
Requires: cpio
@@ -179,18 +182,17 @@
%description -n perl-Git -l pl.UTF-8
Ten moduł umożliwia skryptom Perla współpracę z systemem kontroli
-wersji Git. W łatwy i dobrze przetestowany sposób pozwala
-wywoływać dowolne polecenia Gita; w przyszłości interfejs
-udostępni także specjalne metody do łatwego wykonywania operacji
-nietrywialnych do wykonania przy użyciu ogólnego interfejsu
-poleceń.
+wersji Git. W łatwy i dobrze przetestowany sposób pozwala wywoływać
+dowolne polecenia Gita; w przyszłości interfejs udostępni także
+specjalne metody do łatwego wykonywania operacji nietrywialnych do
+wykonania przy użyciu ogólnego interfejsu poleceń.
%package -n vim-syntax-gitcommit
Summary: Vim syntax: gitcommit
Summary(pl.UTF-8): Składnia dla Vima: gitcommit
Group: Applications/Editors/Vim
# for _vimdatadir existence
-Requires: vim >= 4:6.3.058-3
+Requires: vim >= 4:6.3.058-3
%description -n vim-syntax-gitcommit
This plugin provides syntax highlighting for git's commit messages.
@@ -215,7 +217,7 @@
GITWEB_LOGO="/gitweb/git-logo.png" \
GITWEB_FAVICON="/gitweb/git-favicon.png"
-%{__make} -C Documentation
+%{?with_doc:%{__make} -C Documentation}
%{?with_tests:%{__make} test}
@@ -230,8 +232,10 @@
INSTALLDIRS=vendor \
DESTDIR=$RPM_BUILD_ROOT
+%if %{with doc}
%{__make} -C Documentation install \
DESTDIR=$RPM_BUILD_ROOT
+%endif
# header files and lib
install *.h $RPM_BUILD_ROOT%{_includedir}/%{name}
@@ -275,14 +279,17 @@
%files
%defattr(644,root,root,755)
-%doc README Documentation/{[!g]*,g[!i]*,git,git[!k]*}.html Documentation/howto Documentation/technical contrib
-%attr(755,root,root) %{_bindir}/git
-%attr(755,root,root) %{_bindir}/git-*
+%doc README contrib
+%if %{with doc}
+%doc Documentation/{[!g]*,g[!i]*,git,git[!k]*}.html Documentation/howto Documentation/technical
%{_mandir}/man1/git-*.1*
%{_mandir}/man5/gitattributes.5*
%{_mandir}/man5/gitignore.5*
%{_mandir}/man5/gitmodules.5*
%{_mandir}/man7/git.7*
+%endif
+%attr(755,root,root) %{_bindir}/git
+%attr(755,root,root) %{_bindir}/git-*
%{_datadir}/%{name}
%{_datadir}/git-gui
%{_sharedstatedir}/git
@@ -294,9 +301,11 @@
%files gitk
%defattr(644,root,root,755)
+%if %{with doc}
%doc Documentation/gitk.html
-%attr(755,root,root) %{_bindir}/gitk
%{_mandir}/man1/gitk.1*
+%endif
+%attr(755,root,root) %{_bindir}/gitk
%files gitweb
%defattr(644,root,root,755)
@@ -333,6 +342,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.93 2007-11-13 23:03:46 glen
+- add doc bcond
+
Revision 1.92 2007-11-05 18:51:32 qboosh
- typo
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/git-core.spec?r1=1.92&r2=1.93&f=u
More information about the pld-cvs-commit
mailing list