SPECS: fdupes.spec (NEW) - new
glen
glen at pld-linux.org
Fri May 19 20:20:15 CEST 2006
Author: glen Date: Fri May 19 18:20:15 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
fdupes.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/fdupes.spec
diff -u /dev/null SPECS/fdupes.spec:1.1
--- /dev/null Fri May 19 20:20:15 2006
+++ SPECS/fdupes.spec Fri May 19 20:20:10 2006
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary: Program identifying or deleting duplicate files
+Name: fdupes
+Version: 1.40
+Release: 0.1
+License: MIT
+Group: Applications/File
+Source0: http://netdial.caribe.net/~adrian2/programs/%{name}-%{version}.tar.gz
+# Source0-md5: 11de9ab4466089b6acbb62816b30b189
+Patch0: %{name}-make.patch
+URL: http://netdial.caribe.net/~adrian2/fdupes.html
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+fdupes is a program to scan directories for duplicate files, with
+options to list and delete them. It first compares file sizes and MD5
+signatures, and then performs a byte-by-byte check for verification.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make} \
+ CC="%{__cc}" \
+ CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES CONTRIBUTORS README TODO
+%attr(755,root,root) %{_bindir}/fdupes
+%{_mandir}/man1/fdupes.1*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/05/19 18:20:10 glen
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list