]> git.pld-linux.org Git - packages/gcvs.git/commitdiff
- added ambiguous patch
authorTomasz Pala <gotar@pld-linux.org>
Sun, 24 Aug 2003 06:38:59 +0000 (06:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcvs.spec -> 1.32

gcvs.spec

index ea268605040d68411d9b0646001e7f59c5be1221..1426bd2b1e0c9a17e5a94a106e8ae983be88a168 100644 (file)
--- a/gcvs.spec
+++ b/gcvs.spec
@@ -11,6 +11,7 @@ Source0:      http://dl.sourceforge.net/cvsgui/%{name}-%{version}.tar.bz2
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Patch0:                %{name}-nocvsunix.patch
+Patch1:                %{name}-ambiguous.patch
 URL:           http://www.wincvs.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -31,11 +32,13 @@ Pozwala na wygodne operacje w CVS poprzez graficzny interfejs.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 CXXFLAGS="%{rpmcflags} %{!?debug:-fno-rtti}"
 %configure
This page took 0.062264 seconds and 4 git commands to generate.