Architecture specific change in rpms/gap-pkg-spinsym.git
by githook-noreply@fedoraproject.org
The package rpms/gap-pkg-spinsym.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/gap-pkg-spinsym.git/commit/?id=e4....
Change:
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
Thanks.
Full change:
============
commit e4886150bd88da2f5d85848269338ef0a7103dc7
Author: Jerry James <loganjerry(a)gmail.com>
Date: Tue Sep 27 14:31:09 2022 -0600
Update for gap 4.12.0.
Convert License tag to SPDX.
diff --git a/gap-pkg-spinsym.spec b/gap-pkg-spinsym.spec
index 67a4876..4c82d48 100644
--- a/gap-pkg-spinsym.spec
+++ b/gap-pkg-spinsym.spec
@@ -2,13 +2,14 @@
Name: gap-pkg-%{pkgname}
Version: 1.5.2
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: GAP package for Brauer tables of spin-symmetric groups
-License: GPLv2+
+License: GPL-2.0-or-later
+BuildArch: noarch
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
URL: https://gap-packages.github.io/%{pkgname}/
Source0: https://github.com/gap-packages/%{pkgname}/releases/download/v%{version}/...
-BuildArch: noarch
BuildRequires: gap-devel
BuildRequires: gap-pkg-autodoc
@@ -35,30 +36,32 @@ This package contains documentation for gap-pkg-%{pkgname}.
%build
export LC_ALL=C.UTF-8
-gap < makedoc.g
+gap makedoc.g
%install
-mkdir -p %{buildroot}%{_gap_dir}/pkg
-cp -a ../%{pkgname}-%{version} %{buildroot}%{_gap_dir}/pkg
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/{LICENSE,README}
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/clean
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/*.{aux,bbl,blg,brf,idx,ilg,ind,log,out,pnr,tex}
+mkdir -p %{buildroot}%{gap_dir}/pkg/%{pkgname}/doc
+cp -a *.g gap symdata tst %{buildroot}%{gap_dir}/pkg/%{pkgname}
+%gap_copy_docs
%check
export LC_ALL=C.UTF-8
-gap -l "%{buildroot}%{_gap_dir};%{_gap_dir}" < tst/testall.g
+gap -l "%{buildroot}%{gap_dir};" tst/testall.g
%files
%doc README
%license LICENSE
-%{_gap_dir}/pkg/%{pkgname}-%{version}/
-%exclude %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
+%{gap_dir}/pkg/%{pkgname}/
+%exclude %{gap_dir}/pkg/%{pkgname}/doc/
%files doc
-%docdir %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
+%docdir %{gap_dir}/pkg/%{pkgname}/doc/
+%{gap_dir}/pkg/%{pkgname}/doc/
%changelog
+* Tue Sep 27 2022 Jerry James <loganjerry(a)gmail.com> - 1.5.2-8
+- Update for gap 4.12.0
+- Convert License tag to SPDX
+
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.5.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
6 months
Architecture specific change in rpms/gap-pkg-cvec.git
by githook-noreply@fedoraproject.org
The package rpms/gap-pkg-cvec.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/gap-pkg-cvec.git/commit/?id=8fff8....
Change:
+ExclusiveArch: aarch64 ppc64le s390x x86_64
Thanks.
Full change:
============
commit 8fff8849e5d85faeb963ce74d3595b14edfa0659
Author: Jerry James <loganjerry(a)gmail.com>
Date: Tue Sep 27 14:16:48 2022 -0600
Update for gap 4.12.0.
diff --git a/gap-pkg-cvec.spec b/gap-pkg-cvec.spec
index b821ebd..bf16d42 100644
--- a/gap-pkg-cvec.spec
+++ b/gap-pkg-cvec.spec
@@ -2,10 +2,11 @@
Name: gap-pkg-%{pkgname}
Version: 2.7.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Compact vectors over finite fields
License: GPL-2.0-or-later
+ExclusiveArch: aarch64 ppc64le s390x x86_64
URL: https://gap-packages.github.io/cvec/
Source0: https://github.com/gap-packages/cvec/releases/download/v%{version}/%{pkgn...
# Predownloaded data from ATLAS needed for the tests
@@ -48,49 +49,45 @@ This package contains documentation for gap-pkg-%{pkgname}.
export LC_ALL=C.UTF-8
# This is NOT an autotools-generated configure script; do NOT use %%configure
-./configure --with-gaproot=%{_gap_dir}
+./configure --with-gaproot=%{gap_dir}
%make_build V=1
# Build the documentation
make doc
%install
-mkdir -p %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/bin/%{_gap_arch}
-cp -p bin/%{_gap_arch}/.libs/cvec.so \
- %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/bin/%{_gap_arch}
-cp -a doc example gap local test tst *.g \
- %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/clean
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/*.{aux,bbl,blg,brf,idx,ilg,ind,log,out,pnr,tex}
+mkdir -p %{buildroot}%{gap_dir}/pkg/%{pkgname}/doc
+cp -a bin example gap local test tst *.g %{buildroot}%{gap_dir}/pkg/%{pkgname}
+%gap_copy_docs
%check
export LC_ALL=C.UTF-8
-# Find the ATLAS version number
-atlasdir=$(ls -1d %{_gap_dir}/pkg/atlasrep-*)
-
# Tell ATLAS where to find downloaded files
mkdir ~/.gap
cat > ~/.gap/gap.ini << EOF
SetUserPreference( "AtlasRep", "AtlasRepDataDirectory", "%{_builddir}/atlasrep/" );
EOF
-gap -l "%{buildroot}%{_gap_dir};%{_gap_dir}" < tst/testall.g
+gap -l "%{buildroot}%{gap_dir};" tst/testall.g
%files
%doc CHANGES README.md TIMINGS TODO
%license LICENSE
-%{_gap_dir}/pkg/%{pkgname}-%{version}/
-%exclude %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%exclude %{_gap_dir}/pkg/%{pkgname}-%{version}/example/
+%{gap_dir}/pkg/%{pkgname}/
+%exclude %{gap_dir}/pkg/%{pkgname}/doc/
+%exclude %{gap_dir}/pkg/%{pkgname}/example/
%files doc
-%docdir %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%docdir %{_gap_dir}/pkg/%{pkgname}-%{version}/example/
-%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%{_gap_dir}/pkg/%{pkgname}-%{version}/example/
+%docdir %{gap_dir}/pkg/%{pkgname}/doc/
+%docdir %{gap_dir}/pkg/%{pkgname}/example/
+%{gap_dir}/pkg/%{pkgname}/doc/
+%{gap_dir}/pkg/%{pkgname}/example/
%changelog
+* Tue Sep 27 2022 Jerry James <loganjerry(a)gmail.com> - 2.7.6-2
+- Update for gap 4.12.0
+
* Tue Aug 16 2022 Jerry James <loganjerry(a)gmail.com> - 2.7.6-1
- Convert License tag to SPDX
commit 69722e9d5165050f800ed31370d59932b27c00e9
Author: Jerry James <loganjerry(a)gmail.com>
Date: Tue Aug 16 17:08:16 2022 -0600
Convert License tag to SPDX.
diff --git a/gap-pkg-cvec.spec b/gap-pkg-cvec.spec
index fc1dcc0..b821ebd 100644
--- a/gap-pkg-cvec.spec
+++ b/gap-pkg-cvec.spec
@@ -5,7 +5,7 @@ Version: 2.7.6
Release: 1%{?dist}
Summary: Compact vectors over finite fields
-License: GPLv2+
+License: GPL-2.0-or-later
URL: https://gap-packages.github.io/cvec/
Source0: https://github.com/gap-packages/cvec/releases/download/v%{version}/%{pkgn...
# Predownloaded data from ATLAS needed for the tests
@@ -91,6 +91,9 @@ gap -l "%{buildroot}%{_gap_dir};%{_gap_dir}" < tst/testall.g
%{_gap_dir}/pkg/%{pkgname}-%{version}/example/
%changelog
+* Tue Aug 16 2022 Jerry James <loganjerry(a)gmail.com> - 2.7.6-1
+- Convert License tag to SPDX
+
* Sat Aug 6 2022 Jerry James <loganjerry(a)gmail.com> - 2.7.6-1
- Version 2.7.6
- Move TOC data into the testdata tarball
6 months
Architecture specific change in rpms/gap-pkg-radiroot.git
by githook-noreply@fedoraproject.org
The package rpms/gap-pkg-radiroot.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/gap-pkg-radiroot.git/commit/?id=b....
Change:
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
Thanks.
Full change:
============
commit b112d801ad0d0faa3ffef6757b8f41ce6f383f2c
Author: Jerry James <loganjerry(a)gmail.com>
Date: Tue Sep 27 14:00:40 2022 -0600
Update for gap 4.12.0.
diff --git a/gap-pkg-radiroot.spec b/gap-pkg-radiroot.spec
index 904aa74..e5a68a9 100644
--- a/gap-pkg-radiroot.spec
+++ b/gap-pkg-radiroot.spec
@@ -2,15 +2,16 @@
Name: gap-pkg-%{pkgname}
Version: 2.9
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Compute radicals for roots of solvable rational polynomials
-License: GPLv2+
+License: GPL-2.0-or-later
+BuildArch: noarch
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
URL: https://gap-packages.github.io/radiroot/
Source0: https://github.com/gap-packages/radiroot/releases/download/v%{version}/%{...
# Fix out of order lines in an example
Patch0: %{name}-example.patch
-BuildArch: noarch
BuildRequires: gap-devel
BuildRequires: GAPDoc-doc
@@ -40,38 +41,43 @@ This package contains documentation for gap-pkg-%{pkgname}.
sed -i 's,/doc/manual,&bib.xml,' doc/manual.tex
%build
+export LC_ALL=C.UTF-8
+
# Link to main GAP documentation
-ln -s %{_gap_dir}/etc ../../etc
-ln -s %{_gap_dir}/doc ../../doc
-ln -s %{_gap_dir}/pkg/GAPDoc ../gapdoc
-pushd doc
+ln -s %{gap_dir}/etc ../../etc
+ln -s %{gap_dir}/doc ../../doc
+ln -s %{gap_dir}/pkg/GAPDoc ../gapdoc
+cd doc
./make_doc
-popd
+cd -
rm -f ../../{doc,etc} ../gapdoc
%install
-mkdir -p %{buildroot}%{_gap_dir}/pkg
-cp -a ../%{pkgname}-%{version} %{buildroot}%{_gap_dir}/pkg
-rm -fr %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/{doc/make_doc,CHANGES,LICENSE,README}
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/*.{aux,bbl,blg,brf,idx,ilg,ind,log,out,pnr}
+mkdir -p %{buildroot}%{gap_dir}/pkg/%{pkgname}/doc
+cp -a *.g htm lib tst %{buildroot}%{gap_dir}/pkg/%{pkgname}
+%gap_copy_docs
%check
-gap -l "%{buildroot}%{_gap_dir};%{_gap_dir}" < tst/testall.g
+export LC_ALL=C.UTF-8
+gap -l "%{buildroot}%{gap_dir};" tst/testall.g
%files
%doc CHANGES README
%license LICENSE
-%{_gap_dir}/pkg/%{pkgname}-%{version}/
-%exclude %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%exclude %{_gap_dir}/pkg/%{pkgname}-%{version}/htm/
+%{gap_dir}/pkg/%{pkgname}/
+%exclude %{gap_dir}/pkg/%{pkgname}/doc/
+%exclude %{gap_dir}/pkg/%{pkgname}/htm/
%files doc
-%docdir %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%docdir %{_gap_dir}/pkg/%{pkgname}-%{version}/htm/
-%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%{_gap_dir}/pkg/%{pkgname}-%{version}/htm/
+%docdir %{gap_dir}/pkg/%{pkgname}/doc/
+%docdir %{gap_dir}/pkg/%{pkgname}/htm/
+%{gap_dir}/pkg/%{pkgname}/doc/
+%{gap_dir}/pkg/%{pkgname}/htm/
%changelog
+* Tue Sep 27 2022 Jerry James <loganjerry(a)gmail.com> - 2.9-3
+- Update for gap 4.12.0
+
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
6 months
Architecture specific change in rpms/gap-pkg-ctbllib.git
by githook-noreply@fedoraproject.org
The package rpms/gap-pkg-ctbllib.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/gap-pkg-ctbllib.git/commit/?id=eb....
Change:
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
Thanks.
Full change:
============
commit eb2ec49b236fc1c120e3c4e4e9123df306f333ae
Author: Jerry James <loganjerry(a)gmail.com>
Date: Tue Sep 27 13:59:02 2022 -0600
Update for gap 4.12.0.
diff --git a/gap-pkg-ctbllib.spec b/gap-pkg-ctbllib.spec
index 4fb8ee5..ca9ea4e 100644
--- a/gap-pkg-ctbllib.spec
+++ b/gap-pkg-ctbllib.spec
@@ -6,21 +6,21 @@
# 1. Build this package in bootstrap mode.
# 2. Build gap-pkg-spinsym
# 4. Build this package in non-bootstrap mode.
-%bcond_with bootstrap
+%bcond_without bootstrap
Name: gap-pkg-%{pkgname}
Version: 1.3.4
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: GAP Character Table Library
License: GPL-3.0-or-later
+BuildArch: noarch
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
URL: https://www.math.rwth-aachen.de/~Thomas.Breuer/%{pkgname}/
Source0: https://www.math.rwth-aachen.de/~Thomas.Breuer/%{pkgname}/%{pkgname}-%{ve...
# Predownloaded data from ATLAS needed for the tests
Source1: %{name}-testdata.tar.xz
-BuildArch: noarch
-
BuildRequires: gap-devel
BuildRequires: GAPDoc-latex
BuildRequires: gap-pkg-atlasrep-doc
@@ -38,9 +38,11 @@ BuildRequires: tex(epic.sty)
Requires: gap-pkg-atlasrep
+Recommends: gap-pkg-browse
Recommends: gap-pkg-primgrp
Recommends: gap-pkg-smallgrp
Recommends: gap-pkg-spinsym
+Recommends: gap-pkg-tomlib
Recommends: gap-pkg-transgrp
%description
@@ -64,19 +66,19 @@ This package contains documentation for gap-pkg-%{pkgname}.
chmod a-x doc/utils.xml
%build
+export LC_ALL=C.UTF-8
+
# Link to main GAP documentation
-smallgrpdir=$(ls -1d %{_gap_dir}/pkg/smallgrp*)
-cp -a %{_gap_dir}/doc ../../doc
-ln -s $smallgrpdir ..
+cp -a %{gap_dir}/doc ../../doc
+ln -s %{gap_dir}/pkg/smallgrp ..
mkdir -p ../pkg
ln -s ../%{pkgname}-%{version} ../pkg
-ln -s $smallgrpdir ../pkg
-gap -l "$PWD/..;%{_gap_dir}" < makedocrel.g
+gap -l "$PWD/..;" < makedocrel.g
# The ctbltoc material requires a GAP package named "genus" to build. We do
# not have that package in Fedora, and I can find no trace of it online. If
# we do manage to locate and package it, uncomment the following:
# mkdir -p ctbltoc/data ctbltoc/views
-# gap -l "$PWD/..;%%{_gap_dir}" << EOF
+# gap -l "$PWD/..;" << EOF
# ReadPackage( "ctbllib", "ctbltoc/init.g" );
# for nam in HTMLViewsGlobals.documents do
# HTMLCreateGroupInfoFile( nam );
@@ -85,7 +87,7 @@ gap -l "$PWD/..;%{_gap_dir}" < makedocrel.g
# HTMLCreateView.( name )();
# od;
# EOF
-rm -fr ../smallgrp* ../../doc ../pkg
+rm -fr ../smallgrp ../../doc ../pkg
# Remove the build directory from the documentation
sed -i "s,$PWD/doc/\.\./\.\./pkg,../..,g" doc/*.html
@@ -95,15 +97,14 @@ sed -i "s,$PWD/doc2/\.\./\.\./pkg,../..,g" doc2/*.html
parallel %{?_smp_mflags} --no-notice gzip --best ::: data/*.tbl
%install
-mkdir -p %{buildroot}%{_gap_dir}/pkg
-cp -a ../%{pkgname}-%{version} %{buildroot}%{_gap_dir}/pkg
-rm -fr %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/{.package_note*,gap3,README.md}
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/tst/*~
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/doc{,2}/*.{aux,bbl,blg,brf,idx,ilg,ind,log,out,pnr,tex}
-# Remove this once we build the ctbltoc material. See above.
-rm -fr %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/ctbltoc
+mkdir -p %{buildroot}%{gap_dir}/pkg/%{pkgname}/doc{,2}
+cp -a *.g data dlnames gap4 htm tst %{buildroot}%{gap_dir}/pkg/%{pkgname}
+%gap_copy_docs
+%gap_copy_docs -d doc2
%check
+export LC_ALL=C.UTF-8
+
# Tell ATLAS where to find downloaded files
mkdir ~/.gap
cat > ~/.gap/gap.ini << EOF
@@ -111,7 +112,7 @@ SetUserPreference( "AtlasRep", "AtlasRepDataDirectory", "%{_builddir}/atlasrep/"
EOF
# Basic installation test
-gap -l "%{buildroot}%{_gap_dir};%{_gap_dir}" << EOF
+gap -l "%{buildroot}%{gap_dir};" << EOF
ReadPackage( "ctbllib", "tst/testinst.g" );
EOF
@@ -121,23 +122,32 @@ EOF
mkdir -p ../pkg
ln -s ../%{pkgname}-%{version} ../pkg
sed -i '/BrowseCTblLibInfo();/d' gap4/ctbltocb.g tst/docxpl.tst{,~}
-gap -l "$PWD/..;%{_gap_dir}" < tst/testauto.g
+gap -l "$PWD/..;" tst/testauto.g
rm -fr ../pkg
%endif
+# Cleanup
+rm %{buildroot}%{gap_dir}/pkg/%{pkgname}/tst/*~
+
%files
%doc README.md
-%{_gap_dir}/pkg/%{pkgname}-%{version}/
-%exclude %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%exclude %{_gap_dir}/pkg/%{pkgname}-%{version}/htm/
+%{gap_dir}/pkg/%{pkgname}/
+%exclude %{gap_dir}/pkg/%{pkgname}/doc/
+%exclude %{gap_dir}/pkg/%{pkgname}/doc2/
+%exclude %{gap_dir}/pkg/%{pkgname}/htm/
%files doc
-%docdir %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%docdir %{_gap_dir}/pkg/%{pkgname}-%{version}/htm/
-%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%{_gap_dir}/pkg/%{pkgname}-%{version}/htm/
+%docdir %{gap_dir}/pkg/%{pkgname}/doc/
+%docdir %{gap_dir}/pkg/%{pkgname}/doc2/
+%docdir %{gap_dir}/pkg/%{pkgname}/htm/
+%{gap_dir}/pkg/%{pkgname}/doc/
+%{gap_dir}/pkg/%{pkgname}/doc2/
+%{gap_dir}/pkg/%{pkgname}/htm/
%changelog
+* Tue Sep 27 2022 Jerry James <loganjerry(a)gmail.com> - 1.3.4-3
+- Update for gap 4.12.0
+
* Tue Aug 16 2022 Jerry James <loganjerry(a)gmail.com> - 1.3.4-2
- License change from GPLv2+ to GPL-3.0-or-later
commit a755c42953422a4ef9727856ace8019906268413
Author: Jerry James <loganjerry(a)gmail.com>
Date: Tue Aug 16 16:49:52 2022 -0600
License change from GPLv2+ to GPL-3.0-or-later.
diff --git a/gap-pkg-ctbllib.spec b/gap-pkg-ctbllib.spec
index 3df7cfb..4fb8ee5 100644
--- a/gap-pkg-ctbllib.spec
+++ b/gap-pkg-ctbllib.spec
@@ -13,7 +13,7 @@ Version: 1.3.4
Release: 2%{?dist}
Summary: GAP Character Table Library
-License: GPLv2+
+License: GPL-3.0-or-later
URL: https://www.math.rwth-aachen.de/~Thomas.Breuer/%{pkgname}/
Source0: https://www.math.rwth-aachen.de/~Thomas.Breuer/%{pkgname}/%{pkgname}-%{ve...
# Predownloaded data from ATLAS needed for the tests
@@ -138,6 +138,9 @@ rm -fr ../pkg
%{_gap_dir}/pkg/%{pkgname}-%{version}/htm/
%changelog
+* Tue Aug 16 2022 Jerry James <loganjerry(a)gmail.com> - 1.3.4-2
+- License change from GPLv2+ to GPL-3.0-or-later
+
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
6 months
Architecture specific change in rpms/gap-pkg-corelg.git
by githook-noreply@fedoraproject.org
The package rpms/gap-pkg-corelg.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/gap-pkg-corelg.git/commit/?id=eaa....
Change:
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
Thanks.
Full change:
============
commit 7c81d59391f6b5837bb31d3bea26a8339d7658fd
Author: Jerry James <loganjerry(a)gmail.com>
Date: Tue Sep 27 14:05:49 2022 -0600
Restore accidentally erased "BuildArch: noarch".
diff --git a/gap-pkg-corelg.spec b/gap-pkg-corelg.spec
index 1b070c9..a2daea9 100644
--- a/gap-pkg-corelg.spec
+++ b/gap-pkg-corelg.spec
@@ -6,6 +6,7 @@ Release: 3%{?dist}
Summary: Computation with real Lie groups
License: GPL-2.0-or-later
+BuildArch: noarch
ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
URL: https://gap-packages.github.io/%{pkgname}/
Source0: https://github.com/gap-packages/%{pkgname}/releases/download/v%{version}/...
commit eaabcedc64aa90c080d0759bee0ff0784fd5ebb2
Author: Jerry James <loganjerry(a)gmail.com>
Date: Tue Sep 27 13:56:42 2022 -0600
Update for gap 4.12.0.
diff --git a/gap-pkg-corelg.spec b/gap-pkg-corelg.spec
index 48093d5..1b070c9 100644
--- a/gap-pkg-corelg.spec
+++ b/gap-pkg-corelg.spec
@@ -2,13 +2,13 @@
Name: gap-pkg-%{pkgname}
Version: 1.56
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Computation with real Lie groups
License: GPL-2.0-or-later
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
URL: https://gap-packages.github.io/%{pkgname}/
Source0: https://github.com/gap-packages/%{pkgname}/releases/download/v%{version}/...
-BuildArch: noarch
BuildRequires: gap-devel
BuildRequires: gap-pkg-autodoc
@@ -39,29 +39,31 @@ chmod a-x gap/*
%build
export LC_ALL=C.UTF-8
-gap < makedoc.g
+gap makedoc.g
%install
-mkdir -p %{buildroot}%{_gap_dir}/pkg
-cp -a ../%{pkgname}-%{version} %{buildroot}%{_gap_dir}/pkg
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/{LICENSE,README.md}
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/*.{aux,bbl,blg,idx,ilg,ind,log,out,pnr,tex}
+mkdir -p %{buildroot}%{gap_dir}/pkg/%{pkgname}/doc
+cp -a *.g gap tst %{buildroot}%{gap_dir}/pkg/%{pkgname}
+%gap_copy_docs
%check
export LC_ALL=C.UTF-8
-gap -l "%{buildroot}%{_gap_dir};%{_gap_dir}" < tst/testall.g
+gap -l "%{buildroot}%{gap_dir};" tst/testall.g
%files
-%doc README.md
+%doc CHANGES.md README.md
%license LICENSE
-%{_gap_dir}/pkg/%{pkgname}-%{version}/
-%exclude %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
+%{gap_dir}/pkg/%{pkgname}/
+%exclude %{gap_dir}/pkg/%{pkgname}/doc/
%files doc
-%docdir %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
+%docdir %{gap_dir}/pkg/%{pkgname}/doc/
+%{gap_dir}/pkg/%{pkgname}/doc/
%changelog
+* Tue Sep 27 2022 Jerry James <loganjerry(a)gmail.com> - 1.56-3
+- Update for gap 4.12.0
+
* Tue Aug 16 2022 Jerry James <loganjerry(a)gmail.com> - 1.56-2
- Convert License tag to SPDX
commit 9812750e8d5e5021114dde5bb38ece880236f444
Author: Jerry James <loganjerry(a)gmail.com>
Date: Tue Aug 16 16:09:00 2022 -0600
Convert License tag to SPDX.
diff --git a/gap-pkg-corelg.spec b/gap-pkg-corelg.spec
index e5cbf94..48093d5 100644
--- a/gap-pkg-corelg.spec
+++ b/gap-pkg-corelg.spec
@@ -5,7 +5,7 @@ Version: 1.56
Release: 2%{?dist}
Summary: Computation with real Lie groups
-License: GPLv2+
+License: GPL-2.0-or-later
URL: https://gap-packages.github.io/%{pkgname}/
Source0: https://github.com/gap-packages/%{pkgname}/releases/download/v%{version}/...
BuildArch: noarch
@@ -62,6 +62,9 @@ gap -l "%{buildroot}%{_gap_dir};%{_gap_dir}" < tst/testall.g
%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
%changelog
+* Tue Aug 16 2022 Jerry James <loganjerry(a)gmail.com> - 1.56-2
+- Convert License tag to SPDX
+
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.56-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
6 months
Architecture specific change in rpms/gap-pkg-circle.git
by githook-noreply@fedoraproject.org
The package rpms/gap-pkg-circle.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/gap-pkg-circle.git/commit/?id=884....
Change:
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
Thanks.
Full change:
============
commit 88495adac33294b3f40b17155f300dd9c2f5bbf4
Author: Jerry James <loganjerry(a)gmail.com>
Date: Tue Sep 27 13:54:18 2022 -0600
Update for gap 4.12.0.
diff --git a/gap-pkg-circle.spec b/gap-pkg-circle.spec
index f4d6f7e..db2ed94 100644
--- a/gap-pkg-circle.spec
+++ b/gap-pkg-circle.spec
@@ -2,14 +2,15 @@
Name: gap-pkg-%{pkgname}
Version: 1.6.5
-Release: 2%{?dist}
+Release: 4%{?dist}
Summary: Adjoint groups of finite rings
License: GPL-2.0-or-later
+BuildArch: noarch
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
URL: https://gap-packages.github.io/%{pkgname}/
Source0: https://github.com/gap-packages/%{pkgname}/releases/download/v%{version}/...
-BuildArch: noarch
BuildRequires: gap-devel
BuildRequires: gap-pkg-laguna
BuildRequires: GAPDoc-latex
@@ -55,35 +56,39 @@ This package contains documentation for gap-pkg-%{pkgname}.
%autosetup -n %{pkgname}-%{version}
%build
+export LC_ALL=C.UTF-8
mkdir -p ../pkg
ln -s ../%{pkgname}-%{version} ../pkg
-gap -l "$PWD/..;%{_gap_dir}" < makedoc.g
+gap -l "$PWD/..;" makedoc.g
rm -fr ../pkg
# Fix paths in the extracted example files
-sed -i "s,$PWD/\.\.,%{_gap_dir},g" tst/circle*.tst
+sed -i "s,$PWD/\.\.,%{gap_dir},g" tst/circle*.tst
%install
-mkdir -p %{buildroot}%{_gap_dir}/pkg
-cp -a ../%{pkgname}-%{version} %{buildroot}%{_gap_dir}/pkg
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/{COPYING,README.md}
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/*.{aux,bbl,blg,idx,ilg,ind,log,out,pnr,tex}
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/tst/README.md
+mkdir -p %{buildroot}%{gap_dir}/pkg/%{pkgname}/doc
+cp -a *.g lib tst %{buildroot}%{gap_dir}/pkg/%{pkgname}
+rm %{buildroot}%{gap_dir}/pkg/%{pkgname}/tst/README.md
+%gap_copy_docs
%check
-gap -l "%{buildroot}%{_gap_dir};%{_gap_dir}" < tst/testall.g
+export LC_ALL=C.UTF-8
+gap -l "%{buildroot}%{gap_dir};" tst/testall.g
%files
%doc README.md
%license COPYING
-%{_gap_dir}/pkg/%{pkgname}-%{version}/
-%exclude %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
+%{gap_dir}/pkg/%{pkgname}/
+%exclude %{gap_dir}/pkg/%{pkgname}/doc/
%files doc
-%docdir %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
+%docdir %{gap_dir}/pkg/%{pkgname}/doc/
+%{gap_dir}/pkg/%{pkgname}/doc/
%changelog
+* Tue Sep 27 2022 Jerry James <loganjerry(a)gmail.com> - 1.6.5-3
+- Update for gap 4.12.0
+
* Tue Aug 16 2022 Jerry James <loganjerry(a)gmail.com> - 1.6.5-2
- Convert License tag to SPDX
commit d31a6351e295b4b54a7daee53dfaa8d3f24644aa
Author: Jerry James <loganjerry(a)gmail.com>
Date: Tue Aug 16 15:56:08 2022 -0600
Convert License tag to SPDX.
diff --git a/gap-pkg-circle.spec b/gap-pkg-circle.spec
index 7153473..f4d6f7e 100644
--- a/gap-pkg-circle.spec
+++ b/gap-pkg-circle.spec
@@ -5,7 +5,7 @@ Version: 1.6.5
Release: 2%{?dist}
Summary: Adjoint groups of finite rings
-License: GPLv2+
+License: GPL-2.0-or-later
URL: https://gap-packages.github.io/%{pkgname}/
Source0: https://github.com/gap-packages/%{pkgname}/releases/download/v%{version}/...
@@ -84,6 +84,9 @@ gap -l "%{buildroot}%{_gap_dir};%{_gap_dir}" < tst/testall.g
%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
%changelog
+* Tue Aug 16 2022 Jerry James <loganjerry(a)gmail.com> - 1.6.5-2
+- Convert License tag to SPDX
+
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
6 months
Architecture specific change in rpms/gap-pkg-tomlib.git
by githook-noreply@fedoraproject.org
The package rpms/gap-pkg-tomlib.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/gap-pkg-tomlib.git/commit/?id=c81....
Change:
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
Thanks.
Full change:
============
commit c8183bb548ce23ba22edf8a96d675dea276d1450
Author: Jerry James <loganjerry(a)gmail.com>
Date: Tue Sep 27 13:43:56 2022 -0600
Update for gap 4.12.0. Convert License tag to SPDX.
diff --git a/gap-pkg-tomlib.spec b/gap-pkg-tomlib.spec
index 66bad80..7bd35d3 100644
--- a/gap-pkg-tomlib.spec
+++ b/gap-pkg-tomlib.spec
@@ -2,13 +2,14 @@
Name: gap-pkg-%{pkgname}
Version: 1.2.9
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: GAP Table of Marks package
-License: GPLv2+
+License: GPL-2.0-or-later
+BuildArch: noarch
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
URL: https://gap-packages.github.io/%{pkgname}/
Source0: https://github.com/gap-packages/%{pkgname}/archive/v%{version}/%{pkgname}...
-BuildArch: noarch
BuildRequires: gap-devel
BuildRequires: gap-pkg-atlasrep
@@ -32,42 +33,43 @@ Requires: gap-online-help
This package contains documentation for gap-pkg-%{pkgname}.
%prep
-%autosetup -p0 -n %{pkgname}-%{version}
+%autosetup -n %{pkgname}-%{version}
%build
# Build the documentation
export LC_ALL=C.UTF-8
-gap < makedoc.g
+gap makedoc.g
# Compress large tables of marks
parallel %{?_smp_mflags} --no-notice gzip --best ::: data/*.tom
%install
-mkdir -p %{buildroot}%{_gap_dir}/pkg
-cp -a ../%{pkgname}-%{version} %{buildroot}%{_gap_dir}/pkg
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/{LICENSE,README.md,.gitignore,.release,.*.yml}
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/*.{aux,bbl,blg,brf,idx,ilg,ind,log,out,pnr,tex}
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/Makefile
-rm -fr %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/scripts
+mkdir -p %{buildroot}%{gap_dir}/pkg/%{pkgname}/doc
+cp -a *.g data gap htm tst %{buildroot}%{gap_dir}/pkg/%{pkgname}
+%gap_copy_docs
%check
export LC_ALL=C.UTF-8
-gap -l "%{buildroot}%{_gap_dir};%{_gap_dir}" < tst/testall.g
+gap -l "%{buildroot}%{gap_dir};" tst/testall.g
%files
%doc README.md
%license LICENSE
-%{_gap_dir}/pkg/%{pkgname}-%{version}/
-%exclude %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%exclude %{_gap_dir}/pkg/%{pkgname}-%{version}/htm/
+%{gap_dir}/pkg/%{pkgname}/
+%exclude %{gap_dir}/pkg/%{pkgname}/doc/
+%exclude %{gap_dir}/pkg/%{pkgname}/htm/
%files doc
-%docdir %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%docdir %{_gap_dir}/pkg/%{pkgname}-%{version}/htm/
-%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%{_gap_dir}/pkg/%{pkgname}-%{version}/htm/
+%docdir %{gap_dir}/pkg/%{pkgname}/doc/
+%docdir %{gap_dir}/pkg/%{pkgname}/htm/
+%{gap_dir}/pkg/%{pkgname}/doc/
+%{gap_dir}/pkg/%{pkgname}/htm/
%changelog
+* Tue Sep 27 2022 Jerry James <loganjerry(a)gmail.com> - 1.2.9-8
+- Update for gap 4.12.0
+- Convert License tag to SPDX
+
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2.9-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
6 months
Architecture specific change in rpms/gap-pkg-singular.git
by githook-noreply@fedoraproject.org
The package rpms/gap-pkg-singular.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/gap-pkg-singular.git/commit/?id=a....
Change:
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
Thanks.
Full change:
============
commit a0076a1be3e3d34010a13294a9ca69e735214ce4
Author: Jerry James <loganjerry(a)gmail.com>
Date: Tue Sep 27 13:41:48 2022 -0600
Version 2022.09.23.
- Update for gap 4.12.0.
- Convert License tag to SPDX.
diff --git a/gap-pkg-singular.spec b/gap-pkg-singular.spec
index f71a67a..4ed0bad 100644
--- a/gap-pkg-singular.spec
+++ b/gap-pkg-singular.spec
@@ -1,18 +1,19 @@
%global pkgname singular
Name: gap-pkg-%{pkgname}
-Version: 2020.12.18
-Release: 5%{?dist}
+Version: 2022.09.23
+Release: 1%{?dist}
Summary: GAP interface to Singular
-License: GPLv2+
+License: GPL-2.0-or-later
+BuildArch: noarch
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
URL: https://gap-packages.github.io/%{pkgname}/
Source0: https://github.com/gap-packages/%{pkgname}/releases/download/v%{version}/...
# Adapt to changed output in Singular 4.2.x
# https://github.com/gap-packages/singular/issues/7
Patch0: %{name}-test.patch
-BuildArch: noarch
BuildRequires: gap-devel
BuildRequires: gap-pkg-autodoc
BuildRequires: gap-pkg-guava-doc
@@ -36,49 +37,39 @@ This package contains documentation for gap-pkg-%{pkgname}.
%prep
%autosetup -p0 -n %{pkgname}-%{version}
-# The Fedora version of Singular needs the explicit quit command. Without it,
-# we see this on stderr:
-#
-# fgets() failed with errno 5
-# Input/output error
-sed -i.orig 's/# WriteLine/WriteLine/' gap/singular.g
-touch -r gap/singular.g.orig gap/singular.g
-rm gap/singular.g.orig
-
-# Fix encoding
-iconv -f ISO8859-1 -t UTF-8 gap/todo > gap/todo.utf8
-touch -r gap/todo gap/todo.utf8
-mv -f gap/todo.utf8 gap/todo
-
%build
export LC_ALL=C.UTF-8
-gap < makedoc.g
+gap makedoc.g
%install
-mkdir -p %{buildroot}%{_gap_dir}/pkg
-cp -a ../%{pkgname}-%{version} %{buildroot}%{_gap_dir}/pkg
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/gap/todo
-rm -fr %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/{CHANGES.md,LICENSE,README.md}
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/*.{aux,bbl,blg,brf,idx,ilg,ind,log,out,pnr,tex}
+mkdir -p %{buildroot}%{gap_dir}/pkg/%{pkgname}/doc
+cp -a *.g contrib gap lib tst %{buildroot}%{gap_dir}/pkg/%{pkgname}
+rm %{buildroot}%{gap_dir}/pkg/%{pkgname}/gap/todo
+%gap_copy_docs
%check
export LC_ALL=C.UTF-8
-gap -l "%{buildroot}%{_gap_dir};%{_gap_dir}" < tst/testall.g
+gap -l "%{buildroot}%{gap_dir};" tst/testall.g
%files
-%doc CHANGES.md README.md gap/todo
+%doc CHANGES.md README.md
%license LICENSE
-%{_gap_dir}/pkg/%{pkgname}-%{version}/
-%exclude %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%exclude %{_gap_dir}/pkg/%{pkgname}-%{version}/lib/
+%{gap_dir}/pkg/%{pkgname}/
+%exclude %{gap_dir}/pkg/%{pkgname}/doc/
+%exclude %{gap_dir}/pkg/%{pkgname}/lib/
%files doc
-%docdir %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%docdir %{_gap_dir}/pkg/%{pkgname}-%{version}/lib/
-%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%{_gap_dir}/pkg/%{pkgname}-%{version}/lib/
+%docdir %{gap_dir}/pkg/%{pkgname}/doc/
+%docdir %{gap_dir}/pkg/%{pkgname}/lib/
+%{gap_dir}/pkg/%{pkgname}/doc/
+%{gap_dir}/pkg/%{pkgname}/lib/
%changelog
+* Tue Sep 27 2022 Jerry James <loganjerry(a)gmail.com> - 2022.09.23-1
+- Version 2022.09.23
+- Update for gap 4.12.0
+- Convert License tag to SPDX
+
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2020.12.18-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
diff --git a/sources b/sources
index 8769514..32da80e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (singular-2020.12.18.tar.gz) = 01934adeedb35f3cd81f5207be85c8c0bb44737c7f515407d1818cedd52a62b93101b8667d648b73a5199feb078d45865975dcc8e223f45865cee87fb5d596b2
+SHA512 (singular-2022.09.23.tar.gz) = aabd8dad7ff70ada04373303fc81602c4d7c081d30d96d8a90a1718a6e8dd2283202afcfcad40e39ee015d1c5355f1f38866531a25e9fcb128d9a8a6c144e64c
6 months
Architecture specific change in rpms/gap-pkg-laguna.git
by githook-noreply@fedoraproject.org
The package rpms/gap-pkg-laguna.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/gap-pkg-laguna.git/commit/?id=084....
Change:
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
Thanks.
Full change:
============
commit 0840a39c0afb764bf1534c481f56237907fb7dec
Author: Jerry James <loganjerry(a)gmail.com>
Date: Tue Sep 27 13:36:18 2022 -0600
Update for gap 4.12.0. Convert License tag to SPDX.
diff --git a/gap-pkg-laguna.spec b/gap-pkg-laguna.spec
index ee8b1ee..515f718 100644
--- a/gap-pkg-laguna.spec
+++ b/gap-pkg-laguna.spec
@@ -2,13 +2,14 @@
Name: gap-pkg-%{pkgname}
Version: 3.9.5
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Lie AlGebras and UNits of group Algebras
-License: GPLv2+
+License: GPL-2.0-or-later
+BuildArch: noarch
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
URL: https://gap-packages.github.io/laguna/
Source0: https://github.com/gap-packages/%{pkgname}/releases/download/v%{version}/...
-BuildArch: noarch
BuildRequires: gap-devel
BuildRequires: GAPDoc-latex
@@ -33,37 +34,42 @@ Requires: gap-online-help
This package contains documentation for gap-pkg-%{pkgname}.
%prep
-%autosetup -p0 -n %{pkgname}-%{version}
+%autosetup -n %{pkgname}-%{version}
# Fix end of line encodings
sed -i 's/\r/\n/g' doc/{manual.bib,theory.xml}
%build
+export LC_ALL=C.UTF-8
mkdir -p ../pkg
ln -s ../%{pkgname}-%{version} ../pkg
-gap -l "%{_gap_dir};$PWD/.." < makedoc.g
+gap -l "$PWD/..;" makedoc.g
rm -fr ../pkg
%install
-mkdir -p %{buildroot}%{_gap_dir}/pkg
-cp -a ../%{pkgname}-%{version} %{buildroot}%{_gap_dir}/pkg/%{pkgname}
-rm -fr %{buildroot}%{_gap_dir}/pkg/%{pkgname}/{ChangeLog,COPYING,README.md,scripts}
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}/doc/*.{aux,bbl,blg,brf,idx,ilg,ind,log,out,pnr,tex}
+mkdir -p %{buildroot}%{gap_dir}/pkg/%{pkgname}/doc
+cp -a *.g lib tst %{buildroot}%{gap_dir}/pkg/%{pkgname}
+%gap_copy_docs
%check
-gap -l "%{buildroot}%{_gap_dir};%{_gap_dir}" < tst/testall.g
+export LC_ALL=C.UTF-8
+gap -l "%{buildroot}%{gap_dir};" tst/testall.g
%files
%doc ChangeLog README.md
%license COPYING
-%{_gap_dir}/pkg/%{pkgname}/
-%exclude %{_gap_dir}/pkg/%{pkgname}/doc/
+%{gap_dir}/pkg/%{pkgname}/
+%exclude %{gap_dir}/pkg/%{pkgname}/doc/
%files doc
-%docdir %{_gap_dir}/pkg/%{pkgname}/doc/
-%{_gap_dir}/pkg/%{pkgname}/doc/
+%docdir %{gap_dir}/pkg/%{pkgname}/doc/
+%{gap_dir}/pkg/%{pkgname}/doc/
%changelog
+* Tue Sep 27 2022 Jerry James <loganjerry(a)gmail.com> - 3.9.5-3
+- Update for gap 4.12.0
+- Convert License tag to SPDX
+
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.9.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
6 months
Architecture specific change in rpms/gap-pkg-jupyterviz.git
by githook-noreply@fedoraproject.org
The package rpms/gap-pkg-jupyterviz.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/gap-pkg-jupyterviz.git/commit/?id....
Change:
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
Thanks.
Full change:
============
commit 665f76c9ccb0ab072e984fec65b22caafa548ee4
Author: Jerry James <loganjerry(a)gmail.com>
Date: Tue Sep 27 13:34:13 2022 -0600
Version 1.5.6.
- Convert License tag to SPDX.
- Update for gap 4.12.0.
diff --git a/.gitignore b/.gitignore
index a6da884..66adee0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/jupyterviz-1.5.1.tar.gz
+/jupyterviz-*.tar.gz
diff --git a/gap-pkg-jupyterviz.spec b/gap-pkg-jupyterviz.spec
index 20bd481..9e26532 100644
--- a/gap-pkg-jupyterviz.spec
+++ b/gap-pkg-jupyterviz.spec
@@ -1,12 +1,13 @@
%global pkgname jupyterviz
Name: gap-pkg-%{pkgname}
-Version: 1.5.1
-Release: 8%{?dist}
+Version: 1.5.6
+Release: 1%{?dist}
Summary: Jupyter notebook visualization tools for GAP
-BuildArch: noarch
-License: GPLv2+
+License: GPL-2.0-or-later
+BuildArch: noarch
+ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
URL: https://nathancarter.github.io/%{pkgname}/
Source0: https://github.com/nathancarter/%{pkgname}/releases/download/v%{version}/...
# Update the python scripts for python 3
@@ -38,33 +39,37 @@ This package contains documentation for gap-pkg-%{pkgname}.
%build
export LC_ALL=C.UTF-8
python3 extract_examples.py
-gap < makedoc.g
+gap makedoc.g
%install
-mkdir -p %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}
-cp -a doc examples lib tst *.g *.ipynb \
- %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}
-rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/*.{aux,bbl,blg,idx,ilg,ind,log,out,pnr,tex}
+mkdir -p %{buildroot}%{gap_dir}/pkg/%{pkgname}/doc
+cp -a *.g *.ipynb examples lib tst %{buildroot}%{gap_dir}/pkg/%{pkgname}
+%gap_copy_docs
%check
export LC_ALL=C.UTF-8
-gap -l "%{buildroot}%{_gap_dir};%{_gap_dir}" < tst/testall.g
+gap -l "%{buildroot}%{gap_dir};%{gap_dir}" tst/testall.g
%files
%doc CHANGES README.md
-%{_gap_dir}/pkg/%{pkgname}-%{version}/
-%exclude %{_gap_dir}/pkg/%{pkgname}-%{version}/*.ipynb
-%exclude %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%exclude %{_gap_dir}/pkg/%{pkgname}-%{version}/examples/
+%{gap_dir}/pkg/%{pkgname}/
+%exclude %{gap_dir}/pkg/%{pkgname}/*.ipynb
+%exclude %{gap_dir}/pkg/%{pkgname}/doc/
+%exclude %{gap_dir}/pkg/%{pkgname}/examples/
%files doc
-%docdir %{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%docdir %{_gap_dir}/pkg/%{pkgname}-%{version}/examples/
-%{_gap_dir}/pkg/%{pkgname}-%{version}/*.ipynb
-%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/
-%{_gap_dir}/pkg/%{pkgname}-%{version}/examples/
+%docdir %{gap_dir}/pkg/%{pkgname}/doc/
+%docdir %{gap_dir}/pkg/%{pkgname}/examples/
+%{gap_dir}/pkg/%{pkgname}/*.ipynb
+%{gap_dir}/pkg/%{pkgname}/doc/
+%{gap_dir}/pkg/%{pkgname}/examples/
%changelog
+* Tue Sep 27 2022 Jerry James <loganjerry(a)gmail.com> - 1.5.6-1
+- Version 1.5.6
+- Convert License tag to SPDX
+- Update for gap 4.12.0
+
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.5.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
diff --git a/sources b/sources
index 3150939..010eb27 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jupyterviz-1.5.1.tar.gz) = 5e8670964755065e96797ab57cef36a0587f03577ab826f30356e95e532f1eba79879edef2d901be7b70d9cda663f2e66c0dc335a4ba76da680a79646afd1345
+SHA512 (jupyterviz-1.5.6.tar.gz) = bc11595816ec5863e7d1296ece871a76b12a3df482b7b20e41bc5a693bc96327979cb3dac9794124562079b0742561ac9e3cc0da24284e2f1130f53cafe43c3f
6 months