]> 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 2b7641b715585a908c67cac81fab20209793accf..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/
@@ -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 gita.
+Pakiet ten dostarcza bashowe uzupełnianie nazw dla gita.
 
 %package -n perl-Git
 Summary:       Perl interface to the Git version control system
@@ -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.037002 seconds and 4 git commands to generate.