3d588b1
# This package depends on automagic byte compilation
3d588b1
# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2
3d588b1
%global _python_bytecompile_extra 1
3d588b1
3488250
%global shortver 76
Orion Poplawski 107c2f5
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
9b1a146
9b1a146
Name:		grass
3488250
Version:	7.6.0
43446e5
Release:	2%{?dist}
9b1a146
Summary:	GRASS GIS - Geographic Resources Analysis Support System
9b1a146
5f02b2a
%if 0%{?rhel}
5f02b2a
%endif
9b1a146
License:	GPLv2+
9b1a146
URL:		https://grass.osgeo.org
9b1a146
Source0:	https://grass.osgeo.org/%{name}%{shortver}/source/%{name}-%{version}.tar.gz
9b1a146
Source2:	%{name}-config.h
9b1a146
9b1a146
BuildRequires:	bison
9b1a146
BuildRequires:	blas-devel
7697363
BuildRequires:	cairo-devel
85cb94a
BuildRequires:	gcc-c++
Orion Poplawski c4647f6
BuildRequires:	desktop-file-utils
9b1a146
BuildRequires:	fftw-devel
9b1a146
BuildRequires:	flex
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
9b1a146
BuildRequires:	freetype-devel
095e676
%endif
9b1a146
BuildRequires:	gdal-devel
9b1a146
BuildRequires:	geos-devel
289ba31
BuildRequires:	gettext
9b1a146
BuildRequires:	lapack-devel
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
Orion Poplawski c4647f6
BuildRequires:	libappstream-glib
095e676
%endif
095e676
%if 0%{?fedora}
289ba31
BuildRequires:	liblas-devel => 1.8.0-12
095e676
%endif
9b1a146
BuildRequires:	libpng-devel
9b1a146
BuildRequires:	libtiff-devel
9b1a146
BuildRequires:	libXmu-devel
9b1a146
BuildRequires:	mesa-libGL-devel
9b1a146
BuildRequires:	mesa-libGLU-devel
9170dc0
%if (0%{?fedora} >= 27)
9170dc0
BuildRequires:	mariadb-connector-c-devel openssl-devel
9170dc0
%else
9b1a146
BuildRequires:	mysql-devel
9170dc0
%endif
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
9b1a146
BuildRequires:	netcdf-devel
095e676
%endif
7f0759a
BuildRequires:	python < 3.0
e275e6f
BuildRequires:	python2-numpy
7a92aa4
%if 0%{?rhel} && 0%{?rhel} <= 7
9b1a146
BuildRequires:	postgresql-devel
095e676
%else
7a92aa4
BuildRequires:	libpq-devel
095e676
%endif
9b1a146
BuildRequires:	proj-devel
9b1a146
BuildRequires:	proj-epsg
9b1a146
BuildRequires:	proj-nad
095e676
%if (0%{?rhel} <= 6 && !0%{?fedora})
095e676
# argparse is included in python2.7+ but not python2.6
095e676
BuildRequires:  python-argparse
095e676
%endif
e275e6f
BuildRequires:	python2-dateutil
e275e6f
BuildRequires:	python2-devel
3488250
Requires:	python2-matplotlib
095e676
##?
e275e6f
#Requires:  python2-matplotlib-wx
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
d564a9f
%if 0%{?rhel} > 6
d564a9f
# EPEL7
d564a9f
BuildRequires:	python-pillow
095e676
%else
d564a9f
# Fedora
d564a9f
BuildRequires:  python2-pillow
d564a9f
%endif
d564a9f
%else
d564a9f
# EPEL6
095e676
BuildRequires:	python-imaging
095e676
%endif
9b1a146
BuildRequires:	readline-devel
9b1a146
BuildRequires:	sqlite-devel
289ba31
BuildRequires:	subversion
9b1a146
BuildRequires:	unixODBC-devel
9b1a146
BuildRequires:	zlib-devel
3488250
BuildRequires:	libzstd-devel
3488250
Requires:	libzstd
9b1a146
095e676
Requires:	geos
9b1a146
Requires:	proj-epsg
9b1a146
Requires:	proj-nad
7f0759a
Requires:	python2
4dcadb9
Requires:	python2-numpy
4dcadb9
%if 0%{?rhel}
4dcadb9
Requires:	wxPython
4dcadb9
%else
3488250
Requires:	python2-wxpython4
4dcadb9
%endif
4dcadb9
9b1a146
Balint Cristian 9d89a6b
%if "%{_lib}" == "lib"
b2d9249
%global cpuarch 32
Balint Cristian 9d89a6b
%else
b2d9249
%global cpuarch 64
Balint Cristian 9d89a6b
%endif
Balint Cristian 9d89a6b
9170dc0
Requires:	%{name}-libs%{?_isa} = %{version}-%{release}
9170dc0
Balint Cristian 3f92e14
%description
Balint Cristian 3f92e14
GRASS (Geographic Resources Analysis Support System) is a Geographic
Balint Cristian 3f92e14
Information System (GIS) used for geospatial data management and
Balint Cristian 3f92e14
analysis, image processing, graphics/maps production, spatial
Balint Cristian 3f92e14
modeling, and visualization. GRASS is currently used in academic and
Balint Cristian 3f92e14
commercial settings around the world, as well as by many governmental
Balint Cristian 3f92e14
agencies and environmental consulting companies.
Balint Cristian 3f92e14
Balint Cristian 3f92e14
%package libs
289ba31
Summary:	GRASS GIS runtime libraries
Balint Cristian 3f92e14
Balint Cristian 3f92e14
%description libs
9b1a146
GRASS GIS runtime libraries
Balint Cristian 3f92e14
5f02b2a
%package gui
5f02b2a
Summary:	GRASS GIS GUI
5f02b2a
Requires:	%{name}%{?isa} = %{version}-%{release}
5f02b2a
5f02b2a
%description gui
5f02b2a
GRASS GIS GUI
5f02b2a
Balint Cristian 3f92e14
%package devel
289ba31
Summary:	GRASS GIS development headers
9170dc0
Requires:	%{name}-libs%{?_isa} = %{version}-%{release}
357b526
Balint Cristian 3f92e14
%description devel
9b1a146
GRASS GIS development headers
b2d9249
Balint Cristian 3f92e14
%prep
289ba31
%setup -q
289ba31
289ba31
# Correct mysql_config query
289ba31
sed -i -e 's/--libmysqld-libs/--libs/g' configure
Balint Cristian 3f92e14
Orion Poplawski c4647f6
# Fixup shebangs
7f0759a
# in future python3 will be supported
7f0759a
find -type f | xargs sed -i -e 's,#!/usr/bin/env python,#!%{__python2},'
7f0759a
sed -i -e 's,python,%{__python2},g' include/Make/Platform.make.in
Orion Poplawski c4647f6
find -name \*.pl | xargs sed -i -e 's,#!/usr/bin/env perl,#!%{__perl},'
Orion Poplawski c4647f6
357b526
%build
289ba31
# Package is not ready for -Werror=format-security or the C++11 standard
832cd3f
CFLAGS="$(echo ${RPM_OPT_FLAGS} | sed -e 's/ -Werror=format-security//')"
289ba31
CXXFLAGS="-std=c++98 ${CFLAGS}"
7f0759a
# enforce python2 during build process
7f0759a
export GRASS_PYTHON="/usr/bin/python2"
Balint Cristian 3f92e14
%configure \
9b1a146
	--with-cxx \
