commit cddlib for openSUSE:Factory

2020-09-21 Thread root
Hello community,

here is the log from the commit of package cddlib for openSUSE:Factory checked 
in at 2020-09-21 17:42:25

Comparing /work/SRC/openSUSE:Factory/cddlib (Old)
 and  /work/SRC/openSUSE:Factory/.cddlib.new.4249 (New)


Package is "cddlib"

Mon Sep 21 17:42:25 2020 rev:12 rq:835656 version:0.94l

Changes:

--- /work/SRC/openSUSE:Factory/cddlib/cddlib.changes2018-10-25 
09:08:09.422439940 +0200
+++ /work/SRC/openSUSE:Factory/.cddlib.new.4249/cddlib.changes  2020-09-21 
17:44:20.160964636 +0200
@@ -1,0 +2,16 @@
+Sun Sep 20 06:38:16 UTC 2020 - Jan Engelhardt 
+
+- Update to release 0.94l
+  * Merged 0001-build-extend-extern-C-block-in-header-files.patch
+- Split command-line programs to new package cddlib-tools.
+
+---
+Sat Sep 19 09:18:52 UTC 2020 - Jan Engelhardt 
+
+- Update to release 0.94k
+  * Header files are now installed to PREFIX/include/cddlib to
+avoid clashes with other libraries.
+  * pkg-config cddlib.pc file added.
+- Add 0001-build-extend-extern-C-block-in-header-files.patch
+
+---

Old:

  cddlib-0.94j.tar.gz

New:

  cddlib-0.94l.tar.gz



Other differences:
--
++ cddlib.spec ++
--- /var/tmp/diff_new_pack.TtujSg/_old  2020-09-21 17:44:21.192965608 +0200
+++ /var/tmp/diff_new_pack.TtujSg/_new  2020-09-21 17:44:21.196965612 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cddlib
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,16 @@
 
 Name:   cddlib
 %define lname   libcdd0
-Version:0.94j
+Version:0.94l
 Release:0
 Summary:Library for finding vertices of convex polytopes
 License:GPL-2.0-or-later
 Group:  Productivity/Scientific/Math
-Url:https://www.inf.ethz.ch/personal/fukudak/cdd_home/
+URL:https://www.inf.ethz.ch/personal/fukudak/cdd_home/
 
-Source: 
https://github.com/cddlib/cddlib/releases/download/0.94j/cddlib-0.94j.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
+Source: 
https://github.com/cddlib/cddlib/releases/download/%version/%name-%version.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gmp-devel >= 3
-BuildRequires:  libtool
 
 %description
 cddlib is a C implementation of the Double Description Method of
@@ -50,7 +46,7 @@
 of linear inequalities.
 
 %package devel
-Summary:Development files for cddlib
+Summary:Header files for cddlib
 Group:  Development/Libraries/C and C++
 Requires:   %lname = %version
 Requires:   gmp-devel
@@ -61,6 +57,8 @@
 extreme rays of a general convex polyhedron in R^d given by a system
 of linear inequalities.
 
+This package contains the headers for the C library.
+
 %package doc
 Summary:Documentation for the cddlib API
 Group:  Documentation/Other
@@ -72,13 +70,26 @@
 
 This package contains the documentation to cddlib.
 
+%package tools
+Summary:Programs for vertex generation using Double Description Method
+Group:  Productivity/Scientific/Math
+Provides:   cddlib-devel:/usr/bin/scdd
+Conflicts:  cddlib-devel < 0.94l
+
+%description tools
+cddlib is a C implementation of the Double Description Method of
+Motzkin et al. for generating all vertices (i.e. extreme points) and
+extreme rays of a general convex polyhedron in R^d given by a system
+of linear inequalities.
+
+This package contains the command-line utilities of cddlib.
+
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-autoreconf -fi
-%configure --enable-shared --disable-static --includedir="%_includedir/cdd" 
--docdir="%_docdir/%name"
-make %{?_smp_mflags} V=1
+%configure --enable-shared --disable-static --docdir="%_docdir/%name"
+%make_build
 
 %install
 %make_install
@@ -92,11 +103,15 @@
 %_libdir/libcdd*.so.*
 
 %files devel
