]> git.pld-linux.org Git - packages/fdupes.git/blame - fdupes.spec
up to 1.51
[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 3Name: fdupes
425d1ab8
ER
4Version: 1.51
5Release: 1
deb177a9
ER
6License: MIT
7Group: Applications/File
425d1ab8
ER
8Source0: https://fdupes.googlecode.com/files/%{name}-%{version}.tar.gz
9# Source0-md5: 47d0410c90c9e51e450933ba35a32b62
deb177a9 10Patch0: %{name}-make.patch
425d1ab8 11URL: https://code.google.com/p/fdupes/
deb177a9
ER
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}" \
425d1ab8 32 COMPILER_OPTIONS="%{rpmcflags}"
deb177a9
ER
33
34%install
35rm -rf $RPM_BUILD_ROOT
36%{__make} install \
425d1ab8
ER
37 PREFIX=%{_prefix} \
38 INSTALL="install -p" \
deb177a9
ER
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc CHANGES CONTRIBUTORS README TODO
47%attr(755,root,root) %{_bindir}/fdupes
48%{_mandir}/man1/fdupes.1*
This page took 0.065988 seconds and 4 git commands to generate.