- updating for 1.0.1
This commit is contained in:
parent
d1002f1575
commit
5a75604217
|
@ -1 +1 @@
|
||||||
qgis_1.0.0.tar.gz
|
qgis_1.0.1.tar.gz
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%{!?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.0
|
Version: 1.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A user friendly Open Source Geographic Information System
|
Summary: A user friendly Open Source Geographic Information System
|
||||||
|
|
||||||
|
@ -109,6 +109,9 @@ Addtional theme for qgis - nkids
|
||||||
./src/gui/qgsdetaileditem*.cpp \
|
./src/gui/qgsdetaileditem*.cpp \
|
||||||
./src/gui/qgsdetaileditem*.h
|
./src/gui/qgsdetaileditem*.h
|
||||||
|
|
||||||
|
# remove duplicate translations
|
||||||
|
/usr/bin/lupdate-qt4 -no-obsolete -ts i18n/*.ts
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
for dir in %{_libdir}/grass-*/ ; do
|
for dir in %{_libdir}/grass-*/ ; do
|
||||||
|
@ -243,6 +246,9 @@ desktop-file-install --vendor="fedora" \
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 18 2009 Douglas E. Warner <silfreed@silfreed.net> 1.0.1-1
|
||||||
|
- updating for 1.0.1
|
||||||
|
|
||||||
* Mon Dec 22 2008 Douglas E. Warner <silfreed@silfreed.net> 1.0.0-1
|
* Mon Dec 22 2008 Douglas E. Warner <silfreed@silfreed.net> 1.0.0-1
|
||||||
- updating for 1.0.0
|
- updating for 1.0.0
|
||||||
- added gis theme and quick print plugin
|
- added gis theme and quick print plugin
|
||||||
|
|
Reference in New Issue
Block a user