-%_bindir/*
 %_libdir/libcdd*.so
 %_includedir/*
+%_libdir/pkgconfig/*.pc
 
 %files doc
 %_docdir/%name/
 
+%files tools
+%_bindir/*
+%license COPYING
+
 %changelog




commit cddlib for openSUSE:Factory

2018-10-25 Thread root
Hello community,

here is the log from the commit of package cddlib for openSUSE:Factory checked 
in at 2018-10-25 09:08:05

Comparing /work/SRC/openSUSE:Factory/cddlib (Old)
 and  /work/SRC/openSUSE:Factory/.cddlib.new (New)


Package is "cddlib"

Thu Oct 25 09:08:05 2018 rev:11 rq:643513 version:0.94j

Changes:

--- /work/SRC/openSUSE:Factory/cddlib/cddlib.changes2018-05-04 
11:29:06.720619718 +0200
+++ /work/SRC/openSUSE:Factory/.cddlib.new/cddlib.changes   2018-10-25 
09:08:09.422439940 +0200
@@ -1,0 +2,8 @@
+Sat Oct 20 11:41:09 UTC 2018 - Jan Engelhardt 
+
+- Update to new upstream release 0.94j
+  * Introduced cddexec as a replacement of cdd_both_reps that many
+distributions packaged.
+- Remove cddlib-flags.diff, cddlib-automake.diff
+
+---

Old:

  cddlib-094i.tar.gz
  cddlib-automake.diff
  cddlib-flags.diff

New:

  cddlib-0.94j.tar.gz



Other differences:
--
++ cddlib.spec ++
--- /var/tmp/diff_new_pack.RsaU98/_old  2018-10-25 09:08:10.046439567 +0200
+++ /var/tmp/diff_new_pack.RsaU98/_new  2018-10-25 09:08:10.046439567 +0200
@@ -12,25 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   cddlib
 %define lname   libcdd0
-Version:0.94i
+Version:0.94j
 Release:0
 Summary:Library for finding vertices of convex polytopes
 License:GPL-2.0-or-later
 Group:  Productivity/Scientific/Math
 Url:https://www.inf.ethz.ch/personal/fukudak/cdd_home/
 
-Source: ftp://ftp.math.ethz.ch/users/fukudak/cdd/cddlib-094i.tar.gz
-Patch1: cddlib-flags.diff
-Patch2: cddlib-automake.diff
+Source: 
https://github.com/cddlib/cddlib/releases/download/0.94j/cddlib-0.94j.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  fdupes
 BuildRequires:  gmp-devel >= 3
 BuildRequires:  libtool
 
@@ -62,30 +61,42 @@
 extreme rays of a general convex polyhedron in R^d given by a system
 of linear inequalities.
 
+%package doc
+Summary:Documentation for the cddlib API
+Group:  Documentation/Other
+BuildArch:  noarch
+
+%description doc
+cddlib is an implementation of the Double Description Method of
+Motzkin et al.
+
+This package contains the documentation to cddlib.
+
 %prep
-%setup -qn %name-094i
-%patch -P 1 -P 2 -p1
+%setup -q
 
 %build
 autoreconf -fi
-%configure --enable-shared --disable-static --includedir="%_includedir/cdd"
+%configure --enable-shared --disable-static --includedir="%_includedir/cdd" 
--docdir="%_docdir/%name"
 make %{?_smp_mflags} V=1
 
 %install
 %make_install
 rm -f "%buildroot/%_libdir"/*.la
+%fdupes %buildroot/%_prefix
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%defattr(-,root,root)
 %_libdir/libcdd*.so.*
 
 %files devel
-%defattr(-,root,root)
 %_bindir/*
 %_libdir/libcdd*.so
 %_includedir/*
 
+%files doc
+%_docdir/%name/
+
 %changelog




commit cddlib for openSUSE:Factory

2018-05-04 Thread root
Hello community,

here is the log from the commit of package cddlib for openSUSE:Factory checked 
in at 2018-05-04 11:28:33

Comparing /work/SRC/openSUSE:Factory/cddlib (Old)
 and  /work/SRC/openSUSE:Factory/.cddlib.new (New)


Package is "cddlib"

Fri May  4 11:28:33 2018 rev:10 rq:602661 version:0.94i

Changes:

--- /work/SRC/openSUSE:Factory/cddlib/cddlib.changes2018-01-23 
13:52:28.359062606 +0100
+++ /work/SRC/openSUSE:Factory/.cddlib.new/cddlib.changes   2018-05-04 
11:29:06.720619718 +0200
@@ -1,0 +2,7 @@
+Mon Apr 30 22:12:36 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 0.94i
+  * The missing definition of dd_set_d function (in the
+-DGMPRATIONAL case) was added.
+
+---

Old:

  cddlib-094h.tar.gz

New:

  cddlib-094i.tar.gz



Other differences:
--
++ cddlib.spec ++
--- /var/tmp/diff_new_pack.I5j0fL/_old  2018-05-04 11:29:07.468592276 +0200
+++ /var/tmp/diff_new_pack.I5j0fL/_new  2018-05-04 11:29:07.468592276 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cddlib
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,14 +18,14 @@
 
 Name:   cddlib
 %define lname   libcdd0
-Version:0.94h
+Version:0.94i
 Release:0
 Summary:Library for finding vertices of convex polytopes
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Scientific/Math
 Url:https://www.inf.ethz.ch/personal/fukudak/cdd_home/
 
-Source: ftp://ftp.math.ethz.ch/users/fukudak/cdd/cddlib-094h.tar.gz
+Source: ftp://ftp.math.ethz.ch/users/fukudak/cdd/cddlib-094i.tar.gz
 Patch1: cddlib-flags.diff
 Patch2: cddlib-automake.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -63,7 +63,7 @@
 of linear inequalities.
 
 %prep
-%setup -qn %name-094h
+%setup -qn %name-094i
 %patch -P 1 -P 2 -p1
 
 %build




commit cddlib for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package cddlib for openSUSE:Factory checked 
in at 2018-01-23 13:52:27

Comparing /work/SRC/openSUSE:Factory/cddlib (Old)
 and  /work/SRC/openSUSE:Factory/.cddlib.new (New)


Package is "cddlib"

Tue Jan 23 13:52:27 2018 rev:9 rq:559955 version:0.94h

Changes:

--- /work/SRC/openSUSE:Factory/cddlib/cddlib.changes2017-03-08 
01:11:31.263511273 +0100
+++ /work/SRC/openSUSE:Factory/.cddlib.new/cddlib.changes   2018-01-23 
13:52:28.359062606 +0100
@@ -1,0 +2,6 @@
+Mon Dec 25 21:51:31 UTC 2017 - jeng...@inai.de
+
+- Switch include directory to /usr/include/cdd as that seems to be
+  expected by downstream programs (like gfan).
+
+---



Other differences:
--
++ cddlib.spec ++
--- /var/tmp/diff_new_pack.MsZdL6/_old  2018-01-23 13:52:29.079028972 +0100
+++ /var/tmp/diff_new_pack.MsZdL6/_new  2018-01-23 13:52:29.083028785 +0100
@@ -68,7 +68,7 @@
 
 %build
 autoreconf -fi
-%configure --enable-shared --disable-static
+%configure --enable-shared --disable-static --includedir="%_includedir/cdd"
 make %{?_smp_mflags} V=1
 
 %install




commit cddlib for openSUSE:Factory

2017-03-07 Thread root
Hello community,

here is the log from the commit of package cddlib for openSUSE:Factory checked 
in at 2017-03-08 01:11:30

Comparing /work/SRC/openSUSE:Factory/cddlib (Old)
 and  /work/SRC/openSUSE:Factory/.cddlib.new (New)


Package is "cddlib"

Wed Mar  8 01:11:30 2017 rev:8 rq:459384 version:0.94h

Changes:

--- /work/SRC/openSUSE:Factory/cddlib/cddlib.changes2016-07-14 
09:48:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.cddlib.new/cddlib.changes   2017-03-08 
01:11:31.263511273 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 23:47:31 UTC 2017 - jeng...@inai.de
+
+- Update homepage URL
+
+---



Other differences:
--
++ cddlib.spec ++
--- /var/tmp/diff_new_pack.54ol36/_old  2017-03-08 01:11:32.107391855 +0100
+++ /var/tmp/diff_new_pack.54ol36/_new  2017-03-08 01:11:32.111391289 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cddlib
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -23,9 +23,9 @@
 Summary:Library for finding vertices of convex polytopes
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
-Url:http://www.ifor.math.ethz.ch/~fukuda/cdd_home/
+Url:https://www.inf.ethz.ch/personal/fukudak/cdd_home/
 
-Source: ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/cddlib-094h.tar.gz
+Source: ftp://ftp.math.ethz.ch/users/fukudak/cdd/cddlib-094h.tar.gz
 Patch1: cddlib-flags.diff
 Patch2: cddlib-automake.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit cddlib for openSUSE:Factory

2016-07-14 Thread h_root
Hello community,

here is the log from the commit of package cddlib for openSUSE:Factory checked 
in at 2016-07-14 09:48:46

Comparing /work/SRC/openSUSE:Factory/cddlib (Old)
 and  /work/SRC/openSUSE:Factory/.cddlib.new (New)


Package is "cddlib"

Changes:

--- /work/SRC/openSUSE:Factory/cddlib/cddlib.changes2016-03-26 
15:23:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.cddlib.new/cddlib.changes   2016-07-14 
09:48:50.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul  4 08:20:19 UTC 2016 - jeng...@inai.de
+
+- Update cddlib-automake.diff to add -no-undefined
+
+---



Other differences:
--
++ cddlib.spec ++
--- /var/tmp/diff_new_pack.RBTDIO/_old  2016-07-14 09:48:51.0 +0200
+++ /var/tmp/diff_new_pack.RBTDIO/_new  2016-07-14 09:48:51.0 +0200
@@ -25,7 +25,7 @@
 Group:  Productivity/Scientific/Math
 Url:http://www.ifor.math.ethz.ch/~fukuda/cdd_home/
 
-Source: ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/%name-094h.tar.gz
+Source: ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/cddlib-094h.tar.gz
 Patch1: cddlib-flags.diff
 Patch2: cddlib-automake.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -67,13 +67,13 @@
 %patch -P 1 -P 2 -p1
 
 %build
-autoreconf -fi;
+autoreconf -fi
 %configure --enable-shared --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-make install DESTDIR="%buildroot";
-rm -f "%buildroot/%_libdir"/*.la;
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig

++ cddlib-automake.diff ++
--- /var/tmp/diff_new_pack.RBTDIO/_old  2016-07-14 09:48:51.0 +0200
+++ /var/tmp/diff_new_pack.RBTDIO/_new  2016-07-14 09:48:51.0 +0200
@@ -2,15 +2,18 @@
 Date: 2012-08-22 01:01:11.243215671 +0200
 
 automake 1.12 wants AM_PROG_AR.
+Add -no-undefined, required for PE targets and not detrimental on ELF.
 
 ---
- configure.in |1 +
- 1 file changed, 1 insertion(+)
+ configure.in|1 +
+ lib-src-gmp/Makefile.am |2 +-
+ lib-src/Makefile.am |2 +-
+ 3 files changed, 3 insertions(+), 2 deletions(-)
 
-Index: cddlib-094g/configure.in
+Index: cddlib-094h/configure.in
 ===
 cddlib-094g.orig/configure.in
-+++ cddlib-094g/configure.in
+--- cddlib-094h.orig/configure.in
 cddlib-094h/configure.in
 @@ -8,6 +8,7 @@ dnl Checks for programs.
  AC_PROG_CC
  AM_PROG_CC_C_O
@@ -19,3 +22,23 @@
  LT_INIT
  
  dnl Checks for libraries.
+Index: cddlib-094h/lib-src-gmp/Makefile.am
+===
+--- cddlib-094h.orig/lib-src-gmp/Makefile.am
 cddlib-094h/lib-src-gmp/Makefile.am
+@@ -25,4 +25,4 @@ cddtypes_f.h \
+ setoper.h
+ 
+ AM_CPPFLAGS = -I$(gmpincludedir) -DGMPRATIONAL
+-AM_LDFLAGS = -version-info 0:0:0
++AM_LDFLAGS = -version-info 0:0:0 -no-undefined
+Index: cddlib-094h/lib-src/Makefile.am
+===
+--- cddlib-094h.orig/lib-src/Makefile.am
 cddlib-094h/lib-src/Makefile.am
+@@ -16,4 +16,4 @@ cddtypes.h \
+ setoper.h
+ 
+ AM_CPPFLAGS = -UGMPRATIONAL
+-AM_LDFLAGS = -version-info 0:0:0
++AM_LDFLAGS = -version-info 0:0:0 -no-undefined




commit cddlib for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package cddlib for openSUSE:Factory checked 
in at 2016-03-26 15:23:16

Comparing /work/SRC/openSUSE:Factory/cddlib (Old)
 and  /work/SRC/openSUSE:Factory/.cddlib.new (New)


Package is "cddlib"

Changes:

--- /work/SRC/openSUSE:Factory/cddlib/cddlib.changes2014-10-14 
07:11:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.cddlib.new/cddlib.changes   2016-03-26 
15:23:19.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar 12 21:02:34 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 0.94h
+* One unspecified minor bugfix
+
+---

Old:

  cddlib-094g.tar.gz

New:

  cddlib-094h.tar.gz



Other differences:
--
++ cddlib.spec ++
--- /var/tmp/diff_new_pack.WC1CRF/_old  2016-03-26 15:23:21.0 +0100
+++ /var/tmp/diff_new_pack.WC1CRF/_new  2016-03-26 15:23:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cddlib
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -18,14 +18,14 @@
 
 Name:   cddlib
 %define lname   libcdd0
-Version:0.94g
+Version:0.94h
 Release:0
 Summary:Library for finding vertices of convex polytopes
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://www.ifor.math.ethz.ch/~fukuda/cdd_home/
 
-Source: ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/%name-094g.tar.gz
+Source: ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/%name-094h.tar.gz
 Patch1: cddlib-flags.diff
 Patch2: cddlib-automake.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -63,7 +63,7 @@
 of linear inequalities.
 
 %prep
-%setup -qn %name-094g
+%setup -qn %name-094h
 %patch -P 1 -P 2 -p1
 
 %build




commit cddlib for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package cddlib for openSUSE:Factory checked 
in at 2014-10-14 07:10:36

Comparing /work/SRC/openSUSE:Factory/cddlib (Old)
 and  /work/SRC/openSUSE:Factory/.cddlib.new (New)


Package is "cddlib"

Changes:

--- /work/SRC/openSUSE:Factory/cddlib/cddlib.changes2012-12-05 
13:47:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.cddlib.new/cddlib.changes   2014-10-14 
07:11:00.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 11 18:22:10 UTC 2014 - jeng...@inai.de
+
+- Use source URLs
+
+---

Old:

  cddlib-094g.tar.xz

New:

  cddlib-094g.tar.gz



Other differences:
--
++ cddlib.spec ++
--- /var/tmp/diff_new_pack.LWNM2U/_old  2014-10-14 07:11:01.0 +0200
+++ /var/tmp/diff_new_pack.LWNM2U/_new  2014-10-14 07:11:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cddlib
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   cddlib
 %define lname   libcdd0
 Version:0.94g
 Release:0
 Summary:Library for finding vertices of convex polytopes
-Group:  Productivity/Scientific/Math
 License:GPL-2.0+
-URL:http://www.ifor.math.ethz.ch/~fukuda/cdd_home/
+Group:  Productivity/Scientific/Math
+Url:http://www.ifor.math.ethz.ch/~fukuda/cdd_home/
 
-Source: cddlib-094g.tar.xz
+Source: ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/%name-094g.tar.gz
 Patch1:cddlib-flags.diff
 Patch2:cddlib-automake.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf, automake, libtool
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gmp-devel >= 3
-BuildRequires: xz
+BuildRequires:  libtool
 
 %description
 cddlib is a C implementation of the Double Description Method of
@@ -51,7 +53,8 @@
 %package devel
 Summary:Development files for cddlib
 Group:  Development/Libraries/C and C++
-Requires:   %lname = %version, gmp-devel
+Requires:   %lname = %version
+Requires:   gmp-devel
 
 %description devel
 cddlib is a C implementation of the Double Description Method of
@@ -73,7 +76,6 @@
 rm -f "%buildroot/%_libdir"/*.la;
 
 %post -n %lname -p /sbin/ldconfig
-
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org