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)