[xgap] Rebuild for GAP 4.5.

Jerry James jjames at fedoraproject.org
Mon Sep 17 21:39:06 UTC 2012


commit 689c436c752861df4816cd1ddc4746d260910f4d
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Mon Sep 17 15:38:40 2012 -0600

    Rebuild for GAP 4.5.

 xgap.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/xgap.spec b/xgap.spec
index 8000a31..d1b9590 100644
--- a/xgap.spec
+++ b/xgap.spec
@@ -1,6 +1,6 @@
 Name:           xgap
 Version:        4.23
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GUI for GAP
 
 License:        GPLv2+
@@ -31,7 +31,7 @@ sed -i "/^Autoload/s/true/false/" PackageInfo.g
 
 %build
 export LDFLAGS="$RPM_LD_FLAGS -Wl,--as-needed"
-%configure --with-gaproot=%{_gap_arch_dir}
+%configure --with-gaproot=%{_gap_dir}
 make %{?_smp_mflags}
 
 %install
@@ -59,9 +59,8 @@ desktop-file-install --mode=644 --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/X11/app-defaults
 cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/X11/app-defaults
 
-%posttrans -p %{_bindir}/update-gap-workspace
-
 %post
+%{_bindir}/update-gap-workspace
 update-desktop-database %{_datadir}/applications &>/dev/null ||:
 
 %postun
@@ -76,6 +75,9 @@ update-desktop-database %{_datadir}/applications &>/dev/null ||:
 %{_gap_dir}/pkg/%{name}
 
 %changelog
+* Mon Sep 17 2012 Jerry James <loganjerry at gmail.com> - 4.23-3
+- Rebuild for GAP 4.5
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.23-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list