]> git.pld-linux.org Git - packages/disc-recovery-utils.git/blob - disc-recovery-utils.spec
a128d4479397a3eace47e750c780116ed6e62ea5
[packages/disc-recovery-utils.git] / disc-recovery-utils.spec
1 Summary:        Disc recovery tools for EXT2FS
2 Summary(pl):    Narzêdzia ratunkowe do ext2fs
3 Name:           disc-recovery-utils
4 Version:        1.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/%{name}-%{version}.tgz
9 BuildRequires:  e2fsprogs-devel >= 1.07
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %define         _sbindir        /sbin
13
14 %description
15 A few disc recovery tools (copy_blocks and copy_listed_blocks) and an
16 inode recovery tool for the EXT2 filesystem (e2fsfind).
17
18 %description -l pl
19 Kilka narzêdzi ratunkowych (copy_blocks i copy_listed_blocks) oraz
20 narzêdzie do odzyskiwania inodów z systemu plików ext2 (e2fsfind).
21
22 %prep
23 %setup -q -n %{name}
24
25 %build
26 sed 's/cc/$(CC) $(CFLAGS) $(LDFLAGS)/'< Makefile >GNUmakefile
27 %{__make} CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}" E2FSROOT=$RPM_BUILD_ROOT
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
32
33 install copy_blocks copy_listed_blocks e2fsfind $RPM_BUILD_ROOT%{_sbindir}
34 install *.8 $RPM_BUILD_ROOT%{_mandir}/man8
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc README
42 %attr(755,root,root) %{_sbindir}/*
43 %{_mandir}/*/*
This page took 0.039976 seconds and 2 git commands to generate.