forked from pool/cddlib
- bzip2 source file instead of xv which is unsupported on SLE
- fix %%make_install for SLE-11 - remove unneeded xv build requirement OBS-URL: https://build.opensuse.org/package/show/science/cddlib?expand=0&rev=3
This commit is contained in:
parent
3f24159707
commit
0d1c671f7c
3
cddlib-094f.tar.bz2
Normal file
3
cddlib-094f.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:02dd983fab97d98f56e22d6dc46beee4973f82afb05612f0fe909a56049e4a9f
|
||||||
|
size 1221857
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9366e0a2ac5e0aa249c27813d5fa518df3270c79540d822221791b7cc7832dde
|
|
||||||
size 944252
|
|
7
cddlib.changes
Normal file
7
cddlib.changes
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 26 12:04:08 UTC 2012 - scorot@free.fr
|
||||||
|
|
||||||
|
- bzip2 source file instead of xv which is unsupported on SLE
|
||||||
|
- fix %%make_install for SLE-11
|
||||||
|
- remove unneeded xv build requirement
|
||||||
|
|
@ -24,11 +24,11 @@ Group: Productivity/Scientific/Math
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
URL: http://www.ifor.math.ethz.ch/~fukuda/cdd_home/
|
URL: http://www.ifor.math.ethz.ch/~fukuda/cdd_home/
|
||||||
|
|
||||||
Source: cddlib-094f.tar.xz
|
Source: cddlib-094f.tar.bz2
|
||||||
Patch1: cddlib-shared.diff
|
Patch1: cddlib-shared.diff
|
||||||
Patch2: cddlib-flags.diff
|
Patch2: cddlib-flags.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gmp-devel >= 3, xz
|
BuildRequires: gmp-devel >= 3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
cddlib is a C implementation of the Double Description Method of
|
cddlib is a C implementation of the Double Description Method of
|
||||||
@ -67,7 +67,11 @@ autoreconf -fi;
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
%if 0%{sles_version} <= 11
|
||||||
|
%makeinstall
|
||||||
|
%else
|
||||||
%make_install
|
%make_install
|
||||||
|
%endif
|
||||||
find "%buildroot" -name "*.la" -delete;
|
find "%buildroot" -name "*.la" -delete;
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user