Title bar string and desktop file corrected

This commit is contained in:
Volker Fröhlich 2011-02-27 01:11:47 +01:00
parent a924a82e9e
commit b7dbbd397f
2 changed files with 22 additions and 7 deletions

View File

@ -1,5 +1,4 @@
[Desktop Entry]
Encoding=UTF-8
Name=Quantum GIS
GenericName=Geographic Information System
Comment=
@ -7,4 +6,4 @@ Exec=qgis
Icon=qgis
Terminal=false
Type=Application
Categories=Geography;Viewer;Graphics;
Categories=Education;Geography;Science;

View File

@ -4,7 +4,7 @@
Name: qgis
Version: 1.6.0
Release: 6%{?dist}
Release: 7%{?dist}
Summary: A user friendly Open Source Geographic Information System
Group: Applications/Engineering
@ -13,6 +13,8 @@ URL: http://www.qgis.org/
Source0: http://qgis.org/~timlinux/src/%{name}_%{version}.tar.gz
Source1: %{name}.desktop
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
# Fix detection problem for GRASS libraries
# Proposed changes for next version: https://trac.osgeo.org/qgis/ticket/2863
Patch0: qgis-1.5.0-grass.patch
@ -29,10 +31,15 @@ BuildRequires: gsl-devel
BuildRequires: postgresql-devel
BuildRequires: proj-devel
BuildRequires: sqlite-devel
BuildRequires: libspatialite-devel
BuildRequires: chrpath
BuildRequires: desktop-file-utils
BuildRequires: qt4-devel
BuildRequires: qwt-devel
#Note for future EPEL version:
#grass is not in EPEL, qt4-webkit does not exist
BuildRequires: PyQwt-devel
BuildRequires: sip-devel > 4.7
BuildRequires: python-devel
@ -40,7 +47,7 @@ BuildRequires: PyQt4-devel
BuildRequires: qt4-webkit-devel
BuildRequires: fcgi-devel
# grass package contains definitions needed for configure script
# Grass package contains definitions needed for configure script
BuildRequires: grass, grass-devel
Requires: gpsbabel
@ -98,14 +105,19 @@ Python integration and plugins for QGIS.
%patch0 -p1 -b .grass
%patch1 -p1 -b .sip
# Encode man-file to utf-8
# Encode man-file to utf-8 -- Solved in 1.7.
iconv -f iso8859-1 -t utf-8 qgis_help.1 > qgis_help.1.conv && mv qgis_help.1.conv qgis_help.1
# Remove obsolete translations
# Correct version string in title bar
sed -i 's|Trunk|Copiapo|' CMakeLists.txt
# Remove obsolete translations -- They will be there again in 1.7!
#/usr/bin/lupdate-qt4 -noobsolete -ts i18n/qgis_*.ts
%build
#GDAL script doesn't work properly
# Detection doesn't work on it's own
GRASS_PREFIX=%{_libdir}
@ -219,10 +231,14 @@ rm -rf %{buildroot}
%{python_sitearch}/%{name}
%changelog
* Sat Feb 25 2011 Volker Fröhlich <volker27@gmx.at> - 1.6.0-7
- Added buildroot
- Corrected window title
- Removed encoding key from desktop file and corrected categories
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Feb 02 2011 Volker Fröhlich <volker27@gmx.at> - 1.6.0-5
- Remove libspatialite BR
- Forgot to turn off smp-flags