]> git.pld-linux.org Git - packages/fdupes.git/blame - fdupes.spec
- tabs in preamble
[packages/fdupes.git] / fdupes.spec
CommitLineData
deb177a9 1Summary: Program identifying or deleting duplicate files
c460e2ab 2Summary(pl.UTF-8): Program identyfikujący lub usuwający duplikaty plików
deb177a9
ER
3Name: fdupes
4Version: 1.40
5Release: 0.1
6License: MIT
7Group: Applications/File
8Source0: http://netdial.caribe.net/~adrian2/programs/%{name}-%{version}.tar.gz
9# Source0-md5: 11de9ab4466089b6acbb62816b30b189
10Patch0: %{name}-make.patch
11URL: http://netdial.caribe.net/~adrian2/fdupes.html
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15fdupes is a program to scan directories for duplicate files, with
16options to list and delete them. It first compares file sizes and MD5
17signatures, and then performs a byte-by-byte check for verification.
18
ea235850
JR
19%description -l pl.UTF-8
20fdupes to program przeszukujący katalogi pod kątem duplikatów plików z
21możliwością wypisania lub usunięcia ich. Najpierw porównuje rozmiary
22plików i sygnatury MD5, a następnie przeprowadza sprawdzenie bajt po
ca2077ed
JB
23bajcie w celu weryfikacji.
24
deb177a9
ER
25%prep
26%setup -q
27%patch0 -p1
28
29%build
30%{__make} \
31 CC="%{__cc}" \
32 CFLAGS="%{rpmcflags}"
33
34%install
35rm -rf $RPM_BUILD_ROOT
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc CHANGES CONTRIBUTORS README TODO
45%attr(755,root,root) %{_bindir}/fdupes
46%{_mandir}/man1/fdupes.1*
This page took 0.091575 seconds and 4 git commands to generate.