9b1a146
	--with-tiff \
9b1a146
	--with-png \
9b1a146
	--with-postgres \
9b1a146
	--with-mysql \
9b1a146
	--with-opengl \
9b1a146
	--with-odbc \
9b1a146
	--with-fftw \
9b1a146
	--with-blas \
9b1a146
	--with-lapack \
9b1a146
	--with-cairo \
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
9b1a146
	--with-freetype \
095e676
%endif
9b1a146
	--with-nls \
9b1a146
	--with-readline \
9b1a146
	--with-regex \
9b1a146
	--with-openmp \
9b1a146
	--with-gdal=%{_bindir}/gdal-config \
9b1a146
	--with-wxwidgets=%{_bindir}/wx-config \
97dbc83
	--with-geos=%{_bindir}/geos-config \
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
095e676
	--with-netcdf=%{_bindir}/nc-config \
095e676
%endif
5f02b2a
%if 0%{?fedora}
5f02b2a
	--with-liblas=%{_bindir}/liblas-config \
5f02b2a
%endif
9b1a146
	--with-mysql-includes=%{_includedir}/mysql \
9170dc0
%if (0%{?fedora} >= 27)
9170dc0
	--with-mysql-libs=%{_libdir} \
9170dc0
%else
9b1a146
	--with-mysql-libs=%{_libdir}/mysql \
9170dc0
%endif
7a92aa4
	--with-postgres-includes=%{_includedir}/pgsql \
9b1a146
	--with-cairo-ldflags=-lfontconfig \
