]> git.pld-linux.org Git - packages/fence.git/commitdiff
- up to 1.01.00
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 5 Nov 2005 23:51:12 +0000 (23:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fence.spec -> 1.6

fence.spec

index 1afda2d1ea404ef6c64418441950c7c12d3b474a..809942e9da99b0d95918db72a2df3c019fbbe364 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       I/O fencing system
 Summary(pl):   System barier I/O
 Name:          fence
-Version:       1.26
+Version:       1.01.00
 Release:       1
+Epoch:         1
 License:       GPL
 Group:         Applications/System
-Source0:       http://people.redhat.com/cfeist/cluster/tgz/%{name}-%{version}.tar.gz
-# Source0-md5: aee9109313966a88d007e944f991c1e6
+Source0:       ftp://sources.redhat.com/pub/cluster/releases/cluster-%{version}.tar.gz
+# Source0-md5: e98551b02ee8ed46ae0ab8fca193d751
 URL:           http://sources.redhat.com/cluster/fence/
 BuildRequires: cman-devel
 BuildRequires: perl-base
@@ -42,12 +43,14 @@ odcinania drogi do dzielonej pami
 zasilania).
 
 %prep
-%setup -q
+%setup -q -n cluster-%{version}
+cd %{name}
 
 %{__perl} -pi -e 's/-Wall/%{rpmcflags} -Wall/' make/defines.mk.input
 %{__perl} -pi -e 's/-O2 //' fence_node/Makefile fence_tool/Makefile fenced/Makefile
 
 %build
+cd %{name}
 ./configure \
        --incdir=%{_includedir} \
        --libdir=%{_libdir} \
@@ -59,6 +62,7 @@ zasilania).
 
 %install
 rm -rf $RPM_BUILD_ROOT
+cd %{name}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
This page took 0.10125 seconds and 4 git commands to generate.