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
|
Sat Oct 11 22:36:03 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libm4rie
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,17 +19,17 @@
|
|||||||
Name: libm4rie
|
Name: libm4rie
|
||||||
# Note that libm4rie is not always updated in lockstep with libm4ri,
|
# Note that libm4rie is not always updated in lockstep with libm4ri,
|
||||||
# and that is absolutely normal.
|
# and that is absolutely normal.
|
||||||
%define date 20140914
|
%define date 20150908
|
||||||
%define lname libm4rie-0_0_%date
|
%define lname libm4rie-0_0_%date
|
||||||
Version: 0~%date
|
Version: 0~%date
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for fast linear arithmetic over GF(2^e)
|
Summary: Library for fast linear arithmetic over GF(2^e)
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Url: http://m4ri.sagemath.org/
|
Url: https://bitbucket.org/malb/m4rie
|
||||||
|
|
||||||
#Hg-Clone: https://bitbucket.org/malb/m4rie
|
#Git-Clone: https://bitbucket.org/malb/m4rie.git
|
||||||
Source: http://m4ri.sagemath.org/downloads/m4rie/m4rie-%date.tar.gz
|
Source: https://bitbucket.org/malb/m4rie/downloads/m4rie-%date.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libm4ri-devel
|
BuildRequires: libm4ri-devel
|
||||||
|
|
||||||
@ -62,12 +62,11 @@ applications that want to make use of libm4rie.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags};
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
b="%buildroot";
|
%make_install
|
||||||
make install DESTDIR="$b";
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
rm -f "$b/%_libdir"/*.la;
|
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -76,6 +75,6 @@ rm -f "$b/%_libdir"/*.la;
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libm4rie.so
|
%_libdir/libm4rie.so
|
||||||
%_includedir/m4rie
|
%_includedir/m4rie/
|
||||||
|
|
||||||
%changelog
|
%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