Rebuild for glpk 4.65. Use ldconfig macros.
This commit is contained in:
parent
8b252cc278
commit
f3e519677e
10
octave.spec
10
octave.spec
@ -21,7 +21,7 @@
|
|||||||
Name: octave
|
Name: octave
|
||||||
Epoch: 6
|
Epoch: 6
|
||||||
Version: 4.2.2
|
Version: 4.2.2
|
||||||
Release: 1%{?rcver:.rc%{rcver}}%{?dist}
|
Release: 2%{?rcver:.rc%{rcver}}%{?dist}
|
||||||
Summary: A high-level language for numerical computations
|
Summary: A high-level language for numerical computations
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -379,7 +379,7 @@ export DISPLAY=:99
|
|||||||
make check
|
make check
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
%{?ldconfig}
|
||||||
%if %{builddocs}
|
%if %{builddocs}
|
||||||
/sbin/install-info --info-dir=%{_infodir} --section="Programming" \
|
/sbin/install-info --info-dir=%{_infodir} --section="Programming" \
|
||||||
%{_infodir}/octave.info || :
|
%{_infodir}/octave.info || :
|
||||||
@ -392,7 +392,7 @@ if [ "$1" = "0" ]; then
|
|||||||
fi
|
fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%ldconfig_postun
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -438,6 +438,10 @@ fi
|
|||||||
%{_pkgdocdir}/refcard*.pdf
|
%{_pkgdocdir}/refcard*.pdf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 2 2018 Jerry James <loganjerry@gmail.com> - 6:4.2.2-2
|
||||||
|
- Rebuild for glpk 4.65
|
||||||
|
- Use ldconfig macros
|
||||||
|
|
||||||
* Wed Mar 14 2018 Orion Poplawski <orion@cora.nwra.com> - 6:4.2.2-1
|
* Wed Mar 14 2018 Orion Poplawski <orion@cora.nwra.com> - 6:4.2.2-1
|
||||||
- Update to 4.2.2
|
- Update to 4.2.2
|
||||||
- Fail build again if make check fails
|
- Fail build again if make check fails
|
||||||
|
Loading…
Reference in New Issue
Block a user