095e676
%global shortver 72
Orion Poplawski 107c2f5
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
9b1a146
9b1a146
Name:		grass
9170dc0
Version:	7.2.2
83edcb4
Release:	2%{?dist}
9b1a146
Summary:	GRASS GIS - Geographic Resources Analysis Support System
9b1a146
9b1a146
Group:		Applications/Engineering
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
83edcb4
Patch0:		grass72_rpc_removal.diff
9b1a146
9b1a146
BuildRequires:	bison
9b1a146
BuildRequires:	blas-devel
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
095e676
BuildRequires:	numpy
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
9b1a146
BuildRequires:	postgresql-devel
095e676
%else
095e676
# RHEL6: PG from http://yum.postgresql.org/9.6/redhat/rhel-$releasever-$basearch/
095e676
BuildRequires:  postgresql96-devel postgresql96-libs
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
9b1a146
BuildRequires:	python-dateutil
9b1a146
BuildRequires:	python-devel
095e676
Requires:  python-matplotlib
095e676
##?
095e676
#Requires:  python-matplotlib-wx
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
289ba31
BuildRequires:	python-pillow
095e676
%else
095e676
BuildRequires:	python-imaging
095e676
%endif
9b1a146
BuildRequires:	readline-devel
9b1a146
BuildRequires:	sqlite-devel
289ba31
BuildRequires:	subversion
9b1a146
BuildRequires:	unixODBC-devel
9b1a146
BuildRequires:	wxGTK-devel
9b1a146
BuildRequires:	zlib-devel
9b1a146
095e676
Requires:	geos
9b1a146
Requires:	numpy
9b1a146
Requires:	proj-epsg
9b1a146
Requires:	proj-nad
9b1a146
Requires:	wxPython
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
289ba31
Group:		Applications/Engineering
Balint Cristian 3f92e14
Balint Cristian 3f92e14
%description libs
9b1a146
GRASS GIS runtime libraries
Balint Cristian 3f92e14
Balint Cristian 3f92e14
%package devel
289ba31
Summary:	GRASS GIS development headers
289ba31
Group:		Applications/Engineering
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
83edcb4
%patch0 -p1
289ba31
289ba31
# Correct mysql_config query
289ba31
sed -i -e 's/--libmysqld-libs/--libs/g' configure
Balint Cristian 3f92e14
Orion Poplawski c4647f6
# Fixup shebangs
Orion Poplawski c4647f6
find -type f | xargs sed -i -e 's,#!/usr/bin/env python,#!%{__python},'
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}"
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
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
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
095e676
        --with-postgres-includes=%{_includedir}/pgsql \
095e676
%else
095e676
	--with-postgres-includes=%{_prefix}/pgsql-9.6/include/ \
095e676
	--with-postgres-libs=%{_prefix}/pgsql-9.6/lib/ \
095e676
%endif
9b1a146
	--with-cairo-ldflags=-lfontconfig \
9b1a146
	--with-freetype-includes=%{_includedir}/freetype2 \
289ba31
	--with-proj-share=%{_datadir}/proj \
095e676
%if 0%{?fedora}
41ba318
	--with-liblas=%{_bindir}/liblas-config \
095e676
%endif
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
Balint Cristian 3f92e14
%install
9b1a146
%make_install \
9b1a146
	prefix=%{buildroot}%{_prefix} \
9b1a146
	UNIX_BIN=%{buildroot}%{_bindir}
Balint Cristian 9d89a6b
9b1a146
# Change GISBASE in startup script
9b1a146
sed -i -e 's|%{buildroot}%{_prefix}/%{name}-%{version}|%{_libdir}/%{name}%{shortver}|g' \
9b1a146
	%{buildroot}%{_bindir}/%{name}%{shortver}
Balint Cristian 4d8a960
095e676
# Make libraries and headers available on the system
9b1a146
mv %{buildroot}%{_prefix}/%{name}-%{version}/lib %{buildroot}%{_libdir}
9b1a146
mv %{buildroot}%{_prefix}/%{name}-%{version}/include %{buildroot}%{_prefix}
095e676
# TODO: keep for g.extension support, #1409006
095e676
#sed -i -e 's|%{buildroot}%{_prefix}/%{name}-%{version}|%{_libdir}/%{name}%{shortver}|g' \
095e676
#	%{buildroot}%{_includedir}/Make/Platform.make
095e676
rm -rf %{buildroot}%{_includedir}/Make/
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
9b1a146
install -p -m 644 %{buildroot}%{_includedir}/%{name}/config.h \
9b1a146
	%{buildroot}%{_includedir}/%{name}/config-%{cpuarch}.h
9b1a146
install -p -m 644 %{SOURCE2} %{buildroot}%{_includedir}/%{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
9b1a146
for man in $(ls %{buildroot}%{_prefix}/%{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
Orion Poplawski c4647f6
for file in infrastructure.txt ; do
Orion Poplawski c4647f6
  iconv -f ISO-8859-1 -t UTF-8 $file > ${file}.tmp && mv -f ${file}.tmp $file
Orion Poplawski c4647f6
done
Orion Poplawski c4647f6
9b1a146
# Make desktop, appdata and icon files available on the system
9b1a146
mv %{buildroot}%{_prefix}/%{name}-%{version}/share/* %{buildroot}%{_datadir}
Orion Poplawski c4647f6
desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop
095e676
# EPEL7 fails on url tag, so we ignore failure:
095e676
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml || echo "Ignoring appstream-util failure"
357b526
# Correct font path
9b1a146
sed -i -e 's|%{buildroot}%{_prefix}/%{name}-%{version}|%{_libdir}/%{name}%{shortver}|' \
9b1a146
	%{buildroot}%{_prefix}/%{name}-%{version}/etc/fontcap
Balint Cristian e52b2af
289ba31
# Hide GISBASE into system's %%{_libdir} to be FHS compliant
9b1a146
mkdir -p %{buildroot}%{_libdir}/%{name}%{shortver}
9b1a146
mv %{buildroot}%{_prefix}/%{name}-%{version}/{bin,driver,etc,fonts,gui,locale,scripts} \
9b1a146
	%{buildroot}%{_libdir}/%{name}%{shortver}
b2d9249
9b1a146
# GRASS scripts expect docs in GISBASE
9b1a146
ln -s %{_docdir}/%{name} %{buildroot}%{_libdir}/%{name}%{shortver}/docs
d732973
9b1a146
# Cleanup
9b1a146
rm -rf %{buildroot}%{_prefix}/%{name}-%{version}
d732973
Orion Poplawski 107c2f5
# rpm macro for version checking
Orion Poplawski 107c2f5
mkdir -p ${RPM_BUILD_ROOT}%{macrosdir}
Orion Poplawski 107c2f5
cat > ${RPM_BUILD_ROOT}%{macrosdir}/macros.%{name} <
Orion Poplawski 107c2f5
# %name version is
Orion Poplawski 107c2f5
%%%{name}_version %{version}
Orion Poplawski 107c2f5
EOF
Orion Poplawski 107c2f5
d732973
%post
9170dc0
%if 0%{?rhel}
d732973
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
9170dc0
%endif
d732973
d732973
%postun
9170dc0
%if 0%{?rhel}
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
9170dc0
%endif
d732973
d732973
%posttrans
9170dc0
%if 0%{?rhel}
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
9b1a146
%doc dist.*/docs/html/
9b1a146
%exclude %{_libdir}/%{name}%{shortver}/driver/db/*
9b1a146
%{_bindir}/*
9b1a146
%{_datadir}/appdata/*
9b1a146
%{_datadir}/applications/*
9b1a146
%{_datadir}/icons/hicolor/*/apps/*
9b1a146
%{_libdir}/%{name}%{shortver}/
9b1a146
%{_mandir}/man1/*
Balint Cristian 3f92e14
Balint Cristian 3f92e14
%files libs
9b1a146
%license AUTHORS COPYING GPL.TXT CHANGES
095e676
#%{_libdir}/*.%{version}.so
095e676
%{_libdir}/*.so
095e676
%{_libdir}/*.a
9b1a146
%dir %{_libdir}/%{name}%{shortver}
9b1a146
%dir %{_libdir}/%{name}%{shortver}/driver
9b1a146
%dir %{_libdir}/%{name}%{shortver}/driver/db
9b1a146
%{_libdir}/%{name}%{shortver}/driver/db/*
Balint Cristian 3f92e14
Balint Cristian 3f92e14
%files devel
9b1a146
%doc TODO doc/* SUBMITTING
Orion Poplawski 107c2f5
%{macrosdir}/macros.%{name}
9b1a146
%exclude %{_libdir}/*.a
9b1a146
%{_libdir}/pkgconfig/*
9b1a146
%{_libdir}/*[!%{version}].so
9b1a146
%{_includedir}/%{name}/
c0b3154
Balint Cristian 3f92e14
%changelog
83edcb4
* Mon Feb 26 2018 Markus Neteler <neteler@mundialis.de> - 7.2.2-2
83edcb4
- Fix RPC header leftovers
83edcb4
83edcb4
* Sun Feb 25 2018 Markus Neteler <neteler@mundialis.de> - 7.2.2-1
9170dc0
- New upstream version 7.2.2
9170dc0
- fixes for EPEL support
9170dc0
- fix for mariadb/mysql support
9170dc0
d181a60
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.1-6
d181a60
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d181a60
c01ea16
* Wed Jan 31 2018 Volker Froehlich <volker27@gmx.at> - 7.2.1-5
c01ea16
- Rebuild for boost
c01ea16
6cfdfd0
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.1-4
6cfdfd0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
6cfdfd0
ef33f30
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.1-3
ef33f30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
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