This commit is contained in:
parent
ba5f471407
commit
7333528bd4
13
qgis.spec
13
qgis.spec
@ -90,12 +90,11 @@ Summary: Development Libraries for the QGIS 2.12
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: qgis = %{version}
|
||||
|
||||
%package plugin-grass7
|
||||
%package plugin-grass
|
||||
Summary: GRASS Support Libraries for QGIS 2.12
|
||||
Group: Productivity/Graphics/Visualization/Other
|
||||
Requires: grass7
|
||||
Requires: grass7-docs
|
||||
Obsoletes: qgis-plugin-grass
|
||||
Requires: qgis = %{version}
|
||||
|
||||
%package sample-data
|
||||
@ -116,8 +115,8 @@ geotiff). QGIS supports plugins to do things like display tracks from your GPS.
|
||||
%description devel
|
||||
Development packages for QGIS 2.12 including the C header files.
|
||||
|
||||
%description plugin-grass7
|
||||
GRASS 7 plugin for QGIS 2.12 required to interface with GRASS system.
|
||||
%description plugin-grass
|
||||
GRASS plugin for QGIS 2.12 required to interface with GRASS system.
|
||||
|
||||
%description sample-data
|
||||
QGIS sample data with free raster, vector, gps files and a GRASS location from Alaska area.
|
||||
@ -212,7 +211,7 @@ rm -rf %{buildroot}
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/include/qgis/*
|
||||
|
||||
%files plugin-grass7
|
||||
%files plugin-grass
|
||||
%defattr(644,root,root)
|
||||
%{_libdir}/qgis/libgrass*
|
||||
#%{_libdir}/libqgisgrass.so
|
||||
@ -225,9 +224,9 @@ rm -rf %{buildroot}
|
||||
%defattr(644,root,root)
|
||||
%{_datadir}/qgis/%{sampledir}
|
||||
|
||||
%post plugin-grass7 -p /sbin/ldconfig
|
||||
%post plugin-grass -p /sbin/ldconfig
|
||||
|
||||
%postun plugin-grass7 -p /sbin/ldconfig
|
||||
%postun plugin-grass -p /sbin/ldconfig
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user