]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- use cvs-client BR (1.12 to avoid nserver 1.11? - but it didn't fail for me)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 2 Dec 2007 11:14:37 +0000 (11:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- gitview deps
- use rm -f for perlish junk (installed with 0444 mode)

Changed files:
    git-core.spec -> 1.100

git-core.spec

index 4833aa9f46d2ce9fee224c5af459e64db3543656..239a5bd616fb8da2b72c2350c4750a93250c478c 100644 (file)
@@ -35,10 +35,9 @@ BuildRequires:       asciidoc >= 7.1.2-3
 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
@@ -187,7 +186,11 @@ 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
+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.
@@ -308,8 +311,8 @@ install %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/git-daemon
 # 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
This page took 0.037745 seconds and 4 git commands to generate.