9b1a146
	--with-freetype-includes=%{_includedir}/freetype2 \
3488250
	--with-zstd \
5f02b2a
	--with-proj-share=%{_datadir}/proj
095e676
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
b050c47
make %{?_smp_mflags}
095e676
%else
095e676
# EPEL6: the HTML parser is too strict in Python 6, hence a few manual pages will not be generated
095e676
make %{?_smp_mflags} || echo "EPEL6: ignoring failed manual pages"
095e676
%endif
Balint Cristian 3f92e14
5f02b2a
# by default, grass will be installed to /usr/grass-%%{version}
5f02b2a
# this is not FHS compliant: hide grass-%%{version} in %%{libdir}
Balint Cristian 3f92e14
%install
9b1a146
%make_install \
5f02b2a
	prefix=%{buildroot}%{_libdir} \
9b1a146
	UNIX_BIN=%{buildroot}%{_bindir}
Balint Cristian 9d89a6b
5f02b2a
# libraries and headers are in GISBASE = %%{_libdir}/%%{name}
5f02b2a
# keep them in GISBASE
5f02b2a
5f02b2a
# fix paths:
5f02b2a
9b1a146
# Change GISBASE in startup script
5f02b2a
sed -i -e 's|%{buildroot}%{_libdir}/%{name}-%{version}|%{_libdir}/%{name}%{shortver}|g' \
9b1a146
	%{buildroot}%{_bindir}/%{name}%{shortver}
5f02b2a
# fix GRASS_HOME and RUN_GISBASE in Platform.make
5f02b2a
sed -i -e 's|%{buildroot}%{_libdir}/%{name}-%{version}|%{_libdir}/%{name}%{shortver}|g' \
5f02b2a
	%{buildroot}%{_libdir}/%{name}-%{version}/include/Make/Platform.make
5f02b2a
# fix ARCH_DISTDIR in Grass.make
5f02b2a
sed -i -e 's|%{buildroot}%{_libdir}/%{name}-%{version}|%{_libdir}/%{name}%{shortver}|g' \
5f02b2a
	%{buildroot}%{_libdir}/%{name}-%{version}/include/Make/Grass.make
5f02b2a
# fix ARCH_BINDIR in Grass.make
5f02b2a
sed -i -e 's|%{buildroot}%{_bindir}|%{_bindir}|g' \
5f02b2a
	%{buildroot}%{_libdir}/%{name}-%{version}/include/Make/Grass.make
5f02b2a
# fix GISDBASE in demolocation
5f02b2a
sed -i -e 's|%{buildroot}%{_libdir}/%{name}-%{version}|%{_libdir}/%{name}%{shortver}|g' \
5f02b2a
	%{buildroot}%{_libdir}/%{name}-%{version}/demolocation/.grassrc%{shortver}
5f02b2a
# Correct font path
5f02b2a
sed -i -e 's|%{buildroot}%{_libdir}/%{name}-%{version}|%{_libdir}/%{name}%{shortver}|' \
5f02b2a
	%{buildroot}%{_libdir}/%{name}-%{version}/etc/fontcap
5f02b2a
# fix paths in grass.pc
5f02b2a
sed -i -e 's|%{_prefix}/%{name}-%{version}|%{_libdir}/%{name}%{shortver}|g' \
5f02b2a
	%{name}.pc
Balint Cristian 3f92e14
Balint Cristian 3f92e14
mkdir -p %{buildroot}%{_libdir}/pkgconfig
9b1a146
install -p -m 644 %{name}.pc %{buildroot}%{_libdir}/pkgconfig
Balint Cristian 3f92e14
9b1a146
# Create multilib header
5f02b2a
mv %{buildroot}%{_libdir}/%{name}-%{version}/include/%{name}/config.h \
919765c
   %{buildroot}%{_libdir}/%{name}-%{version}/include/%{name}/config-%{cpuarch}.h
