SHA256
1
0
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:
Corot Sebastien 2012-02-26 12:12:08 +00:00 committed by Git OBS Bridge
parent 3f24159707
commit 0d1c671f7c
4 changed files with 16 additions and 5 deletions

3
cddlib-094f.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02dd983fab97d98f56e22d6dc46beee4973f82afb05612f0fe909a56049e4a9f
size 1221857

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9366e0a2ac5e0aa249c27813d5fa518df3270c79540d822221791b7cc7832dde
size 944252

7
cddlib.changes Normal file
View 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

View File

@ -24,11 +24,11 @@ Group: Productivity/Scientific/Math
License: GPL-2.0+
URL: http://www.ifor.math.ethz.ch/~fukuda/cdd_home/
Source: cddlib-094f.tar.xz
Source: cddlib-094f.tar.bz2
Patch1: cddlib-shared.diff
Patch2: cddlib-flags.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gmp-devel >= 3, xz
BuildRequires: gmp-devel >= 3
%description
cddlib is a C implementation of the Double Description Method of
@ -67,7 +67,11 @@ autoreconf -fi;
make %{?_smp_mflags}
%install
%if 0%{sles_version} <= 11
%makeinstall
%else
%make_install
%endif
find "%buildroot" -name "*.la" -delete;
%post -n %lname -p /sbin/ldconfig