%global pkgname autpgrp Name: gap-pkg-%{pkgname} Version: 1.8 Release: 0.2%{?dist} Summary: Compute the automorphism group of a p-Group in GAP License: GPLv2+ URL: http://www.icm.tu-bs.de/~beick/so.html Source0: http://www.icm.tu-bs.de/~beick/soft/autpgrp/%{pkgname}-%{version}.tar.gz BuildArch: noarch BuildRequires: gap-devel BuildRequires: tth Requires: gap-core %description The AutPGrp package introduces a new function to compute the automorphism group of a finite p-group. The underlying algorithm is a refinement of the methods described in O'Brien (1995). In particular, this implementation is more efficient in both time and space requirements and hence has a wider range of applications than the ANUPQ method. Our package is written in GAP code and it makes use of a number of methods from the GAP library such as the MeatAxe for matrix groups and permutation group functions. We have compared our method to the others available in GAP. Our package usually out-performs all but the method designed for finite abelian groups. We note that our method uses the small groups library in certain cases and hence our algorithm is more effective if the small groups library is installed. %prep %setup -q -n %{pkgname} %build # Link to main GAP documentation ln -s %{_gap_dir}/etc ../../etc ln -s %{_gap_dir}/doc ../../doc pushd doc ./make_doc popd rm -f ../../{doc,etc} %install mkdir -p %{buildroot}%{_gap_dir}/pkg/%{pkgname} cp -a ../%{pkgname} %{buildroot}%{_gap_dir}/pkg rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}/{doc/make_doc,README,copying} rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}/doc/*.{aux,idx,ilg,ind,log,toc} rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}/doc/gapmacro.tex %files %doc README %license COPYING %docdir %{_gap_dir}/pkg/%{pkgname}/doc %docdir %{_gap_dir}/pkg/%{pkgname}/htm %{_gap_dir}/pkg/%{pkgname}/ %changelog * Fri Feb 10 2017 Fedora Release Engineering - 1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sat Nov 26 2016 Jerry James - 1.8-1 - New upstream version * Thu Apr 7 2016 Jerry James - 1.6-5 - Rebuild for gap 4.8.3 * Wed Feb 03 2016 Fedora Release Engineering - 1.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Nov 11 2015 Jerry James - 1.6-3 - Drop scriptlets; gap-core now uses rpm file triggers - Rebuild documentation from source * Wed Jun 17 2015 Fedora Release Engineering - 1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Mar 24 2015 Jerry James - 1.6-1 - Initial RPM (bz 1205777)