]> git.pld-linux.org Git - packages/coda.git/blobdiff - coda.spec
- oops, bison, not yacc
[packages/coda.git] / coda.spec
index cb54299c188e15ae4b9862e4819b602c2d624e31..9c5456deaf6b1027e82e5387c301550591c9ee0e 100644 (file)
--- a/coda.spec
+++ b/coda.spec
@@ -5,23 +5,27 @@
 Summary:       Coda distributed filesystem
 Summary(pl):   Rozproszony system plików Coda
 Name:          coda
-Version:       6.0.3
+Version:       6.0.6
 Release:       0.1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       ftp://ftp.coda.cs.cmu.edu/pub/coda/src/%{name}-%{version}.tar.gz
-# Source0-md5: 86af6c30582724a9899e39791a20435f
+# Source0-md5: 1feb4b431b72f725b568cc57a759714f
 Source1:       %{name}.venus.init
 Source2:       %{name}.auth2.init
 Source3:       %{name}.codasrv.init
 Source4:       %{name}.update.init
 Patch0:                %{name}-ugly-common.patch
 Patch1:                %{name}-FHS.patch
+Patch2:                %{name}-gcc-334.patch
+Patch3:                %{name}-gcc-334-2.patch
 URL:           http://www.coda.cs.cmu.edu/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: bison
 BuildRequires: db-devel
 BuildRequires: e2fsprogs-devel >= 1.34
+BuildRequires: libstdc++-devel
 BuildRequires: lwp-devel
 BuildRequires: ncurses-devel
 BuildRequires: readline-devel
@@ -87,6 +91,7 @@ Group:                Networking/Daemons
 PreReq:                rc-scripts
 Requires(post,preun):  /sbin/chkconfig
 Requires:      coda-common
+Requires:      rvm-tools
 
 %description server
 This package contains the fileserver codasrv for the coda filesystem,
@@ -115,14 +120,18 @@ narz
 %setup -q
 %patch0 -p1
 %patch1 -p1
+cd coda-src/venus
+%patch2
+cd ../../
+%patch3 -p1
 
 %build
 touch ChangeLog
 #autoheader
-%{__aclocal}
+#%{__aclocal}
 cp /usr/share/automake/config.sub configs/
 autoconf
-%configure
+%configure --enable-crypto
 %{__make} OPTFLAGS="%{rpmcflags}"
 
 %install
@@ -261,6 +270,7 @@ fi
 %attr(755,root,root) %{_bindir}/hoard
 %attr(755,root,root) %{_bindir}/spy
 %attr(755,root,root) %{_bindir}/parser
+%attr(755,root,root) %{_bindir}/rvmsizer
 %attr(755,root,root) %{_bindir}/smon2
 %attr(755,root,root) %{_bindir}/filerepair
 %attr(755,root,root) %{_bindir}/removeinc
This page took 0.071109 seconds and 4 git commands to generate.