rpms/qgis/devel .cvsignore, 1.3, 1.4 qgis.spec, 1.11, 1.12 sources, 1.3, 1.4 lib64-suffix-0.9.0.patch, 1.1, NONE man-install-share-0.9.0.patch, 1.1, NONE

Douglas E. Warner (silfreed) fedora-extras-commits at redhat.com
Mon Dec 17 14:41:40 UTC 2007


Author: silfreed

Update of /cvs/pkgs/rpms/qgis/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30005

Modified Files:
	.cvsignore qgis.spec sources 
Removed Files:
	lib64-suffix-0.9.0.patch man-install-share-0.9.0.patch 
Log Message:
- update to 0.9.1
- removing lib64 and man instal path patches (included upstream)
- enabling python integration
- reorganizing spec file to match fedora standards



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qgis/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	27 Sep 2007 18:12:23 -0000	1.3
+++ .cvsignore	17 Dec 2007 14:41:06 -0000	1.4
@@ -1 +1 @@
-qgis-0.9.0.tar.gz
+qgis-0.9.1.tar.gz


Index: qgis.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qgis/devel/qgis.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- qgis.spec	5 Oct 2007 12:55:57 -0000	1.11
+++ qgis.spec	17 Dec 2007 14:41:06 -0000	1.12
@@ -1,18 +1,17 @@
 %define qt4_bindir %{_libdir}/qt4/bin
 
-Summary: A user friendly Open Source Geographic Information System
 Name: qgis
-Version: 0.9.0
-Release: 2%{?dist}
-#Epoch: 1
-License: GPLv2+
+Version: 0.9.1
+Release: 1%{?dist}
+Summary: A user friendly Open Source Geographic Information System
+
 Group: Applications/Engineering
+License: GPLv2+
+URL: http://qgis.org/
 Source0: http://download.qgis.org/qgis/src/%{name}-%{version}.tar.gz
 Source1: %{name}.desktop
-Patch0: man-install-share-0.9.0.patch
-Patch1: lib64-suffix-0.9.0.patch
-URL: http://qgis.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildRequires: cmake
 BuildRequires: desktop-file-utils
 BuildRequires: qt4-devel
@@ -26,6 +25,8 @@
 BuildRequires: python-devel
 # grass package contains definitions needed for configure script
 BuildRequires: grass, grass-devel
+BuildRequires: python-devel
+BuildRequires: PyQt4-devel
 
 %description
 Quantum GIS (QGIS) is a user friendly Open Source Geographic Information 
@@ -35,6 +36,7 @@
 computer. It supports many common spatial data formats (e.g. ESRI ShapeFile, 
 geotiff). QGIS supports plugins to do things like display tracks from your GPS.
 
+
 #%package devel
 #Summary: Headers and libraries for building against qgis
 #Group: Development/Libraries
@@ -43,6 +45,7 @@
 #%description devel
 #Headers and libraries for building against qgis
 
+
 %package grass
 Summary: GRASS plugins for qgis
 Group: Applications/Engineering
@@ -52,6 +55,16 @@
 %description grass
 GRASS plugins for qgis
 
+
+#%package python
+#Summary: python integration and plugins
+#Group: Applications/Engineering
+#Requires: %{name} = %{version}-%{release}
+#
+#%description python
+#python integration and plugins
+
+
 %package theme-nkids
 Summary: Addtional theme for qgis - nkids
 Group: Applications/Engineering
@@ -60,16 +73,17 @@
 %description theme-nkids
 Addtional theme for qgis - nkids
 
+
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+
 
 %build
 for dir in %{_libdir}/grass-*/ ; do
 	GRASS_PREFIX=$dir
 done
 %cmake \
+	-D QGIS_MANUAL_SUBDIR=share/man \
 	-D GRASS_PREFIX=$GRASS_PREFIX \
 	-D GDAL_INCLUDE_DIR=%{_includedir}/gdal \
 	-D GDAL_LIBRARY=%{_libdir}/libgdal.so \
@@ -77,6 +91,7 @@
 	.
 make VERBOSE=1 %{?_smp_mflags}
 
+
 %install
 %{__rm} -rf %{buildroot}
 make DESTDIR=%{buildroot} install
@@ -111,6 +126,7 @@
 	--dir=%{buildroot}%{_datadir}/applications \
 	%{SOURCE1}
 
+
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -122,6 +138,7 @@
 
 %postun grass -p /sbin/ldconfig
 
+
 %files
 %defattr(-, root, root, -)
 %doc AUTHORS BUGS COPYING ChangeLog README SPONSORS CONTRIBUTORS
@@ -164,10 +181,6 @@
 #%defattr(-, root, root, -)
 #%{_includedir}/%{name}
 
-%files theme-nkids
-%defattr(-, root, root, -)
-%{_datadir}/%{name}/themes/nkids
-
 %files grass
 %defattr(-, root, root, -)
 %{_libdir}/libqgisgrass.so
@@ -175,7 +188,21 @@
 %{_datadir}/%{name}/grass
 %{_datadir}/%{name}/themes/default/grass
 
+#%files python
+#%defattr(-, root, root, -)
+#%{_datadir}/%{name}/python
+
+%files theme-nkids
+%defattr(-, root, root, -)
+%{_datadir}/%{name}/themes/nkids
+
+
 %changelog
+* Fri Oct 05 2007 Douglas E. Warner <silfreed at silfreed.net> 0.9.1-1
+- update to 0.9.1
+- removing lib64 and man instal path patches (included upstream)
+- enabling python integration
+
 * Fri Oct 05 2007 Douglas E. Warner <silfreed at silfreed.net> 0.9.0-2
 - enabling build for PPC64 (bug#247152)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qgis/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	27 Sep 2007 18:12:24 -0000	1.3
+++ sources	17 Dec 2007 14:41:06 -0000	1.4
@@ -1 +1 @@
-b3450bfbbe02818aae6b617fab0b86ee  qgis-0.9.0.tar.gz
+cc1be019033451ec6c4b3838b26d69ae  qgis-0.9.1.tar.gz


--- lib64-suffix-0.9.0.patch DELETED ---


--- man-install-share-0.9.0.patch DELETED ---




More information about the fedora-extras-commits mailing list