]> git.pld-linux.org Git - packages/dmraid.git/blame - dmraid.spec
- init PLD spec
[packages/dmraid.git] / dmraid.spec
CommitLineData
23d76f1c 1Summary: Device-mapper RAID tool and library
2Name: dmraid
3Version: 1.0.0
4Release: 0.1
5License: GPL
6Group: Base
7Source0: http://people.redhat.com/~heinzm/sw/dmraid/src/%{name}-%{version}-rc4.tar.bz2
8# Source0-md5: 96ab9ad2891045a28688f84c5329cedc
9URL: http://people.redhat.com/~heinzm/sw/dmraid/
10BuildRequires: autoconf
11BuildRequires: device-mapper-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15DMRAID supports device discovery, set activation and display of
16properties for ATARAID on Linux >= 2.4 using device-mapper.
17
18%prep
19%setup -q -n %{name}
20mv */* ./
21
22%build
23
24%{__gettextize}
25%{__aclocal}
26%{__autoconf}
27
28%configure
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34install -D tools/dmraid $RPM_BUILD_ROOT%{_sbindir}/dmraid
35install -D man/dmraid.8 $RPM_BUILD_ROOT%{_mandir}/man8/dmraid.8
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc README TODO doc/dmraid_design.txt
43%attr(755,root,root) %{_sbindir}/*
44%attr(644,root,root) %{_mandir}/man8/*
This page took 0.403493 seconds and 4 git commands to generate.