]> git.pld-linux.org Git - packages/evms.git/blobdiff - evms.spec
- up to 1.2.0
[packages/evms.git] / evms.spec
index 09e79831cf94d32ef7709c168293bb03ed1d005c..1089a669b1e623a4a37de54b7b3ecbd1806b3d1f 100644 (file)
--- a/evms.spec
+++ b/evms.spec
@@ -1,18 +1,18 @@
 Summary:       Enterprise Volume Management System utilities
 Summary(pl):   Narzêdzia do Enterprise Volume Management System
 Name:          evms
-Version:       0.9.2
-Release:       2
+Version:       1.2.0
+Release:       1
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/evms/%{name}-%{version}.tar.gz
-Patch0:                %{name}-make.patch
 URL:           http://www.sourceforge.net/projects/evms/
 BuildRequires: glib-devel >= 1.2.0
 BuildRequires: gtk+-devel >= 1.2.0
 BuildRequires: ncurses-devel
 BuildRequires: autoconf
-Conflicts:     kernel < 2.4.0
+BuildRequires: glibc-static
+Conflicts:     kernel < 2.4.19
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sbindir        /sbin
@@ -86,15 +86,14 @@ Graficzny interfejs u
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 cd engine
-autoconf
+%{__autoconf}
 %configure \
        --with-plugins=all \
        --with-interfaces=all \
-       --with-evmslib_dir=%{_libdir}
+       --with-kernel=%{_kernelsrcdir}
 
 %{__make} OPT="%{rpmcflags}"
 
This page took 0.059465 seconds and 4 git commands to generate.