]> git.pld-linux.org Git - packages/cvsfs.git/commitdiff
- release 3,
authorcieciwa <cieciwa@pld-linux.org>
Sun, 15 Dec 2002 11:59:22 +0000 (11:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed building proces on PPC.

Changed files:
    cvsfs.spec -> 1.15

cvsfs.spec

index 4d6190de43b838d2527509db9db905bcb5506972..f43a9875a3729d683d50203a0ca3d7529d08bb54 100644 (file)
@@ -6,12 +6,13 @@ Summary:      CVSFS - CVS filesystem
 Summary(pl):   CVSFS - system plikowy CVS
 Name:          cvsfs
 Version:       1.1.4
-%define                _rel 2
+%define                _rel 3
 Release:       %{_rel}
 License:       GPL
 Group:         Tools
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/%{name}/%{name}-%{version}.tar.gz
 Patch0:                cvsfs-Makefile.am.patch
+Patch1:                cvsfs-PPC.patch
 URL:           http://sourceforge.net/projects/cvsfs/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -59,6 +60,9 @@ Mod
 %prep
 %setup -q
 %patch0 -p0
+%ifarch ppc
+%patch1 -p1
+%endif
 
 %build
 %{__aclocal}
This page took 0.087929 seconds and 4 git commands to generate.