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