rebaseline using new home for fdupes github

updated URL and source URL
new source file added
had to adapt setup to deal with differently named folder in release tarball
epel9
Jon Schlueter 10 years ago
parent 4041ccd760
commit 36ec3ed9ea

@ -3,13 +3,13 @@
Name: fdupes
Version: 1.51
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Finds duplicate files in a given set of directories
%{?el5:Group: Applications/File}
License: MIT
URL: https://code.google.com/p/fdupes/
Source0: https://fdupes.googlecode.com/files/%{name}-%{version}.tar.gz
URL: https://github.com/adrianlopezroche/fdupes
Source0: https://github.com/adrianlopezroche/%{name}/archive/%{name}-%{version}.tar.gz
Source1: macros.fdupes
Patch0: fdupes-1.51-destdir.patch
@ -28,7 +28,7 @@ directories.
%prep
%setup -q
%setup -q -n %{name}-%{name}-%{version}
%patch2 -p1 -b .cve
%patch0 -p1 -b .destdir
%patch1 -p1 -b .typo
@ -71,6 +71,10 @@ install -pm 0644 %{SOURCE1} %{buildroot}%{macrosdir}
%changelog
* Fri Jun 19 2015 Jon Schlueter <jschluet@redhat> - 1.51-10
- Rebaseline using github which is new home of fdupes
- source tarball has unusual folder naming of fdupes-fdupes-1.51 instead of normal fdupes-1.51
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.51-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

@ -1 +1 @@
47d0410c90c9e51e450933ba35a32b62 fdupes-1.51.tar.gz
cc90047dea9f1e0a849c3c1a6e8b2d68 fdupes-1.51.tar.gz

Loading…
Cancel
Save