5f02b2a
install -p -m 644 %{SOURCE2} %{buildroot}%{_libdir}/%{name}-%{version}/include/%{name}/config.h
d732973
9b1a146
# Make man pages available on the system, convert to utf8 and avoid name conflict
9b1a146
mkdir -p %{buildroot}%{_mandir}/man1
5f02b2a
for man in $(ls %{buildroot}%{_libdir}/%{name}-%{version}/docs/man/man1/*.1)
9b1a146
do
9b1a146
	iconv -f iso8859-1 -t utf8 $man > %{buildroot}%{_mandir}/man1/$(basename $man)"%{name}"
Balint Cristian 3f92e14
done
Balint Cristian 3f92e14
5f02b2a
# symlink docs from GISBASE to standard system location
5f02b2a
mkdir -p %{buildroot}%{_docdir}
5f02b2a
# append shortver to destination ? man pages are unversioned
5f02b2a
ln -s %{_libdir}/%{name}%{shortver}/docs %{buildroot}%{_docdir}/%{name}%{shortver}
Orion Poplawski c4647f6
9b1a146
# Make desktop, appdata and icon files available on the system
5f02b2a
mv %{buildroot}%{_libdir}/%{name}-%{version}/share/* %{buildroot}%{_datadir}
Orion Poplawski c4647f6
desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop
d564a9f
# EPEL6 fails on appstream-util
d564a9f
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/org.osgeo.%{name}.appdata.xml || echo "Ignoring appstream-util failure"
b2d9249
5f02b2a
# Cleanup: nothing to do
5f02b2a
#rm -rf %%{buildroot}%%{_prefix}/%%{name}-%%{version}
d732973
5f02b2a
# Finally move entire tree to shortver subdir
5f02b2a
mv %{buildroot}%{_libdir}/%{name}-%{version} %{buildroot}%{_libdir}/%{name}%{shortver}
d732973
5f02b2a
# rpm macro for version checking (not from buildroot!)
Orion Poplawski 107c2f5
mkdir -p ${RPM_BUILD_ROOT}%{macrosdir}
Orion Poplawski 107c2f5
cat > ${RPM_BUILD_ROOT}%{macrosdir}/macros.%{name} <
Orion Poplawski 107c2f5
%%%{name}_version %{version}
Orion Poplawski 107c2f5
EOF
Orion Poplawski 107c2f5
d0be3bb
# Add custom lib path to ld.conf.so.d
d0be3bb
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
d0be3bb
cat >  %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf<
d0be3bb
%{_libdir}/%{name}%{shortver}/lib
d0be3bb
EOF
d0be3bb
b537654
%if 0%{?rhel} && 0%{?rhel} <= 7
d732973
%post
d732973
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
d732973
d732973
%postun
d732973
if [ $1 -eq 0 ] ; then
9b1a146
	/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
9b1a146
	/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
d732973
fi
d732973
d732973
%posttrans
d732973
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
9170dc0
%endif
d732973
Balint Cristian 3f92e14
%post libs -p /sbin/ldconfig
Balint Cristian 3f92e14
9b1a146
%postun libs -p /sbin/ldconfig
d732973
9b1a146
%files
d0be3bb
%exclude %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
9b1a146
%exclude %{_libdir}/%{name}%{shortver}/driver/db/*
5f02b2a
%exclude %{_libdir}/%{name}%{shortver}/lib
5f02b2a
%exclude %{_libdir}/%{name}%{shortver}/include
5f02b2a
%exclude %{_libdir}/%{name}%{shortver}/gui
5f02b2a
%{_libdir}/%{name}%{shortver}
9b1a146
%{_bindir}/*
5f02b2a
%{_datadir}/metainfo/*
9b1a146
%{_datadir}/applications/*
9b1a146
%{_datadir}/icons/hicolor/*/apps/*
9b1a146
%{_mandir}/man1/*
5f02b2a
%{_docdir}/%{name}%{shortver}
Balint Cristian 3f92e14
Balint Cristian 3f92e14
%files libs
9b1a146
%license AUTHORS COPYING GPL.TXT CHANGES
d0be3bb
%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
f25b453
%{_libdir}/%{name}%{shortver}/lib/*.so
5f02b2a
%{_libdir}/%{name}%{shortver}/lib/*.a
9b1a146
%dir %{_libdir}/%{name}%{shortver}/driver
9b1a146
%dir %{_libdir}/%{name}%{shortver}/driver/db
9b1a146
%{_libdir}/%{name}%{shortver}/driver/db/*
Balint Cristian 3f92e14
5f02b2a
%files gui
5f02b2a
%{_libdir}/%{name}%{shortver}/gui
5f02b2a
Balint Cristian 3f92e14
%files devel
9b1a146
%doc TODO doc/* SUBMITTING
Orion Poplawski 107c2f5
%{macrosdir}/macros.%{name}
9b1a146
%{_libdir}/pkgconfig/*
5f02b2a
%dir %{_libdir}/%{name}%{shortver}/lib
5f02b2a
%{_libdir}/%{name}%{shortver}/include
c0b3154
Balint Cristian 3f92e14
%changelog
43446e5
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.6.0-2
43446e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
43446e5
3488250
* Thu Jan 17 2019 Markus Neteler <neteler@mundialis.de> - 7.6.0-1
3488250
- new upstream version GRASS GIS 7.6.0
3488250
f3e0e50
* Fri Jan 04 2019 Markus Neteler <neteler@mundialis.de> - 7.4.4-1
f3e0e50
- new upstream version GRASS GIS 7.4.4
f3e0e50
7d3f66d
* Tue Nov 27 2018 Markus Neteler <neteler@mundialis.de> - 7.4.3-1
7d3f66d
- new upstream version GRASS GIS 7.4.3
7d3f66d
f25b453
* Tue Nov 06 2018 Markus Neteler <neteler@mundialis.de> - 7.4.2-2
f25b453
- fix to include libgrass_*.so files in grass-libs.rpm
f25b453
f25b453
* Sun Oct 28 2018 Markus Neteler <neteler@mundialis.de> - 7.4.2-1
7d3f66d
- new upstream version GRASS GIS 7.4.2
9b6b87b
f25b453
* Sun Sep 09 2018 Pavel Raiskup <praiskup@redhat.com> - 7.4.1-8
9b6b87b
- Clean up of PostgreSQL support (PR#4)
9b6b87b
e3f80f9
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 7.4.1-7
e3f80f9
- Rebuild with fixed binutils
e3f80f9
85cb94a
* Sun Jul 29 2018 Markus Neteler <neteler@mundialis.de> - 7.4.1-6
85cb94a
- added BuildRequires gcc-c++ to address RHBZ #1604262 due to RHBZ #1551327 (removing gcc and gcc-c++ from default buildroot)
85cb94a
905b391
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.1-5
905b391
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
905b391
7f0759a
* Sun Jul 08 2018 Markus Neteler <neteler@mundialis.de> - 7.4.1-4
7f0759a
- fix Python macro to explicitely use Python 2 interpreter
7f0759a
7697363
* Sat Jul 07 2018 Scott Talbert <swt@techie.net> - 7.4.1-3
7697363
- Update BRs: remove wxGTK-devel and add cairo-devel
7697363
4dcadb9
* Sat Jun 23 2018 Markus Neteler <neteler@mundialis.de> - 7.4.1-2
4dcadb9
- fix wxPython package dependency name for CentOS7
4dcadb9
d564a9f
* Tue Jun 12 2018 Markus Neteler <neteler@mundialis.de> - 7.4.1-1
d564a9f
- new upstream version 7.4.1
d564a9f
- do not fail on EPEL6 with appstream-util
d564a9f
d0be3bb
* Wed Apr 25 2018 Markus Neteler <neteler@mundialis.de> - 7.4.0-2
d0be3bb
- add /etc/ld.so.conf.d/grass-*.conf to find libs by Daniele Viganò <daniele@vigano.me> (RHBZ #1571441)
d0be3bb
066991f
* Mon Apr 09 2018 Markus Neteler <neteler@mundialis.de> - 7.4.0-1
066991f
- New upstream version 7.4.0
066991f
e275e6f
* Mon Mar 26 2018 Iryna Shcherbina <ishcherb@redhat.com> - 7.2.3-2
e275e6f
- Update Python 2 dependency declarations to new packaging standards
e275e6f
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
e275e6f
5f02b2a
* Thu Mar 22 2018 Markus Neteler <neteler@mundialis.de> - 7.2.3-1
5f02b2a
- new upstream version 7.2.3
919765c
- selected backport of major SPEC file cleanup from 7.4.0 done by Markus Metz <metz@mundialis.de>
919765c
- Fix grass-devel which needs include/grass and include/Make dirs done by Markus Metz 
5f02b2a
- store binaries in /usr/lib[64]/grass74/
5f02b2a
5f02b2a
* Sun Jan 28 2018 Markus Neteler <neteler@mundialis.de> - 7.2.2-2
5f02b2a
- fix for EPEL in r.random.surface to avoid variable collision with GDAL
5f02b2a
- SPEC cleanup with fix of dependencies between packages (review #1539116)
5f02b2a
- appdata.xml file also go into '/usr/share/metainfo'
5f02b2a
- use icon cache scriplets only on EPEL
5f02b2a
5f02b2a
* Mon Jan 15 2018 Markus Metz <metz@mundialis.de> - 7.2.2-1
5f02b2a
- Major cleanup of SPEC file
5f02b2a
- Fix grass-devel which needs include/grass and include/Make dirs
ef33f30
ff02a21
* Fri Jul 21 2017 Kalev Lember <klember@redhat.com> - 7.2.1-2
ff02a21
- Rebuilt for Boost 1.64
ff02a21
095e676
* Wed May 3 2017 Markus Neteler <neteler@mundialis.de> - 7.2.1-1
095e676
- New upstream version 7.2.1
b4b0f53
095e676
* Thu Mar 2 2017 Markus Neteler <neteler@mundialis.de> - 7.2.0-3
095e676
- Fix for g.extension which needs include/ dir in grass-devel
18b412a
095e676
* Sat Feb 4 2017 Markus Neteler <neteler@mundialis.de> - 7.2.0-2
095e676
- Fixes for EPEL
2ebe44e
095e676
* Thu Jan 12 2017 Markus Neteler <neteler@mundialis.de> - 7.2.0-1
095e676
- New upstream version 7.2.0
9919482
Igor Gnatenko 5cf6888
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 7.0.4-5
Igor Gnatenko 5cf6888
- Rebuild for readline 7.x
Igor Gnatenko 5cf6888
536355f
* Sun Jan 01 2017 Volker Froehlich <volker27@gmx.at> - 7.0.4-4
536355f
- Rebuild for libgeos
536355f
Orion Poplawski c4647f6
* Fri Oct 7 2016 Orion Poplawski <orion@cora.nwra.com> - 7.0.4-3
Orion Poplawski c4647f6
- Add patch to fix desktop file
Orion Poplawski c4647f6
- Validate desktop and appdata files
Orion Poplawski c4647f6
- Fix script interpreters
Orion Poplawski c4647f6
- Convert files to UTF-8 if needed
Orion Poplawski c4647f6
Orion Poplawski 107c2f5
* Wed Sep 21 2016 Orion Poplawski <orion@cora.nwra.com> - 7.0.4-2
Orion Poplawski 107c2f5
- Generate rpm macro file for version tracking
Orion Poplawski 107c2f5
797d73d
* Mon May 9 2016 Devrim Gündüz <devrim@gunduz.org> - 7.0.4-1
797d73d
- Update to 7.0.4
797d73d
9b1a146
* Mon Mar 07 2016 Thomas Kreuzer <thomas.kreuzer@uni-vechta.de> - 7.0.3-1
9b1a146
- New SPEC file for GRASS GIS 7.0.3
a4a6056
Richard Hughes 4c8bbad
* Tue Sep 23 2014 Richard Hughes <richard@hughsie.com> - 6.4.4-5
Richard Hughes 4c8bbad
- Install the shipped AppData file
Richard Hughes 4c8bbad
9b1a146
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.4.4-3
fbf4ed6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
fbf4ed6
9b1a146
* Sat Aug 09 2014 Ralf Corsépius <corsepius@fedoraproject.org> 6.4.4-2
7417321
- Rebase patches against grass-6.4.4.
7417321
- Convert -Werror=format-security into warnings (RHBZ#1106720).
7417321
- Minor spec cleanup.
7417321
9b1a146
* Fri Jul 25 2014 Peter Robinson <pbrobinson@fedoraproject.org> 6.4.4-1
791e34b
- Update to 6.4.4
791e34b
- Make 64bit conditionals generic
791e34b
20049fd
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.4.3-8
20049fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
20049fd
887b502
* Wed May 21 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 6.4.3-7
887b502
- Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86
887b502
be19988
* Thu Mar 27 2014 Ville Skyttä <ville.skytta@iki.fi> - 6.4.3-6
be19988
- Don't ship patch backup files
be19988
c946a11
* Mon Oct 14 2013 Volker Fröhlich <volker27@gmx.at> - 6.4.3-5
c946a11
- Solve build failure on PPC tests (BZ#961838)
c946a11
afc37f2
* Wed Oct 9 2013 Devrim Gündüz <devrim@gunduz.org> - 6.4.3-4
afc37f2
- Rebuild against new GEOS
afc37f2
10aa663
* Thu Oct  3 2013 Volker Fröhlich <volker27@gmx.at> - 6.4.3-3
10aa663
- Add patch for release name encoding crash
d732973
- Use upstream desktop file (BZ #986852)
d732973
- Install icons of different sizes
10aa663
f844c21
* Sat Sep 14 2013 Volker Fröhlich <volker27@gmx.at> - 6.4.3-2
d8873dd
- Remove gcc patch (upstream)
d8873dd
- Remove useless BR for libjpeg
a91ecee
- Make config.h a source file instead of defining it in the spec file
d8873dd
- Truncate changelog
d8873dd
75f3528
* Thu Sep 12 2013 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.4.3-1
75f3528
- Update to 6.4.3
75f3528
- Rebuild with new geos.
75f3528
3eb945a
* Tue Aug 27 2013 Orion Poplawski <orion@cora.nwra.com> - 6.4.2-11
3eb945a
- Rebuild for gdal 1.10.0
3eb945a
0542192
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.4.2-10
0542192
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0542192
d881792
* Fri Apr 12 2013 Jon Ciesla <limburgher@gmail.com> - 6.4.2-9
d881792
- Drop desktop vendor tag.
d881792
4e11a35
* Wed Mar 06 2013 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.4.2-8
4e11a35
- Rebuild with new geos.
4e11a35
ccf2330
* Fri Jan 25 2013 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.4.2-7
ccf2330
- Rebuild with geos 3.3.7.
ccf2330
a517494
* Sun Nov 18 2012 Volker Fröhlich <volker27@gmx.at> - 6.4.2-6
a517494
- Rebuild with ever newer geos
a517494
87feb09
* Wed Nov 14 2012 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.4.2-5
87feb09
- Rebuild with new geos.
87feb09
629a4ca
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.4.2-4
629a4ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
629a4ca
9935d68
* Mon Jul 16 2012 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.4.2-3
9935d68
- Rebuilt
9935d68
0b2a31f
* Sun Mar  4 2012 Volker Fröhlich <volker27@gmx.at> - 6.4.2-2
0b2a31f
- Solve name conflict with "parallel" man pages (BZ 797824)
0b2a31f
- Correct man page encoding conversion
0b2a31f
- Build with multiple workers; assumuption on race-condition was wrong
0b2a31f
a9af5f3
* Fri Mar  2 2012 Tom Callaway <spot@fedoraproject.org> - 6.4.2-1
a9af5f3
- update to 6.4.2
a9af5f3
9f492b2
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.4.1-8
9f492b2
- Rebuilt for c++ ABI breakage
9f492b2
aa71c74
* Tue Jan 10 2012 Volker Fröhlich <volker27@gmx.at> - 6.4.1-7
aa71c74
- Race condition in build system assumed -- going back to one worker
aa71c74
0af9045
* Mon Jan 9 2012 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.4.1-6
0af9045
- Rebuilt with new geos
0af9045
fbffd08
* Wed Nov 23 2011 Volker Fröhlich <volker27@gmx.at> - 6.4.1-5
2cf3b76
- Move string substitution back to the install section, because
2cf3b76
  it causes problems otherwise
fbffd08
- Add patch for libpng API change
2cf3b76
357b526
* Wed Nov 02 2011 Volker Fröhlich <volker27@gmx.at> - 6.4.1-4
357b526
- Remove encoding from desktop file
357b526
- Remove BR on wxGTK, because wxGTK requires it anyway
357b526
- Disable Ubuntu patches, because they don't seem to work in Fedora
357b526
- Move all the string substitution for locales and docs to prep
357b526
- Use name macro in Source
357b526
- Drop custom compiler flags -- no evidence they serve a purpose
357b526
- Remove 2 unnecessary chmods
357b526
- Don't use sysconfdir macro in places, where etc means something different
357b526
- Add contributors to documentation
357b526
357b526
* Wed Nov 02 2011 Volker Fröhlich <volker27@gmx.at> - 6.4.1-3
357b526
- Patch locale and documentation paths properly for the GUI
357b526
4829ea4
* Thu Sep 22 2011 Volker Fröhlich <volker27@gmx.at> - 6.4.1-2
357b526
- Remove duplicate documentation
357b526
- Correct further documentation paths
357b526
- Create version-less symlinks for library directory and binary
357b526
- Supply all lang files to the files section directly
357b526
- Add ternary operator patch for Python 2.4 (ELGIS)
357b526
c0b3154
* Tue Aug 02 2011 Volker Fröhlich <volker27@gmx.at> - 6.4.1-1
c0b3154
- Update to 6.4.1
c0b3154
- Remove explicit lib and include dirs, where not necessary
c0b3154
- Really build with geos
c0b3154
- Remove sed call on ncurses
c0b3154
b2d9249
* Tue Aug 02 2011 Volker Fröhlich <volker27@gmx.at> - 6.4.0-4
b2d9249
- Correct license to GPLv2+
b2d9249
- Update URL
b2d9249
- Replace define with global macro
b2d9249
- Devel package required itself
b2d9249
- Simplify setup macro
b2d9249
- Don't add -lm manually anymore
b2d9249
- Correct FSF postal address
b2d9249
- Drop cstdio patch
b2d9249
- Correct Exec and Icon entry in desktop file
b2d9249
- Remove wrong and unnecessary translation entries from desktop file
b2d9249
  GRASS didn't start for the first issue
b2d9249
- Add numpy as requirement
b2d9249
- Delete defattr, as the defaults work right
b2d9249
- Use name macro where possible
b2d9249
- Devel package required itself
b2d9249
- Changelog doesn't need encoding conversion anymore
b2d9249
  Same goes for translators and infrastructure files
b2d9249
- Use mandir macro on one occasion
b2d9249
- Introduce "shortversion" macro
b2d9249
- Beautify case construction for 64 bit build flags
b2d9249
- Update syntax for Require on base package to guidelines
b2d9249
- Don't list LOCALE files twice, own directory
b2d9249
- Don't ship same documentation in different packages
b2d9249
- Drop README
b2d9249
- Simplify file list in devel package
b2d9249
- Replace extra icon source with one from the tarball
b2d9249
1ae25a5
* Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 6.4.0-3
1ae25a5
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
1ae25a5
ed6445f
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.4.0-2
ed6445f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ed6445f
Viji V Nair f3f0caa
* Mon Nov 22 2010 Viji Nair <viji [AT] fedoraproject DOT org> - 6.4.0-1
Viji V Nair f3f0caa
- Rebuilt with new gdal 1.7.3.
Viji V Nair f3f0caa
- Updated to upstream version 6.4.0.
Viji V Nair f3f0caa
- Removed grass-gdilib.patch
Viji V Nair f3f0caa
- Spec review
63aa8be
3205952
* Fri Dec 4 2009 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.3.0-15
3205952
- Rebuilt with new geos
3205952
55f4a1a
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 6.3.0-14
55f4a1a
- rebuilt with new openssl
55f4a1a
73e4c7a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3.0-13
73e4c7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
73e4c7a
276ed7e
* Mon Mar 23 2009 Lubomir Rintel <lkundrak@v3.sk> - 6.3.0-12
276ed7e
- Fix build with GCC 4.4
276ed7e
3ddafff
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3.0-11
3ddafff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3ddafff
Balint Cristian a7f53f5
* Thu Jan 29 2009 Balint Cristian <cristian.balint@gmail.com> - 6.3.0-10
Balint Cristian 4a1188a
- email change
Balint Cristian 4a1188a
- rebuild for new mysql
Balint Cristian 4a1188a
Balint Cristian 624732c
* Sun Dec 07 2008 Balint Cristian <rezso@rdsor.ro> 6.3.0-9
Balint Cristian 624732c
- rebuild against newer gdal
Balint Cristian 624732c
Balint Cristian 627b3ee
* Sun Dec 07 2008 Balint Cristian <rezso@rdsor.ro> 6.3.0-8
Balint Cristian 627b3ee
- rebuild against newer gdal
Balint Cristian 627b3ee
2e05bec
* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 6.3.0-7
2e05bec
- Rebuild for Python 2.6
2e05bec
4829ea4
* Sun Aug 24 2008 Balint Cristian <rezso@rdsor.ro> 6.3.0-6
Balint Cristian 4d8a960
- bz#458427 (prelink fail)
Balint Cristian 4d8a960
- bz#458563 (grass not able to display documentation)
Balint Cristian 4d8a960
Balint Cristian 6f9dd32
* Sat Jul 05 2008 Balint Cristian <rezso@rdsor.ro> 6.3.0-5
Balint Cristian 6f9dd32
- address bz#454146 (wxPython miss)
Balint Cristian 6f9dd32
Balint Cristian 9d89a6b
* Thu Jun 12 2008 Balint Cristian <rezso@rdsor.ro> 6.3.0-4
Balint Cristian 9d89a6b
- address bz#341391 (multilib issue)
Balint Cristian 9d89a6b
4829ea4
* Mon May 26 2008 Balint Cristian <rezso@rdsor.ro> 6.3.0-3
Balint Cristian 315f9ad
- bugfix initscripts permission
Balint Cristian 315f9ad
Balint Cristian 315f9ad
* Thu May 15 2008 Balint Cristian <rezso@rdsor.ro> 6.3.0-2
Balint Cristian 315f9ad
- require swig to build
Balint Cristian 315f9ad
Balint Cristian 315f9ad
* Thu May 15 2008 Balint Cristian <rezso@rdsor.ro> 6.3.0-1
Balint Cristian 315f9ad
- final stable release upstream