]> git.pld-linux.org Git - packages/dmraid.git/blob - dmraid.spec
- proper release
[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.1
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 %{__gettextize}
32 %{__aclocal}
33 %{__autoconf}
34
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 install -D tools/dmraid $RPM_BUILD_ROOT%{_sbindir}/dmraid
42 install -D man/dmraid.8 $RPM_BUILD_ROOT%{_mandir}/man8/dmraid.8
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc README TODO doc/dmraid_design.txt
50 %attr(755,root,root) %{_sbindir}/*
51 %{_mandir}/man8/*
This page took 0.556153 seconds and 3 git commands to generate.