rebuilt with debug package and specfile fixes [release 5.0-2mamba;Tue Dec 26 2023]
This commit is contained in:
parent
f88e32ffa0
commit
ab82a5a18f
20
glpk.spec
20
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 <aleph0@openmamba.org>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 5.0-2mamba
|
||||
- rebuilt with debug package and specfile fixes
|
||||
|
||||
* Thu Dec 17 2020 Automatic Build System <autodist@mambasoft.it> 5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user