SPECS: git-core.spec - add gitview subpackage
wolf
wolf at pld-linux.org
Tue Oct 9 21:40:10 CEST 2007
Author: wolf Date: Tue Oct 9 19:40:10 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add gitview subpackage
---- Files affected:
SPECS:
git-core.spec (1.85 -> 1.86)
---- Diffs:
================================================================
Index: SPECS/git-core.spec
diff -u SPECS/git-core.spec:1.85 SPECS/git-core.spec:1.86
--- SPECS/git-core.spec:1.85 Thu Oct 4 09:42:12 2007
+++ SPECS/git-core.spec Tue Oct 9 21:40:04 2007
@@ -131,6 +131,19 @@
%description gitweb -l pl.UTF-8
Pakiet ten dostarcza interfejs WWW do przeglądania repozytoriów gita.
+%package gitview
+Summary: A GTK based repository browser for git
+Summary(pl.UTF-8): Oparta na GTK przeglądarka repozytorium gita
+Group: Development/Tools
+Requires: %{name} = %{version}-%{release}
+#Requires: pytongowe mambo dżambo
+
+%description gitview
+A GTK based repository browser for git.
+
+%description gitview -l pl.UTF-8
+Oparta na GTK przeglądarka repozytorium gita.
+
%package -n bash-completion-git
Summary: bash-completion for git
Summary(pl.UTF-8): bashowe uzupełnianie nazw dla gita
@@ -231,6 +244,9 @@
install %{SOURCE2} $RPM_BUILD_ROOT%{webappdir}/apache.conf
install %{SOURCE2} $RPM_BUILD_ROOT%{webappdir}/httpd.conf
+# gitview
+install contrib/gitview/gitview $RPM_BUILD_ROOT%{_bindir}
+
# remove unneeded files
rm -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Git/.packlist
@@ -285,6 +301,11 @@
%attr(755,root,root) %{cgibindir}/gitweb.cgi
%{appdir}
+%files gitview
+%defattr(644,root,root,755)
+%doc contrib/gitview/gitview.txt
+%attr(755,root,root) %{_bindir}/gitview
+
%files -n bash-completion-git
%defattr(644,root,root,755)
%{_sysconfdir}/bash_completion.d/*
@@ -305,6 +326,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.86 2007/10/09 19:40:04 wolf
+- add gitview subpackage
+
Revision 1.85 2007/10/04 07:42:12 arekm
- up to 1.5.3.4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/git-core.spec?r1=1.85&r2=1.86&f=u
More information about the pld-cvs-commit
mailing list