]> git.pld-linux.org Git - packages/disc-recovery-utils.git/blobdiff - disc-recovery-utils.spec
- many corrections.
[packages/disc-recovery-utils.git] / disc-recovery-utils.spec
index dd201e573d579fc608c1e378d82c52c9961002d5..0d9adce56c96e44ba4df5755504a056818bb242a 100644 (file)
@@ -2,16 +2,15 @@ Summary:      Disc recovery tools for EXT2FS
 Name:          disc-recovery-utils
 Version:       1.1
 Release:       1
-Source0:       ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/%{name}-%{version}.tgz
 License:       GPL
 Group:         Applications/System
 Group(de):     Applikationen/System
 Group(pl):     Aplikacje/System
+Source0:       ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/%{name}-%{version}.tgz
 BuildRequires: e2fsprogs-devel >= 1.07
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix /
-%define                _sbindir %{_prefix}/sbin
+%define                _sbindir        /sbin
 
 %description
 A few disc recovery tools (copy_blocks and copy_listed_blocks) and an
@@ -21,22 +20,23 @@ inode recovery tool for the EXT2 filesystem (e2fsfind).
 %setup -q -n %{name}
 
 %build
-sed 's/cc/$(CC) $(CFLAGS) $(LDFLAGS)/'<Makefile>GNUmakefile
-%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O0 -g}" \
-       E2FSROOT=$RPM_BUILD_ROOT LDFLAGS="%{?debug:-s}"
+sed 's/cc/$(CC) $(CFLAGS) $(LDFLAGS)/'< Makefile >GNUmakefile
+%{__make} CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}" E2FSROOT=$RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
-cp copy_blocks copy_listed_blocks e2fsfind $RPM_BUILD_ROOT%{_sbindir}
-cp *.8 $RPM_BUILD_ROOT%{_mandir}/man8
+%{__install} -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
+
+%{__install} copy_blocks copy_listed_blocks e2fsfind $RPM_BUILD_ROOT%{_sbindir}
+%{__install} *.8 $RPM_BUILD_ROOT%{_mandir}/man8
+
 gzip -9nf README
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) /sbin/*
+%doc *.gz
+%attr(755,root,root) %{_sbindir}/*
 %{_mandir}/*/*
-%doc README*
-
-%clean
-rm -rf $RPM_BUILD_ROOT
This page took 0.066485 seconds and 4 git commands to generate.