]> git.pld-linux.org Git - SPECS.git/blob - recoverdm.spec
SPECS updated Sat 31 Jul 21:27:02 CEST 2021
[SPECS.git] / recoverdm.spec
1 Summary:        recoverdm - recover files/disks with damaged sectors
2 Summary(pl.UTF-8):      recoverdm - odzyskuje pliki/dyski z uszkodzonymi sektorami
3 Name:           recoverdm
4 Version:        0.20
5 Release:        1
6 License:        distributable
7 Group:          Applications/System
8 Source0:        http://www.vanheusden.com/recoverdm/%{name}-%{version}.tgz
9 # Source0-md5:  9da9ea7d44f8f94984715eb2ff1ecab4
10 Patch0:         %{name}-VERSION.patch
11 URL:            http://www.vanheusden.com/recoverdm/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 This program will help you recover disks with bad sectors. You can
16 recover files as well as complete devices.
17
18 %description -l pl.UTF-8
19 Ten program pomoże Ci odzyskać dyski ze złymi sektorami. Możesz
20 odzyskać zarówno pliki jak i całe urządzenia.
21
22 %prep
23 %setup -q
24 %patch0 -p1
25
26 %build
27 %{__make} \
28         CC="%{__cc}" \
29         LDFLAGS="%{rpmldflags}" \
30         CFLAGS="%{rpmcflags} -Wall -Wshadow -Wwrite-strings -Wconversion -Winline"
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_bindir}
35
36 install recoverdm $RPM_BUILD_ROOT%{_bindir}
37 install mergebad  $RPM_BUILD_ROOT%{_bindir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %attr(755,root,root) %{_bindir}/*
This page took 0.239058 seconds and 3 git commands to generate.