]> git.pld-linux.org Git - packages/dmraid.git/blob - dmraid.spec
5a960534049d46eaff328922f1773aea26a1f5ac
[packages/dmraid.git] / dmraid.spec
1 Summary:        Device-mapper RAID tool
2 Summary(pl):    Narzêdzie do RAID-u opartego o device-mapper
3 Name:           dmraid
4 Version:        1.0.0
5 Release:        0.rc4.2
6 License:        GPL
7 Group:          Base
8 Source0:        http://people.redhat.com/~heinzm/sw/dmraid/src/%{name}-%{version}-rc4.tar.bz2
9 # Source0-md5:  96ab9ad2891045a28688f84c5329cedc
10 URL:            http://people.redhat.com/~heinzm/sw/dmraid/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  device-mapper-devel
14 BuildRequires:  gettext-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 DMRAID supports device discovery, set activation and display of
19 properties for ATARAID on Linux >= 2.4 using device-mapper.
20
21 %description -l pl
22 DMRAID obs³uguje wykrywanie urz±dzeñ, ustawianie aktywacji i
23 wy¶wietlanie w³a¶ciwo¶ci ATARAID-u na Linuksie >= 2.4 przy u¿yciu
24 device-mappera.
25
26 %prep
27 %setup -q -n %{name}
28 mv */* ./
29
30 %build
31 cp -f /usr/share/automake/config.sub autoconf
32 %{__gettextize}
33 %{__aclocal}
34 %{__autoconf}
35
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 install -D tools/dmraid $RPM_BUILD_ROOT%{_sbindir}/dmraid
43 install -D man/dmraid.8 $RPM_BUILD_ROOT%{_mandir}/man8/dmraid.8
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc README TODO doc/dmraid_design.txt
51 %attr(755,root,root) %{_sbindir}/*
52 %{_mandir}/man8/*
This page took 0.064102 seconds and 3 git commands to generate.