Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d88b9891fb |
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 9 21:50:25 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20250128
|
||||
* No news were provided
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 19 02:04:18 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
19
libm4ri.spec
19
libm4ri.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libm4ri
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,16 +17,14 @@
|
||||
|
||||
|
||||
Name: libm4ri
|
||||
Version: 20200125
|
||||
%define lname libm4ri-0_0_%version
|
||||
Version: 20250128
|
||||
%define lname libm4ri1
|
||||
Release: 0
|
||||
Summary: Library for linear arithmetic over GF(2)
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Scientific/Math
|
||||
URL: https://bitbucket.org/malb/m4ri
|
||||
|
||||
#Git-Clone: https://bitbucket.org/malb/m4ri.git
|
||||
Source: https://bitbucket.org/malb/m4ri/downloads/m4ri-%version.tar.gz
|
||||
URL: https://github.com/malb/m4ri
|
||||
Source: https://github.com/malb/m4ri/releases/download/%version/m4ri-%version.tar.gz
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
|
||||
@@ -72,17 +70,16 @@ applications that want to make use of libm4ri.
|
||||
--disable-sse2 \
|
||||
%endif
|
||||
--with-cachesize=32768:131072:131072
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files -n %lname
|
||||
%_libdir/libm4ri-0.0.%version.so
|
||||
%_libdir/libm4ri.so.*
|
||||
|
||||
%files devel
|
||||
%_libdir/libm4ri.so
|
||||
|
||||
BIN
m4ri-20200125.tar.gz
LFS
BIN
m4ri-20200125.tar.gz
LFS
Binary file not shown.
BIN
m4ri-20250128.tar.gz
LFS
Normal file
BIN
m4ri-20250128.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user