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