SHA256
6
0
forked from pool/fdupes
OBS User unknown
2007-01-15 23:12:10 +00:00
committed by Git OBS Bridge
commit 182e337845
7 changed files with 133 additions and 0 deletions

56
fdupes.spec Normal file
View File

@@ -0,0 +1,56 @@
#
# spec file for package fdupes (Version 1.40)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: fdupes
URL: http://premium.caribe.net/~adrian2/fdupes.html
Group: Productivity/Archiving/Compression
Summary: Identifying or deleting duplicate files
Version: 1.40
Release: 2
License: X11/MIT
Source0: %name-%{version}.tar.bz2
Patch0: %name.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
FDUPES is a program for identifying or deleting duplicate files
residing within specified directories
Authors:
--------
Adrian Lopez <adrian2@caribe.net>
%prep
%setup -q
%patch
%build
make
%install
install -D -m755 fdupes $RPM_BUILD_ROOT/usr/bin/fdupes
install -D -m644 fdupes.1 $RPM_BUILD_ROOT/usr/share/man/man1/fdupes.1
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc CHANGES
%{_prefix}/bin/fdupes
%{_mandir}/*/*
%changelog -n fdupes
* Thu Nov 16 2006 - dmueller@suse.de
- Initial package (1.40)