forked from pool/libm4rie
Accepting request 344373 from science
- Update to new upstream release 20150908 OBS-URL: https://build.opensuse.org/request/show/344373 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libm4rie?expand=0&rev=7
This commit is contained in:
commit
df485b0d3a
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 14 11:21:43 UTC 2015 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 20150908
|
||||
* Improvements to the build system and fixing a bug in the tests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 11 22:36:03 UTC 2014 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libm4rie
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,17 +19,17 @@
|
||||
Name: libm4rie
|
||||
# Note that libm4rie is not always updated in lockstep with libm4ri,
|
||||
# and that is absolutely normal.
|
||||
%define date 20140914
|
||||
%define date 20150908
|
||||
%define lname libm4rie-0_0_%date
|
||||
Version: 0~%date
|
||||
Release: 0
|
||||
Summary: Library for fast linear arithmetic over GF(2^e)
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Scientific/Math
|
||||
Url: http://m4ri.sagemath.org/
|
||||
Url: https://bitbucket.org/malb/m4rie
|
||||
|
||||
#Hg-Clone: https://bitbucket.org/malb/m4rie
|
||||
Source: http://m4ri.sagemath.org/downloads/m4rie/m4rie-%date.tar.gz
|
||||
#Git-Clone: https://bitbucket.org/malb/m4rie.git
|
||||
Source: https://bitbucket.org/malb/m4rie/downloads/m4rie-%date.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: libm4ri-devel
|
||||
|
||||
@ -62,12 +62,11 @@ applications that want to make use of libm4rie.
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags};
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
b="%buildroot";
|
||||
make install DESTDIR="$b";
|
||||
rm -f "$b/%_libdir"/*.la;
|
||||
%make_install
|
||||
rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
@ -76,6 +75,6 @@ rm -f "$b/%_libdir"/*.la;
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libm4rie.so
|
||||
%_includedir/m4rie
|
||||
%_includedir/m4rie/
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6429f16a2c932b93ce25e12750f844166ca7e1cfd976cb51658178a6b208ffb5
|
||||
size 466669
|
3
m4rie-20150908.tar.gz
Normal file
3
m4rie-20150908.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0c3f46c399ed2e4af5aaad9de9db0962d15d5ccb9bd0e313df6b2c16bf8e0b1
|
||||
size 476180
|
Loading…
x
Reference in New Issue
Block a user