removed rpmlint errors
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=35
This commit is contained in:
parent
8fdc2e7e7f
commit
dd62ece5f0
16
qgis.spec
16
qgis.spec
@ -6,7 +6,7 @@ Group: Applications/GIS
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}.desktop
|
||||
Url: http://www.qgis.org/
|
||||
Summary: Quantum GIS (QGIS) is designed to be a Geographic Information System (GIS) built for Linux/Unix.
|
||||
Summary: Quantum GIS (QGIS) is a Geographic Information System (GIS)
|
||||
Packager: Otto Dassau <otto.dassau@gmx.de>
|
||||
Requires: libgeos >= 2
|
||||
Requires: libgdal >= 1.5.0
|
||||
@ -75,10 +75,10 @@ Radim Blazek <blazek at itc.it>
|
||||
Steve Halasz <stevehalasz at users.sourceforge.net>
|
||||
|
||||
%description devel
|
||||
Development packages for Quantum GIS
|
||||
Development packages for Quantum GIS including the C header files.
|
||||
|
||||
%description plugin-grass
|
||||
Development packages for Quantum GIS
|
||||
GRASS plugin for Quantum GIS required to interface with GRASS system.
|
||||
|
||||
%debug_package
|
||||
|
||||
@ -145,11 +145,13 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/libqgisgrass.so
|
||||
%{_libdir}/libqgisgrass.so.0.10
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%post plugin-grass -p /sbin/ldconfig
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
%postun plugin-grass -p /sbin/ldconfig
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog -n qgis
|
||||
* Fri Apr 18 2008 Otto Dassau 0.10.0
|
||||
|
Loading…
Reference in New Issue
Block a user