]> git.pld-linux.org Git - packages/fatback.git/blob - fatback.spec
ec0e6e3b528910c253a937b881cbbec96b9c848b
[packages/fatback.git] / fatback.spec
1 #
2 Summary:        A forensic tool for recovering files from FAT file systems
3 Summary(pl):    Narzêdzie do odzyskiwania plików z partycji FAT
4 Name:           fatback
5 Version:        1.3
6 Release:        1
7 License:        GPL v2
8 Group:          Applications
9 Source0:        http://dl.sourceforge.net/fatback/%{name}-%{version}.tar.gz
10 # Source0-md5:  4f1beb13670a7eff5b66cff84e5fd42a
11 URL:            http://fatback.sf.net/
12 BuildRequires:  autoconf
13 BuildRequires:  flex
14 # Trash BR for configure
15 BuildRequires:  libstdc++-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Fatback is a tool for undeleting files from FAT file systems.
20
21 %description -l pl
22 Fatback jest narzêdziem do odzyskiwania usuniêtych plików z systemów
23 plików FAT.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__autoconf}
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT \
38         bindir=%{_sbindir}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS ChangeLog NEWS README
46 %attr(755,root,root) %{_sbindir}/*
47 %{_mandir}/man?/*
48 %{_infodir}/*.info*
This page took 0.148306 seconds and 2 git commands to generate.