SHA256
6
0
forked from pool/fdupes
OBS User unknown
2009-01-22 12:03:22 +00:00
committed by Git OBS Bridge
parent 9c3fe56e51
commit 9749d71940
3 changed files with 90 additions and 9 deletions

View File

@@ -1,25 +1,34 @@
#
# spec file for package fdupes (Version 1.40)
#
# Copyright (c) 2007 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.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: fdupes
URL: http://premium.caribe.net/~adrian2/fdupes.html
Url: http://premium.caribe.net/~adrian2/fdupes.html
Group: Productivity/Archiving/Compression
Summary: Identifying or deleting duplicate files
Version: 1.40
Release: 42
Release: 109
License: X11/MIT
Source0: %name-%{version}.tar.bz2
Source1: macros.fdupes
Patch0: %name.diff
Patch1: fdupes-sort-output.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -35,6 +44,7 @@ Authors:
%prep
%setup -q
%patch
%patch1
%build
make
@@ -55,11 +65,13 @@ rm -rf $RPM_BUILD_ROOT
/etc/rpm
%changelog
* Thu Sep 06 2007 - mls@suse.de
* Thu Jan 15 2009 coolo@suse.de
- sort the output of fdupes to make it deterministic
* Thu Sep 06 2007 mls@suse.de
- do not hardlink empty files in %%fdupes macro
* Wed Sep 05 2007 - nadvornik@suse.cz
* Wed Sep 05 2007 nadvornik@suse.cz
- support filenames with spaces in %%fdupes macro [#307727]
* Tue May 15 2007 - coolo@suse.de
* Tue May 15 2007 coolo@suse.de
- add an RPM macro to make use of it in spec files
* Thu Nov 16 2006 - dmueller@suse.de
* Thu Nov 16 2006 dmueller@suse.de
- Initial package (1.40)