SPECS (AC-branch): git-core.spec - updated to 1.5.6 - curl and cpio binarie...
adamg
adamg at pld-linux.org
Thu Jun 19 07:54:34 CEST 2008
Author: adamg Date: Thu Jun 19 05:54:34 2008 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- updated to 1.5.6
- curl and cpio binaries no longer required
- separated git-gui
---- Files affected:
SPECS:
git-core.spec (1.97.2.10 -> 1.97.2.11)
---- Diffs:
================================================================
Index: SPECS/git-core.spec
diff -u SPECS/git-core.spec:1.97.2.10 SPECS/git-core.spec:1.97.2.11
--- SPECS/git-core.spec:1.97.2.10 Wed Jun 11 08:22:36 2008
+++ SPECS/git-core.spec Thu Jun 19 07:54:29 2008
@@ -8,12 +8,12 @@
Summary: The stupid content tracker
Summary(pl.UTF-8): Prymitywne narzędzie do śledzenia treści
Name: git-core
-Version: 1.5.5.4
+Version: 1.5.6
Release: 1
License: GPL v2
Group: Development/Tools
Source0: http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2
-# Source0-md5: b0f80ae5e5d818aaccd44b0c9caff6d9
+# Source0-md5: 76c4efaaa5470a5385e22d99349a97b3
Source1: %{name}-gitweb.conf
Source2: %{name}-gitweb-httpd.conf
Source3: %{name}.sysconfig
@@ -45,8 +45,6 @@
BuildConflicts: cvs-nserver-client
%endif
Requires: coreutils
-Requires: cpio
-Requires: curl
Requires: cvsps >= 2.1-2
Requires: diffutils
Requires: findutils
@@ -204,6 +202,32 @@
%description gitview -l pl.UTF-8
Oparta na GTK+ przeglądarka repozytorium gita.
+%package gui
+Summary: Tcl/Tk interface to the Git version control system
+Summary(pl.UTF-8): Napisany w Tcl/Tk interfejs do systemu kontroli wersji Git
+Group: Development/Tools
+Requires: %{name} = %{version}-%{release}
+Requires: tk
+
+%description gui
+Displays changes in a repository or a selected set of commits. This
+includes visualizing the commit graph, showing information related to
+each commit, and the files in the trees of each revision.
+
+Historically, gitk was the first repository browser. It's written in
+Tcl/Tk and started off in a separate repository but was later merged
+into the main git repository.
+
+%description gui -l pl.UTF-8
+Wyświetla zmiany w repozytorium lub wybranym zbiorze commitów. Oznacza
+to wizualizację grafu commitów, wyświetlanie informacji związanych z
+każdym z commitów oraz listę plików dla każdej 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 gita.
+
%package -n bash-completion-git
Summary: bash-completion for git
Summary(pl.UTF-8): bashowe uzupełnianie nazw dla gita
@@ -369,8 +393,8 @@
%endif
%attr(755,root,root) %{_bindir}/git
%attr(755,root,root) %{_bindir}/git-*
+%exclude %{_bindir}/git-gui
%{_datadir}/%{name}
-%{_datadir}/git-gui
%{_localstatedir}/lib/git
%files daemon-inetd
@@ -398,7 +422,9 @@
%dir %{_datadir}/gitk/lib
%dir %{_datadir}/gitk/lib/msgs
%lang(de) %{_datadir}/gitk/lib/msgs/de.msg
+%lang(es) %{_datadir}/gitk/lib/msgs/es.msg
%lang(it) %{_datadir}/gitk/lib/msgs/it.msg
+%lang(sv) %{_datadir}/gitk/lib/msgs/sv.msg
%files gitweb
%defattr(644,root,root,755)
@@ -415,6 +441,25 @@
%doc contrib/gitview/gitview.txt
%attr(755,root,root) %{_bindir}/gitview
+%files gui
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/git-gui
+%dir %{_datadir}/git-gui
+%dir %{_datadir}/git-gui/lib
+%dir %{_datadir}/git-gui/lib/msgs
+%{_datadir}/git-gui/lib/git-gui.ico
+%{_datadir}/git-gui/lib/tclIndex
+%{_datadir}/git-gui/lib/*.js
+%{_datadir}/git-gui/lib/*.tcl
+%lang(de) %{_datadir}/git-gui/lib/msgs/de.msg
+%lang(fr) %{_datadir}/git-gui/lib/msgs/fr.msg
+%lang(hu) %{_datadir}/git-gui/lib/msgs/hu.msg
+%lang(it) %{_datadir}/git-gui/lib/msgs/it.msg
+%lang(ja) %{_datadir}/git-gui/lib/msgs/ja.msg
+%lang(ru) %{_datadir}/git-gui/lib/msgs/ru.msg
+%lang(sv) %{_datadir}/git-gui/lib/msgs/sv.msg
+%lang(zh_cn) %{_datadir}/git-gui/lib/msgs/zh_cn.msg
+
%files -n bash-completion-git
%defattr(644,root,root,755)
%{_sysconfdir}/bash_completion.d/*
@@ -435,7 +480,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
-Revision 1.97.2.10 2008/06/11 06:22:36 adamg
+Revision 1.97.2.11 2008/06/19 05:54:29 adamg
+- updated to 1.5.6
+- curl and cpio binaries no longer required
+- separated git-gui
+
+Revision 1.97.2.10 2008-06-11 06:22:36 adamg
- updated to 1.5.5.4
Revision 1.97.2.9 2008-05-29 20:49:25 glen
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/git-core.spec?r1=1.97.2.10&r2=1.97.2.11&f=u
More information about the pld-cvs-commit
mailing list