- updating for 1.0.2

- moving libqgispython.so to python subpackage for bug#507381
This commit is contained in:
Douglas E. Warner 2009-07-30 19:07:08 +00:00
parent 845ee9eae3
commit 7f72938d32
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
qgis_1.0.1.tar.gz qgis_1.0.2.tar.gz

View File

@ -2,8 +2,8 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: qgis Name: qgis
Version: 1.0.1 Version: 1.0.2
Release: 2%{?dist} Release: 1%{?dist}
Summary: A user friendly Open Source Geographic Information System Summary: A user friendly Open Source Geographic Information System
Group: Applications/Engineering Group: Applications/Engineering
@ -217,7 +217,6 @@ desktop-file-install --vendor="fedora" \
%{_includedir}/%{name} %{_includedir}/%{name}
%{_libdir}/lib%{name}_*.so %{_libdir}/lib%{name}_*.so
%{_libdir}/libqgisgrass.so %{_libdir}/libqgisgrass.so
%{_libdir}/libqgispython.so
%files grass %files grass
%defattr(-, root, root, -) %defattr(-, root, root, -)
@ -229,6 +228,7 @@ desktop-file-install --vendor="fedora" \
%files python %files python
%defattr(-, root, root, -) %defattr(-, root, root, -)
%{_libdir}/libqgispython.so.* %{_libdir}/libqgispython.so.*
%{_libdir}/libqgispython.so
%{_datadir}/%{name}/python %{_datadir}/%{name}/python
%{python_sitearch}/%{name} %{python_sitearch}/%{name}
@ -246,6 +246,10 @@ desktop-file-install --vendor="fedora" \
%changelog %changelog
* Thu Jul 30 2009 Douglas E. Warner <silfreed@silfreed.net> 1.0.2-1
- updating for 1.0.2
- moving libqgispython.so to python subpackage for bug#507381
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1 +1 @@
a9159461b2c34ca988829b5a23ae693e qgis_1.0.1.tar.gz 71faff161c0b893f75d008187b471fc8 qgis_1.0.2.tar.gz