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
|
Name: glpk
|
||||||
Version: 5.0
|
Version: 5.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: GNU Linear Programming Kit
|
Summary: GNU Linear Programming Kit
|
||||||
Group: Applications/Mathematics
|
Group: Applications/Mathematics
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnu.org/software/glpk/glpk.html
|
URL: http://www.gnu.org/software/glpk/glpk.html
|
||||||
Source: http://ftp.gnu.org/gnu/glpk/glpk-%{version}.tar.gz
|
Source: http://ftp.gnu.org/gnu/glpk/glpk-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: ldconfig
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libgmp-devel
|
BuildRequires: libgmp-devel
|
||||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%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.
|
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.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -59,6 +61,7 @@ This package contains static libraries and header files need for development.
|
|||||||
%configure \
|
%configure \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -75,19 +78,22 @@ This package contains static libraries and header files need for development.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/glpsol
|
%{_bindir}/glpsol
|
||||||
#%{_bindir}/tspsol
|
#%{_bindir}/tspsol
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libglpk.so.*
|
%{_libdir}/libglpk.so.*
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files -n %{libname}-devel
|
%files -n %{libname}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libglpk.la
|
|
||||||
%{_libdir}/libglpk.so
|
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
|
%{_libdir}/libglpk.so
|
||||||
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 17 2020 Automatic Build System <autodist@mambasoft.it> 5.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user