]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- up to 2.2.0; change how we package contrib into doc so -bi --short-circuit works... auto/th/git-core-2.2.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 28 Nov 2014 07:29:50 +0000 (08:29 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 28 Nov 2014 07:29:50 +0000 (08:29 +0100)
git-core.spec

index b3ac7a1d18ca4915d284dd4019a495dfde461430..98d0ab05443853551993fd11ca00cb583aef7ebb 100644 (file)
 Summary:       Distributed version control system focused on speed, effectivity and usability
 Summary(pl.UTF-8):     Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności
 Name:          git-core
-Version:       2.1.3
+Version:       2.2.0
 Release:       1
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.gz
-# Source0-md5: 9dfb41c1abb4ce0f49c8484a36cadf65
+# Source0-md5: 2d5bbcc3e887cc4ba499f80420e2d5f7
 Source1:       %{name}-gitweb.conf
 Source2:       %{name}-gitweb-httpd.conf
 Source3:       %{name}-gitweb-lighttpd.conf
@@ -436,6 +436,9 @@ Moduł trzeba zarejestrować poleceniem:
 
 %{__rm} {Documentation/technical,contrib/emacs,contrib/credential/gnome-keyring}/.gitignore
 
+# we build things in contrib but want to have it clean for doc purporses, too
+cp -a contrib contrib-doc
+
 %build
 %{__aclocal}
 %{__autoconf}
@@ -519,8 +522,6 @@ cp -p {Makefile,config.mak,config.mak.autogen,config.mak.uname} $RPM_BUILD_ROOT%
 
 %if %{with gnome_keyring}
 install -p contrib/credential/gnome-keyring/git-credential-gnome-keyring $RPM_BUILD_ROOT%{gitcoredir}
-# Remove built binary files, otherwise they will be installed in doc
-%{__make} -C contrib/credential/gnome-keyring clean
 %endif
 
 # bash completion
@@ -610,7 +611,7 @@ fi
 
 %files -f git.lang
 %defattr(644,root,root,755)
-%doc README contrib
+%doc README contrib-doc
 %attr(755,root,root) %{_bindir}/git
 %attr(755,root,root) %{_bindir}/git-receive-pack
 %attr(755,root,root) %{_bindir}/git-shell
@@ -636,6 +637,7 @@ fi
 %{_mandir}/man7/gitcore-tutorial.7*
 %{_mandir}/man7/gitcredentials.7*
 %{_mandir}/man7/gitdiffcore.7*
+%{_mandir}/man7/giteveryday.7*
 %{_mandir}/man7/gitglossary.7*
 %{_mandir}/man7/gitnamespaces.7*
 %{_mandir}/man7/gitrevisions.7*
This page took 0.244774 seconds and 4 git commands to generate.