Update to 3.8.2 rc2.
This commit is contained in:
parent
4b94ef1f76
commit
d847d029ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ octave-3.2.4.tar.bz2
|
|||||||
/octave-3.8.0.tar.bz2
|
/octave-3.8.0.tar.bz2
|
||||||
/octave-3.8.1.tar.bz2
|
/octave-3.8.1.tar.bz2
|
||||||
/octave-3.8.2-rc1.tar.gz
|
/octave-3.8.2-rc1.tar.gz
|
||||||
|
/octave-3.8.2-rc2.tar.gz
|
||||||
|
18
octave.spec
18
octave.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# For rc versions, change release manually
|
# For rc versions, change release manually
|
||||||
#global rcver %{nil}
|
#global rcver %{nil}
|
||||||
%global rcver 1
|
%global rcver 2
|
||||||
%if 0%{?rcver:1}
|
%if 0%{?rcver:1}
|
||||||
%global rctag -rc%{?rcver}
|
%global rctag -rc%{?rcver}
|
||||||
%endif
|
%endif
|
||||||
@ -11,7 +11,7 @@
|
|||||||
Name: octave
|
Name: octave
|
||||||
Epoch: 6
|
Epoch: 6
|
||||||
Version: 3.8.2
|
Version: 3.8.2
|
||||||
Release: 0.1.rc1%{?dist}
|
Release: 0.2.rc2%{?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+
|
||||||
@ -28,8 +28,6 @@ Source1: macros.octave
|
|||||||
# https://savannah.gnu.org/bugs/?func=detailitem&item_id=32839
|
# https://savannah.gnu.org/bugs/?func=detailitem&item_id=32839
|
||||||
Patch0: octave-3.8.0-pkgbuilddir.patch
|
Patch0: octave-3.8.0-pkgbuilddir.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
Provides: octave(api) = %{octave_api}
|
Provides: octave(api) = %{octave_api}
|
||||||
Provides: bundled(gnulib)
|
Provides: bundled(gnulib)
|
||||||
|
|
||||||
@ -104,9 +102,7 @@ applications which use GNU Octave.
|
|||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for Octave
|
Summary: Documentation for Octave
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
%if 0%{?fedora} > 10 || 0%{?rhel} > 5
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
This package contains documentation for Octave.
|
This package contains documentation for Octave.
|
||||||
@ -153,7 +149,6 @@ fi
|
|||||||
make OCTAVE_RELEASE="Fedora %{version}%{?rctag}-%{release}"
|
make OCTAVE_RELEASE="Fedora %{version}%{?rctag}-%{release}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
rm -f %{buildroot}%{_infodir}/dir
|
rm -f %{buildroot}%{_infodir}/dir
|
||||||
|
|
||||||
@ -243,9 +238,6 @@ cp -p %SOURCE1 %{buildroot}%{_rpmconfigdir}/macros.d/
|
|||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
/sbin/install-info --info-dir=%{_infodir} --section="Programming" \
|
/sbin/install-info --info-dir=%{_infodir} --section="Programming" \
|
||||||
@ -292,6 +284,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 03 2014 Susi Lehtola <jussilehtola@fedoraproject.org> - 6:3.8.2-0.2.rc2
|
||||||
|
- Modernize rest of specfile.
|
||||||
|
- Update to 3.8.2-rc2.
|
||||||
|
|
||||||
* Tue Jun 10 2014 Susi Lehtola <jussilehtola@fedoraproject.org> - 6:3.8.2-0.1.rc1
|
* Tue Jun 10 2014 Susi Lehtola <jussilehtola@fedoraproject.org> - 6:3.8.2-0.1.rc1
|
||||||
- Update to 3.8.2-rc1.
|
- Update to 3.8.2-rc1.
|
||||||
|
|
||||||
@ -1002,7 +998,7 @@ does not exist.
|
|||||||
- add "Excludearch: " for Alpha - it triggers compiler bugs
|
- add "Excludearch: " for Alpha - it triggers compiler bugs
|
||||||
|
|
||||||
* Thu Jun 08 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
* Thu Jun 08 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
- use %%configure, %%makeinstall, %{_infodir}. %{_mandir}
|
- use %%configure, %%makeinstall, %%{_infodir}. %%{_mandir}
|
||||||
- remove prefix
|
- remove prefix
|
||||||
|
|
||||||
* Tue May 09 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
* Tue May 09 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user