summaryrefslogtreecommitdiff
path: root/packaging/fdupes.spec
blob: 43c981c2a66f92d3254ec3e42808a9570c07c50e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Name:           fdupes
Version:        1.40
Release:        42.66
License:        X11/MIT
Summary:        Identifying or deleting duplicate files
Url:            http://premium.caribe.net/~adrian2/fdupes.html
Group:          Productivity/Archiving/Compression
Source0:        %{name}-%{version}.tar.bz2
Source1:        macros.fdupes

%description
FDUPES is a program for identifying or deleting duplicate files
residing within specified directories

%prep
%setup -q

%build
make

%install
install -D -m755 fdupes %{buildroot}/usr/bin/fdupes
install -D -m644 fdupes.1 %{buildroot}/usr/share/man/man1/fdupes.1
install -D -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.fdupes

%files
%defattr(-, root, root)
%doc CHANGES
%{_bindir}/fdupes
%{_mandir}/*/*
%{_sysconfdir}/rpm