X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgit-core.git;a=blobdiff_plain;f=git-core.spec;h=719d39e8c4d5c70a39ff529f8ed52167e679e759;hp=d0a7e048fd317e7e185bc51d33dfc443c0e5850c;hb=a59bb43969c90f4a59b6ede55c74feb545ccb1ad;hpb=21f26c1e6b72808a10c21925e75d8076ac3b6498 diff --git a/git-core.spec b/git-core.spec index d0a7e04..719d39e 100644 --- a/git-core.spec +++ b/git-core.spec @@ -14,12 +14,12 @@ 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.30.0 -Release: 1 +Version: 2.33.0 +Release: 2 License: GPL v2 Group: Development/Tools -Source0: http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.xz -# Source0-md5: 2457ee7e198bb949fecb0af94f7361a3 +Source0: https://www.kernel.org/pub/software/scm/git/git-%{version}.tar.xz +# Source0-md5: 0990ff97af1511be0d9f0d3223dd4359 Source1: %{name}-gitweb.conf Source2: %{name}-gitweb-httpd.conf Source3: %{name}-gitweb-lighttpd.conf @@ -60,10 +60,12 @@ BuildRequires: pkgconfig BuildRequires: python-devel BuildRequires: rpm-perlprov >= 4.1-13 BuildRequires: rpm-pythonprov -BuildRequires: rpmbuild(macros) >= 1.745 +BuildRequires: rpmbuild(macros) >= 1.752 +BuildRequires: tar >= 1:1.22 %if %{with tk} # wish BuildRequires: tk +BuildRequires: xz %endif BuildRequires: zlib-devel %if %{with doc} @@ -156,9 +158,7 @@ katalogu. Summary: Documentation for git-core Summary(pl.UTF-8): Dokumentacja do git-core Group: Documentation -%if "%{_rpmversion}" >= "5" BuildArch: noarch -%endif %description doc Documentation for git-core. @@ -223,9 +223,7 @@ Summary(pl.UTF-8): Napisany w Tcl/Tk interfejs do systemu kontroli wersji Git Group: Development/Tools Requires: %{name} = %{version}-%{release} Requires: tk -%if "%{_rpmversion}" >= "5" BuildArch: noarch -%endif %description gitk gitk displays changes in a repository or a selected set of commits. @@ -391,9 +389,7 @@ Summary(pl.UTF-8): bashowe uzupełnianie nazw dla gita Group: Applications/Shells Requires: %{name} = %{version}-%{release} Requires: bash-completion >= 2.0 -%if "%{_rpmversion}" >= "5" BuildArch: noarch -%endif %description -n bash-completion-git This package provides bash-completion for git. @@ -405,10 +401,9 @@ Pakiet ten dostarcza bashowe uzupełnianie nazw dla gita. Summary: Perl interface to the Git version control system Summary(pl.UTF-8): Perlowy interfejs do systemu kontroli wersji Git Group: Development/Languages/Perl +Requires: perl-Error Obsoletes: perl-git-core -%if "%{_rpmversion}" >= "5" BuildArch: noarch -%endif %description -n perl-Git This module provides Perl scripts easy way to interface the Git @@ -466,6 +461,21 @@ uwierzytelniać się przy użyciu mechanizmu GNOME libsecret. Moduł trzeba zarejestrować poleceniem: - git config --global credential.helper libsecret +%package -n zsh-completion-git +Summary: Zsh completion for git command +Summary(pl.UTF-8): Dopełnianie parametrów komendy git dla powłoki zsh +Group: Applications/Shells +Requires: %{name} = %{version}-%{release} +Requires: bash-completion-git = %{version}-%{release} +Requires: zsh +BuildArch: noarch + +%description -n zsh-completion-git +Zsh completion for git command. + +%description -n zsh-completion-git -l pl.UTF-8 +Dopełnianie parametrów komendy git dla powłoki zsh. + %prep %setup -q -n git-%{version} %patch0 -p0 @@ -588,6 +598,9 @@ install -p contrib/credential/libsecret/git-credential-libsecret $RPM_BUILD_ROOT # bash completion install -d $RPM_BUILD_ROOT%{bash_compdir} cp -p contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{bash_compdir}/git +install -d $RPM_BUILD_ROOT%{zsh_compdir} +cp -p contrib/completion/git-completion.zsh $RPM_BUILD_ROOT%{zsh_compdir}/_git +sed -i -e "1 a zstyle ':completion:*:*:git:*' script %{bash_compdir}/git" $RPM_BUILD_ROOT%{zsh_compdir}/_git # Install git-prompt.sh install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/contrib/completion @@ -711,12 +724,14 @@ fi %exclude %{_mandir}/man1/git-archimport.1* %exclude %{_mandir}/man1/git-svn.1* %exclude %{_mandir}/man1/git-cvs*.1* -%exclude %{_mandir}/man1/git-imap-send*.1* -%exclude %{_mandir}/man1/*email*.1* +%exclude %{_mandir}/man1/git-imap-send.1* +%exclude %{_mandir}/man1/git-p4.1* +%exclude %{_mandir}/man1/git-send-email.1* %{_mandir}/man1/git.1* %{_mandir}/man5/gitattributes.5* %{_mandir}/man5/githooks.5* %{_mandir}/man5/gitignore.5* +%{_mandir}/man5/gitmailmap.5* %{_mandir}/man5/gitmodules.5* %{_mandir}/man5/gitrepository-layout.5* %{_mandir}/man7/gitcli.7* @@ -885,6 +900,9 @@ fi %defattr(644,root,root,755) %attr(755,root,root) %{gitcoredir}/git-p4 %attr(755,root,root) %{gitcoredir}/mergetools/p4merge +%if %{with doc} +%{_mandir}/man1/git-p4.1* +%endif %files svn %defattr(644,root,root,755) @@ -898,10 +916,10 @@ fi %files email %defattr(644,root,root,755) %attr(755,root,root) %{gitcoredir}/git-imap-send -%attr(755,root,root) %{gitcoredir}/*email* +%attr(755,root,root) %{gitcoredir}/git-send-email %if %{with doc} -%{_mandir}/man1/*email*.1* -%{_mandir}/man1/*imap-send*.1* +%{_mandir}/man1/git-imap-send.1* +%{_mandir}/man1/git-send-email.1* %endif %files -n bash-completion-git @@ -933,3 +951,7 @@ fi %defattr(644,root,root,755) %attr(755,root,root) %{gitcoredir}/git-credential-libsecret %endif + +%files -n zsh-completion-git +%defattr(644,root,root,755) +%{zsh_compdir}/_git