Added categories to desktop file: Education, DataVisualization,

NumericalAnalysis.
This commit is contained in:
Rakesh Pandit 2009-09-23 06:08:23 +00:00
parent 7102d7d897
commit f436d894bb
2 changed files with 8 additions and 3 deletions

View File

@ -2,3 +2,4 @@ octave-3_0_2-2_fc10:HEAD:octave-3.0.2-2.fc10.src.rpm:1224776342
octave-3_0_5-1_fc11:HEAD:octave-3.0.5-1.fc11.src.rpm:1239552316
octave-3_2_0-1_fc11:HEAD:octave-3.2.0-1.fc11.src.rpm:1247313567
octave-3_2_2-1_fc11:HEAD:octave-3.2.2-1.fc11.src.rpm:1249027014
octave-3_2_2-5_fc12:HEAD:octave-3.2.2-5.fc12.src.rpm:1253686658

View File

@ -3,7 +3,7 @@
Name: octave
Version: 3.2.2
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A high-level language for numerical computations
Epoch: 6
Group: Applications/Engineering
@ -103,8 +103,9 @@ popd
# Create desktop file
rm %{buildroot}%{_datadir}/applications/www.octave.org-octave.desktop
desktop-file-install --vendor fedora --remove-category Development \
--dir %{buildroot}%{_datadir}/applications examples/octave.desktop
desktop-file-install --vendor fedora --remove-category Development --add-category "Education" \
--add-category "DataVisualization" --add-category "NumericalAnalysis" --add-category "Engineering" --add-category "Physics" \
--dir %{buildroot}%{_datadir}/applications examples/octave.desktop
# Create directories for add-on packages
HOST_TYPE=`%{buildroot}%{_bindir}/octave-config -p CANONICAL_HOST_TYPE`
@ -170,6 +171,9 @@ fi
%changelog
* Tue Sep 22 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 6:3.2.2-5
- Added categories to desktop file: Education, DataVisualization, NumericalAnalysis
* Mon Sep 7 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 6:3.2.2-4
- Rebuild against new ATLAS