]> git.pld-linux.org Git - packages/gcvs.git/commitdiff
- Release 2
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 11 Aug 2001 17:48:19 +0000 (17:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added buildrequires
- configure2_13

Changed files:
    gcvs.spec -> 1.15

gcvs.spec

index 3209a14a04efc31ab7583e6549f406f1411ab5f0..04dbb1830afdeafb539dbb5d8437607c5a4fd8ce 100644 (file)
--- a/gcvs.spec
+++ b/gcvs.spec
@@ -2,7 +2,7 @@ Summary:        gCVS is a GTK port of WinCVS, a Windows-based CVS client
 Summary(pl):   Sportowany pod gtk WinCVS - klient CVS
 Name:          gcvs
 Version:       1.0a6
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         Applications/Communications
@@ -16,7 +16,8 @@ BuildRequires:        gtk+-devel >= 1.2
 BuildRequires: libstdc++-devel
 BuildRequires: tcl-devel
 BuildRequires: unzip
-Requires:      tcl
+BuildRequires: autoconf
+BuildRequires: automake
 Requires:      cvs >= 1.10
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -36,11 +37,11 @@ graficzny interfejs.
 
 %build
 CXXFLAGS="%{rpmcflags} %{!?debug:-fno-rtti}"
-%configure
+%configure2_13
 %{__make}
 
 cd cvsunix
-%configure
+%configure2_13
 %{__make}
 cd ..
 
This page took 0.0895820000000001 seconds and 4 git commands to generate.