From 4056eecd37fa2d340910ce72355dcfe301d6e726ab6369d7315cb992b6cf7866 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 29 Nov 2012 15:09:43 +0000 Subject: [PATCH] Avoid fdupes in /etc; source command suddenly needs ./ OBS-URL: https://build.opensuse.org/package/show/science/gap?expand=0&rev=6 --- gap.changes | 5 +++++ gap.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gap.changes b/gap.changes index 3f88ff5..ebfd551 100644 --- a/gap.changes +++ b/gap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 29 15:09:28 UTC 2012 - jengelh@inai.de + +- Avoid fdupes in /etc + ------------------------------------------------------------------- Fri Aug 31 21:36:53 UTC 2012 - scorot@free.fr diff --git a/gap.spec b/gap.spec index d29c726..a8268cc 100644 --- a/gap.spec +++ b/gap.spec @@ -2345,7 +2345,7 @@ done; mkdir -p "$b/%xlib"; cp -a . "$b/%xlib"; -. sysinfo.gap; +. ./sysinfo.gap; mkdir -p "$b/%_bindir"; cp -aH bin/gap.sh "$b/%_bindir/gap-%topv"; ln -s "%xlib/bin/$GAParch/gac" "$b/%_bindir/gac-%topv"; @@ -2353,7 +2353,7 @@ ln -s "%xlib/bin/$GAParch/gac" "$b/%_bindir/gac-%topv"; ln -s "gap-%topv" "$b/%_bindir/gap"; ln -s "gac-%topv" "$b/%_bindir/gac"; -%fdupes %buildroot +%fdupes %buildroot/%_prefix %files %defattr(-,root,root)