Compare commits
No commits in common. 'i10ce' and 'epel8' have entirely different histories.
@ -1 +0,0 @@
|
|||||||
01762693e959847b4335cc0e4da3fea042465b7f SOURCES/fdupes-2.3.2.tar.gz
|
|
@ -1 +1 @@
|
|||||||
SOURCES/fdupes-2.3.2.tar.gz
|
/fdupes-*.tar.gz
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
%fdupes(s) \
|
|
||||||
_target=""; \
|
|
||||||
_symlinks=0; \
|
|
||||||
%{-s:_symlinks=1;} \
|
|
||||||
fdupes -q -n -r -p %1 | \
|
|
||||||
while read _file; do \
|
|
||||||
if test -z "$_target" ; then \
|
|
||||||
_target="$_file"; \
|
|
||||||
else \
|
|
||||||
if test -z "$_file" ; then \
|
|
||||||
_target=""; \
|
|
||||||
continue ; \
|
|
||||||
fi ; \
|
|
||||||
if test "$_symlinks" = 1; then \
|
|
||||||
ln -sf "${_target#%{buildroot}}" "$_file"; \
|
|
||||||
else \
|
|
||||||
ln -f "$_target" "$_file"; \
|
|
||||||
fi ;\
|
|
||||||
fi ; \
|
|
||||||
done \
|
|
||||||
%{nil}
|
|
Loading…
Reference in new issue