]> git.ipfire.org Git - thirdparty/mdadm.git/blame - mdadm.spec
Release mdadm-3.3.3
[thirdparty/mdadm.git] / mdadm.spec
CommitLineData
11a3e71d
NB
1Summary: mdadm is used for controlling Linux md devices (aka RAID arrays)
2Name: mdadm
3cab8bae 3Version: 3.3.3
11a3e71d 4Release: 1
f648834d 5Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
e5bddffd 6URL: http://neil.brown.name/blog/mdadm
11a3e71d
NB
7License: GPL
8Group: Utilities/System
e0d19036 9BuildRoot: %{_tmppath}/%{name}-root
11a3e71d 10Obsoletes: mdctl
56eb10c0 11
6f02172d 12%description
11a3e71d
NB
13mdadm is a program that can be used to create, manage, and monitor
14Linux MD (Software RAID) devices.
56eb10c0
NB
15
16%prep
00b738b2 17%setup -q
b83d95f3
NB
18# we want to install in /sbin, not /usr/sbin...
19%define _exec_prefix %{nil}
56eb10c0
NB
20
21%build
22# This is a debatable issue. The author of this RPM spec file feels that
23# people who install RPMs (especially given that the default RPM options
24# will strip the binary) are not going to be running gdb against the
25# program.
2d465520 26make CXFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}"
56eb10c0
NB
27
28%install
c913b90e
NB
29make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} BINDIR=%{_sbindir} install
30install -D -m644 mdadm.conf-example $RPM_BUILD_ROOT/%{_sysconfdir}/mdadm.conf
56eb10c0
NB
31
32%clean
33rm -rf $RPM_BUILD_ROOT
34
35%files
36%defattr(-,root,root)
c913b90e 37%doc TODO ChangeLog mdadm.conf-example COPYING
11a3e71d 38%{_sbindir}/mdadm
1fbc5b7a 39%{_sbindir}/mdmon
6f02172d
N
40/usr/lib/udev/rules.d/63-md-raid-arrays.rules
41/usr/lib/udev/rules.d/64-md-raid-assembly.rules
11a3e71d 42%config(noreplace,missingok)/%{_sysconfdir}/mdadm.conf
56eb10c0
NB
43%{_mandir}/man*/md*
44
45%changelog