- updating for 1.0.2
- moving libqgispython.so to python subpackage for bug#507381
This commit is contained in:
parent
845ee9eae3
commit
7f72938d32
|
@ -1 +1 @@
|
|||
qgis_1.0.1.tar.gz
|
||||
qgis_1.0.2.tar.gz
|
||||
|
|
10
qgis.spec
10
qgis.spec
|
@ -2,8 +2,8 @@
|
|||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: qgis
|
||||
Version: 1.0.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A user friendly Open Source Geographic Information System
|
||||
|
||||
Group: Applications/Engineering
|
||||
|
@ -217,7 +217,6 @@ desktop-file-install --vendor="fedora" \
|
|||
%{_includedir}/%{name}
|
||||
%{_libdir}/lib%{name}_*.so
|
||||
%{_libdir}/libqgisgrass.so
|
||||
%{_libdir}/libqgispython.so
|
||||
|
||||
%files grass
|
||||
%defattr(-, root, root, -)
|
||||
|
@ -229,6 +228,7 @@ desktop-file-install --vendor="fedora" \
|
|||
%files python
|
||||
%defattr(-, root, root, -)
|
||||
%{_libdir}/libqgispython.so.*
|
||||
%{_libdir}/libqgispython.so
|
||||
%{_datadir}/%{name}/python
|
||||
%{python_sitearch}/%{name}
|
||||
|
||||
|
@ -246,6 +246,10 @@ desktop-file-install --vendor="fedora" \
|
|||
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
|
Reference in New Issue
Block a user