]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.spec
Default to --auto=yes
[thirdparty/mdadm.git] / mdadm.spec
index c662aa0d87da745da279e3f03ff059f990f12e1d..3a92fb96d8cbea0d416f99bd85d2a364ffcdef60 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     0.8.2
+Version:     2.5.6
 Release:     1
 Source:      http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz
 URL:         http://www.cse.unsw.edu.au/~neilb/source/mdadm/
@@ -28,7 +28,7 @@ some common tasks).
 # people who install RPMs (especially given that the default RPM options
 # will strip the binary) are not going to be running gdb against the
 # program.
-make CFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}"
+make CXFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}"
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} BINDIR=%{_sbindir} install
@@ -45,8 +45,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man*/md*
 
 %changelog
+* Fri May 10 2002  <neilb@cse.unsw.edu.au>
+- update to 1.0.0
+- Set CXFLAGS instead of CFLAGS
+
 * Sat Apr  6 2002  <neilb@cse.unsw.edu.au>
-- change %install to use "make install"
+- change install to use "make install"
 
 * Fri Mar 15 2002  <gleblanc@localhost.localdomain>
 - beautification