public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/symmetrica] rawhide: New project URLs
@ 2026-07-12 12:42 Jerry James
  0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-12 12:42 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/symmetrica
Branch : rawhide
Commit : 1af2683b0e9173da6b6586f7d083361a2d30a814
Author : Jerry James <loganjerry@gmail.com>
Date   : 2026-07-12T06:41:43-06:00
Stats  : +19/-20 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/symmetrica/c/1af2683b0e9173da6b6586f7d083361a2d30a814?branch=rawhide

Log:
New project URLs

---
diff --git a/.gitignore b/.gitignore
index 169a47c..95ae791 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /SYM2_0_tar.gz
 /symmetrica-*.tar.xz
+/symmetrica-*.tar.bz2

diff --git a/sources b/sources
index 411ab38..56f31d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (symmetrica-3.1.0.tar.xz) = 7bc45802907b4eb82b89e440d628143fc4bbebadbb221711dcdcb4daf6587f1042f0fb701c369434151e5c1a83eeda2eb7d0c8f96ee00afcdc79a6600ff96983
+SHA512 (symmetrica-3.1.0.tar.bz2) = e968cda0a7eee700dd5413bd296e7a7a2733cf03a32997fee1269319e9b4ef8c64f630ec317af7d2864236812dfce1ae1a86655741ddefe64a8c87553c3315e5

diff --git a/symmetrica.spec b/symmetrica.spec
index d6fec48..5927a3d 100644
--- a/symmetrica.spec
+++ b/symmetrica.spec
@@ -1,41 +1,41 @@
-%global gittag b24da56820651687cafb611809a4b1b0
-
 Name:           symmetrica
 Version:        3.1.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A Collection of Routines for Solving Symmetric Groups
 # Note: they claim it's 'public domain' but then provide this:
 # http://www.algorithm.uni-bayreuth.de/en/research/SYMMETRICA/copyright_engl.html
 License:        ISC
-URL:            https://gitlab.com/-/project/16178617
-Source0:        %{url}/uploads/%{gittag}/%{name}-%{version}.tar.xz
+URL:            https://gitlab.com/sagemath/symmetrica
+VCS:            git:%{url}.git
+Source:         %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
 
 # See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
 ExcludeArch:    %{ix86}
 
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRequires:  make
 
-
 %description
-Symmetrica is a collection of routines, written in the programming
-language C, through which the user can readily write his/her own
-programs. Routines which manipulate many types of mathematical objects
-are available.
-
+Symmetrica is a collection of routines, written in the programming language C,
+through which the user can readily write his/her own programs.  Routines which
+manipulate many types of mathematical objects are available.
 
 %package        devel
 Summary:        Development files for %{name}
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
-
 %description    devel
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
-
 %prep
-%autosetup -p0
+%autosetup
+
+%conf
+autoreconf -fi
 
 %build
 %configure --disable-static --disable-silent-rules
@@ -49,13 +49,10 @@ sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
 
 %make_build
 
-
 %install
 %make_install
-rm %{buildroot}%{_libdir}/*.la
 rm doc/Makefile*
 
-
 %check
 cd src
 make test
@@ -63,7 +60,6 @@ export LD_LIBRARY_PATH=$PWD/.libs
 ./test
 cd -
 
-
 %files
 %doc README.md
 %{_libdir}/lib%{name}.so.3*
@@ -75,8 +71,10 @@ cd -
 %{_libdir}/lib%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc
 
-
 %changelog
+* Sat Jul 11 2026 Jerry James <loganjerry@gmail.com> - 3.1.0-5
+- New project URLs
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-12 12:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-12 12:42 [rpms/symmetrica] rawhide: New project URLs Jerry James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox