SPECS: git-core.spec - use cvs-client BR (1.12 to avoid nserver 1....

qboosh qboosh at pld-linux.org
Sun Dec 2 12:14:42 CET 2007


Author: qboosh                       Date: Sun Dec  2 11:14:42 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use cvs-client BR (1.12 to avoid nserver 1.11? - but it didn't fail for me)
- gitview deps
- use rm -f for perlish junk (installed with 0444 mode)

---- Files affected:
SPECS:
   git-core.spec (1.99 -> 1.100) 

---- Diffs:

================================================================
Index: SPECS/git-core.spec
diff -u SPECS/git-core.spec:1.99 SPECS/git-core.spec:1.100
--- SPECS/git-core.spec:1.99	Sat Dec  1 23:52:10 2007
+++ SPECS/git-core.spec	Sun Dec  2 12:14:37 2007
@@ -36,10 +36,9 @@
 BuildRequires:	xmlto
 %endif
 %if %{with tests}
-BuildRequires:	cvs
-# tests fail when using this client
+# tests failed sometimes when using nserver client 1.11(?)
+BuildRequires:	cvs-client >= 1.12
 BuildRequires:	pdksh >= 5.2.14-46
-BuildConflicts:	cvs-nserver-client
 %endif
 Requires:	coreutils
 Requires:	cpio
@@ -188,7 +187,11 @@
 Summary(pl.UTF-8):	Oparta na GTK+ przeglądarka repozytorium gita
 Group:		Development/Tools
 Requires:	%{name} = %{version}-%{release}
-#Requires:	pytongowe mambo dżambo
+Requires:	python >= 1:2.4
+Requires:	python-pycairo >= 1.0
+Requires:	python-pygobject
+Requires:	python-pygtk-gtk >= 2:2.8
+Suggests:	python-gnome-desktop-gtksourceview
 
 %description gitview
 A GTK+ based repository browser for git.
@@ -309,8 +312,8 @@
 # remove unneeded files
 rm -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
 rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Git/.packlist
-rm $RPM_BUILD_ROOT%{perl_vendorlib}/Error.pm
-rm $RPM_BUILD_ROOT%{_mandir}/man3/private-Error.3*
+rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Error.pm
+rm -f $RPM_BUILD_ROOT%{_mandir}/man3/private-Error.3*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -419,6 +422,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.100  2007-12-02 11:14:37  qboosh
+- use cvs-client BR (1.12 to avoid nserver 1.11? - but it didn't fail for me)
+- gitview deps
+- use rm -f for perlish junk (installed with 0444 mode)
+
 Revision 1.99  2007-12-01 22:52:10  arekm
 - remove unneded files
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/git-core.spec?r1=1.99&r2=1.100&f=u



More information about the pld-cvs-commit mailing list