import fdupes-2.3.2-2.el10

i10ce changed/i10ce/fdupes-2.3.2-2.el10
Arkady L. Shane 3 days ago
parent 1c53587e3f
commit 8ca0ac6f3e
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -0,0 +1 @@
01762693e959847b4335cc0e4da3fea042465b7f SOURCES/fdupes-2.3.2.tar.gz

2
.gitignore vendored

@ -1 +1 @@
/fdupes-*.tar.gz
SOURCES/fdupes-2.3.2.tar.gz

@ -0,0 +1,21 @@
%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}

@ -83,6 +83,9 @@ install -Dpm 0644 %{SOURCE1} %{buildroot}%{macrosdir}/macros.%{name}
%changelog
* Mon Dec 23 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.3.2-2
- Rebuilt for MSVSphere 10
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

@ -1 +0,0 @@
SHA512 (fdupes-2.3.2.tar.gz) = 50a3e046a1261566aa325a855a65e1f1f2ac040f44751cbf635e36a1dcfc8618da843da05a8f0f48d155617b1d70eef1361fb3b5add429ae369395c91f284aec
Loading…
Cancel
Save