]> git.pld-linux.org Git - packages/git-core.git/blobdiff - git-core.spec
- up to 1.5.3.1
[packages/git-core.git] / git-core.spec
index 3c5d0bc94f44dc1f8ed650ed156c0dedaecdba69..88bb43a8f81d7a9643029e23e6a7468051062a80 100644 (file)
@@ -1,5 +1,3 @@
-# ToDo:
-# - git-gui subpackage (depends on tk)
 #
 # Conditional build:
 %bcond_without tests   # don't perform make test
@@ -8,12 +6,12 @@
 Summary:       The stupid content tracker
 Summary(pl.UTF-8):     Prymitywne narzędzie do śledzenia treści
 Name:          git-core
-Version:       1.5.2.2
-Release:       3
+Version:       1.5.3.1
+Release:       1
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2
-# Source0-md5: 846940654b703ec5c8de4ee388cb4d08
+# Source0-md5: 3213bc24c86e3741bae3607192f3ee7d
 Source1:       %{name}-gitweb.conf
 Source2:       %{name}-gitweb-httpd.conf
 URL:           http://git.or.cz/
@@ -116,7 +114,7 @@ rewizji.
 Z punktu widzenia historii, gitk był pierwszą przeglądarką
 repozytorium git. Napisany jest w Tcl/Tk i początkowo był rozwijany
 w osobnym repozytorium, ale z czasem został włączony do głównego
-repozytorium git.
+repozytorium gita.
 
 %package gitweb
 Summary:       Web frontend to git
@@ -129,11 +127,11 @@ Requires: webapps
 This package provides a web interface for browsing git repositories.
 
 %description gitweb -l pl.UTF-8
-Pakiet ten dostarcza interfejs WWW do przegl?dania repozytoriów git.
+Pakiet ten dostarcza interfejs WWW do przeglądania repozytoriów gita.
 
 %package -n bash-completion-git
 Summary:       bash-completion for git
-Summary(pl.UTF-8):     bashowe uzupe¿nianie nazw dla git
+Summary(pl.UTF-8):     bashowe uzupełnianie nazw dla gita
 Group:         Applications/Shell
 Requires:      bash-completion
 
@@ -141,7 +139,7 @@ Requires:   bash-completion
 This package provides bash-completion for git.
 
 %description -n bash-completion-git -l pl.UTF-8
-Pakiet ten dostarcza bashowego uzupe¿niania nazw dla git.
+Pakiet ten dostarcza bashowe uzupełnianie nazw dla gita.
 
 %package -n perl-Git
 Summary:       Perl interface to the Git version control system
@@ -167,7 +165,7 @@ poleceń.
 
 %package -n vim-syntax-gitcommit
 Summary:       Vim syntax: gitcommit
-Summary(pl.UTF-8):     Sk¿adnia dla Vima: gitcommit
+Summary(pl.UTF-8):     Składnia dla Vima: gitcommit
 Group:         Applications/Editors/Vim
 # for _vimdatadir existence
 Requires:       vim >= 4:6.3.058-3
@@ -176,7 +174,7 @@ Requires:       vim >= 4:6.3.058-3
 This plugin provides syntax highlighting for git's commit messages.
 
 %description -n vim-syntax-gitcommit -l pl.UTF-8
-Ta wtyczka dostarcza pod¿wietlanie sk¿adni dla tre¿ci commitów git.
+Ta wtyczka dostarcza podświetlanie składni dla treści commitów gita.
 
 %prep
 %setup -q -n git-%{version}
@@ -213,9 +211,10 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
 %{__make} -C Documentation install \
        DESTDIR=$RPM_BUILD_ROOT
 
-# header files
+# header files and lib
 install *.h $RPM_BUILD_ROOT%{_includedir}/%{name}
 install xdiff/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/xdiff
+install libgit.a $RPM_BUILD_ROOT%{_libdir}
 
 # bash completion
 install contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
@@ -257,6 +256,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/git-*.1*
 %{_mandir}/man5/gitattributes.5*
 %{_mandir}/man5/gitignore.5*
+%{_mandir}/man5/gitmodules.5*
 %{_mandir}/man7/git.7*
 %{_datadir}/%{name}
 %{_datadir}/git-gui
@@ -265,6 +265,7 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/*
+%{_libdir}/*.a
 
 %files gitk
 %defattr(644,root,root,755)
This page took 0.054847 seconds and 4 git commands to generate.