From ab82a5a18f3ebf56d534a78702a86bd3e48b5cb4 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:08:53 +0100 Subject: [PATCH] rebuilt with debug package and specfile fixes [release 5.0-2mamba;Tue Dec 26 2023] --- glpk.spec | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/glpk.spec b/glpk.spec index d594327..b73217d 100644 --- a/glpk.spec +++ b/glpk.spec @@ -2,20 +2,21 @@ Name: glpk Version: 5.0 -Release: 1mamba +Release: 2mamba Summary: GNU Linear Programming Kit Group: Applications/Mathematics Vendor: openmamba Distribution: openmamba -Packager: Aleph0 +Packager: Silvan Calarco URL: http://www.gnu.org/software/glpk/glpk.html Source: http://ftp.gnu.org/gnu/glpk/glpk-%{version}.tar.gz License: GPL +## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +## AUTOBUILDREQ-END BuildRequires: ldconfig BuildRequires: libgmp-devel Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. @@ -49,8 +50,9 @@ Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release} %description -n %{libname}-devel The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. +This package contains static libraries and header files needed for development. -This package contains static libraries and header files need for development. +%debug_package %prep %setup -q @@ -59,6 +61,7 @@ This package contains static libraries and header files need for development. %configure \ --enable-shared \ --disable-static + %make %install @@ -75,19 +78,22 @@ This package contains static libraries and header files need for development. %defattr(-,root,root) %{_bindir}/glpsol #%{_bindir}/tspsol -%doc AUTHORS COPYING ChangeLog NEWS README %files -n %{libname} %defattr(-,root,root) %{_libdir}/libglpk.so.* +%doc AUTHORS COPYING %files -n %{libname}-devel %defattr(-,root,root) -%{_libdir}/libglpk.la -%{_libdir}/libglpk.so %{_includedir}/*.h +%{_libdir}/libglpk.so +%doc ChangeLog NEWS README %changelog +* Tue Dec 26 2023 Silvan Calarco 5.0-2mamba +- rebuilt with debug package and specfile fixes + * Thu Dec 17 2020 Automatic Build System 5.0-1mamba - automatic version update by autodist