Update to 3.8.2 final
This commit is contained in:
parent
d847d029ac
commit
c2bac1837e
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ octave-3.2.4.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
|
/octave-3.8.2-rc2.tar.gz
|
||||||
|
/octave-3.8.2.tar.bz2
|
||||||
|
15
octave.spec
15
octave.spec
@ -2,8 +2,7 @@
|
|||||||
%global octave_api api-v49+
|
%global octave_api api-v49+
|
||||||
|
|
||||||
# For rc versions, change release manually
|
# For rc versions, change release manually
|
||||||
#global rcver %{nil}
|
#global rcver 2
|
||||||
%global rcver 2
|
|
||||||
%if 0%{?rcver:1}
|
%if 0%{?rcver:1}
|
||||||
%global rctag -rc%{?rcver}
|
%global rctag -rc%{?rcver}
|
||||||
%endif
|
%endif
|
||||||
@ -11,7 +10,7 @@
|
|||||||
Name: octave
|
Name: octave
|
||||||
Epoch: 6
|
Epoch: 6
|
||||||
Version: 3.8.2
|
Version: 3.8.2
|
||||||
Release: 0.2.rc2%{?dist}
|
Release: 1%{?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+
|
||||||
@ -162,11 +161,10 @@ perl -pi -e "s,%{buildroot},," %{buildroot}%{_datadir}/%{name}/ls-R
|
|||||||
# Make sure ls-R exists
|
# Make sure ls-R exists
|
||||||
touch %{buildroot}%{_datadir}/%{name}/ls-R
|
touch %{buildroot}%{_datadir}/%{name}/ls-R
|
||||||
|
|
||||||
# Create desktop file
|
# Update desktop file
|
||||||
rm %{buildroot}%{_datadir}/applications/www.octave.org-octave.desktop
|
rm %{buildroot}%{_datadir}/applications/www.octave.org-octave.desktop
|
||||||
desktop-file-install --remove-category Development --add-category "Education" \
|
desktop-file-install --add-category "DataVisualization" --add-category "NumericalAnalysis" --add-category "Engineering" --add-category "Physics" \
|
||||||
--add-category "DataVisualization" --add-category "NumericalAnalysis" --add-category "Engineering" --add-category "Physics" \
|
--dir %{buildroot}%{_datadir}/applications etc/icons/octave.desktop
|
||||||
--dir %{buildroot}%{_datadir}/applications doc/icons/octave.desktop
|
|
||||||
|
|
||||||
# Create directories for add-on packages
|
# Create directories for add-on packages
|
||||||
HOST_TYPE=`%{buildroot}%{_bindir}/octave-config -p CANONICAL_HOST_TYPE`
|
HOST_TYPE=`%{buildroot}%{_bindir}/octave-config -p CANONICAL_HOST_TYPE`
|
||||||
@ -284,6 +282,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 14 2014 Orion Poplawski <orion@cora.nwra.com> - 6:3.8.2-1
|
||||||
|
- Update to 3.8.2 final
|
||||||
|
|
||||||
* Thu Jul 03 2014 Susi Lehtola <jussilehtola@fedoraproject.org> - 6:3.8.2-0.2.rc2
|
* Thu Jul 03 2014 Susi Lehtola <jussilehtola@fedoraproject.org> - 6:3.8.2-0.2.rc2
|
||||||
- Modernize rest of specfile.
|
- Modernize rest of specfile.
|
||||||
- Update to 3.8.2-rc2.
|
- Update to 3.8.2-rc2.
|
||||||
|
Loading…
Reference in New Issue
Block a user