]> git.pld-linux.org Git - packages/glusterfs.git/commitdiff
- Reverting my last commit. Should go to DEVEL branch.
authorMateusz Korniak <matkor@pld-linux.org>
Sun, 10 Aug 2008 10:22:48 +0000 (10:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glusterfs.spec -> 1.19

glusterfs.spec

index aab5373bd1ff79db3656797c6b25cd8301630877..f47ca820f022cd1b81b8af66e772930870b2d8b0 100644 (file)
@@ -7,15 +7,15 @@
 Summary:       Clustered File Storage that can scale to peta bytes
 Summary(pl.UTF-8):     Klastrowy system przechowywania plików skalujący się do petabajtów
 Name:          glusterfs
-Version:       1.4.0
-%define         qa_version 33
-Release:       0.1
+Version:       1.3.10
+Release:       3
 License:       GPL v3+
 Group:         Applications/System
-Source0:       http://ftp.zresearch.com/pub/gluster/glusterfs/1.4-qa/%{name}-%{version}qa%{qa_version}.tar.gz
-# Source0-md5: 81793e0c75d196cf80a21e4f3096c1ca
+Source0:       http://ftp.zresearch.com/pub/gluster/glusterfs/1.3/%{name}-%{version}.tar.gz
+# Source0-md5: 4231aa2d04761133d14df7b6a27a93f7
 Source1:       glusterfsd.init
-# Patch0:         %{name}-link_fix.patch
+Patch0:         %{name}-link_fix.patch
+Patch1:         %{name}-open_fix.patch
 URL:           http://gluster.org/glusterfs.php
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -139,8 +139,9 @@ This package provides the FUSE based GlusterFS client.
 Ten pakiet udostępnia opartego na FUSE klienta GlusterFS-a.
 
 %prep
-%setup -q -n %{name}-%{version}qa%{qa_version}
-# %%patch0 -p1
+%setup -q
+%patch0 -p1
+%patch1 -p1
 
 cp -l doc/examples/README README.examples
 
This page took 0.062158 seconds and 4 git commands to generate.