From 2d46552003d8e84dee1bfd9cac4a1426392b64e3 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 10 May 2002 04:06:19 +0000 Subject: mdadm-1.0.0 --- mdadm.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'mdadm.spec') diff --git a/mdadm.spec b/mdadm.spec index c662aa0..fffd188 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -1,6 +1,6 @@ Summary: mdadm is used for controlling Linux md devices (aka RAID arrays) Name: mdadm -Version: 0.8.2 +Version: 1.0.0 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,6 +45,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man*/md* %changelog +* Fri May 10 2002 +- update to 1.0.0 +- Set CXFLAGS instead of CFLAGS + * Sat Apr 6 2002 - change %install to use "make install" -- cgit