0b2a31f
# "shared lib calls exit" -- http://trac.osgeo.org/grass/ticket/1598
0b2a31f
0b2a31f
# The manpages are created from HTML with a parser, that is
357b526
# included. It has some flaws, see:
357b526
# https://trac.osgeo.org/grass/ticket/612
0b2a31f
a517494
# Ticket on FHS violation
a517494
# http://trac.osgeo.org/grass/ticket/1610
a517494
357b526
#TODO: Add Module Makefile for developers?
357b526
#TODO: xml-etree?
357b526
#TODO: Consider to drop the separate libs packages, like Debian did
357b526
#TODO: Review the pkgconf file
357b526
# Ubuntu doesn't have the Requires line in the pkgconfig file
357b526
## Ubuntu's gdal-grass is called libgdal1-1.7.0-grass
357b526
#TODO: Consider a documentation sub-package
357b526
357b526
# All EPEL 5 specific elements are left inside to make life easier for ELGIS
357b526
b2d9249
%global shortversion 64
b2d9249
d942995
%if 0%{?__isa_bits} == 64
b2d9249
%global configure_64_bit --enable-64bit
b2d9249
%endif
b2d9249
Balint Cristian 3f92e14
Name:      grass
791e34b
Version:   6.4.4
ee3c513
Release:   7%{?dist}
Balint Cristian 3f92e14
Summary:   GRASS - Geographic Resources Analysis Support System
Balint Cristian 3f92e14
Group:     Applications/Engineering
b2d9249
License:   GPLv2+
eb0cdcc
URL:       http://grass.osgeo.org
eb0cdcc
Source0:   http://grass.osgeo.org/%{name}%{shortversion}/source/%{name}-%{version}.tar.gz
f844c21
Source2:   %{name}-config.h
7417321
Patch0:    0001-grass-pkgconf.patch
357b526
357b526
# Warning: This patch contains the GRASS version number
7417321
Patch1:    0002-grass-shlib-soname.patch
357b526
7417321
Patch2:    0003-grass-docfiles.patch
c946a11
6b20b95
# Address -Werror-format-string-security issues.
6b20b95
Patch3:    0004-Eliminate-Werror-format-string-security-issues.patch
6b20b95
504bfce
# gem/Makefile overrides CFLAGS
504bfce
Patch4:    0005-gem-makefile.patch
504bfce
Balint Cristian 3f92e14
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
357b526
Balint Cristian 6f9dd32
Requires:  proj-nad proj-epsg wxPython
357b526
Requires:  wxGTK-gl
b2d9249
Requires:  numpy
Balint Cristian 3f92e14
357b526
BuildRequires:  bison
357b526
BuildRequires:  blas-devel
357b526
BuildRequires:  cairo-devel
357b526
BuildRequires:  desktop-file-utils
357b526
BuildRequires:  doxygen
357b526
BuildRequires:  fftw2-devel
357b526
BuildRequires:  flex
357b526
BuildRequires:  freetype-devel
357b526
BuildRequires:  gdal-devel
357b526
BuildRequires:  geos-devel
Balint Cristian 3f92e14
BuildRequires:  gettext
357b526
BuildRequires:  lapack-devel
357b526
BuildRequires:  lesstif-devel
357b526
BuildRequires:  libpng-devel
357b526
BuildRequires:  libtiff-devel
357b526
BuildRequires:  libXmu-devel
357b526
BuildRequires:  mesa-libGLU-devel
357b526
BuildRequires:  mesa-libGLw-devel
357b526
BuildRequires:  mysql-devel
357b526
BuildRequires:  ncurses-devel
357b526
BuildRequires:  pkgconfig
357b526
BuildRequires:  postgresql-devel
357b526
BuildRequires:  proj-devel  
357b526
357b526
#TODO: Really BR?
357b526
BuildRequires:  proj-epsg
357b526
BuildRequires:  proj-nad
357b526
Balint Cristian c07e757
BuildRequires:  python-devel
357b526
BuildRequires:  readline-devel
357b526
BuildRequires:  sqlite-devel
357b526
BuildRequires:  swig
357b526
BuildRequires:  tk-devel 
357b526
BuildRequires:  unixODBC-devel
357b526
BuildRequires:  wxGTK-devel
357b526
BuildRequires:  wxPython-devel
357b526
BuildRequires:  zlib-devel
357b526
a517494
#TODO: Python PIL will be required
a517494
357b526
# We have multi-lib triage
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
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
Balint Cristian 3f92e14
Summary: GRASS (Geographic Resources Analysis Support System) runtime libraries
Balint Cristian 3f92e14
Group: Applications/Engineering
Balint Cristian 3f92e14
Balint Cristian 3f92e14
%description libs
Balint Cristian 3f92e14
GRASS (Geographic Resources Analysis Support System) runtime libraries.
Balint Cristian 3f92e14
Balint Cristian 3f92e14
%package devel
Balint Cristian 3f92e14
Summary: GRASS (Geographic Resources Analysis Support System) development headers
Balint Cristian 3f92e14
Group: Applications/Engineering
b2d9249
Requires: %{name}%{?isa}-libs = %{version}-%{release}
357b526
357b526
# Can be removed after EOL of EPEL5
Balint Cristian 3f92e14
Requires: pkgconfig
357b526
b2d9249
Requires: lesstif-devel wxPython-devel
Balint Cristian 3f92e14
Requires: mesa-libGL-devel libX11-devel libXt-devel
Balint Cristian 3f92e14
Requires: gdal-devel proj-devel xorg-x11-proto-devel
Balint Cristian 3f92e14
Balint Cristian 3f92e14
%description devel
Balint Cristian 3f92e14
GRASS (Geographic Resources Analysis Support System) development headers.
Balint Cristian 3f92e14
b2d9249
Balint Cristian 3f92e14
%prep
b2d9249
%setup -q
7417321
%patch0 -p1
7417321
%patch1 -p1
7417321
%patch2 -p1
6b20b95
%patch3 -p1
504bfce
%patch4 -p0
357b526
357b526
# Correct mysql_config query
Balint Cristian 3f92e14
sed -i 's|--libmysqld-libs|--libs|g' configure
Balint Cristian 3f92e14
357b526
# Preserve timestamp during install process
357b526
# TODO: Ticket?
Balint Cristian 3f92e14
sed -i 's|^cp |cp -p |' tools/build_html_index.sh
Balint Cristian 3f92e14
sed -i 's|-cp |-cp -p |' Makefile
Balint Cristian 3f92e14
357b526
# EOL wrong
357b526
sed -i -e 's|\r||g' gui/icons/%{name}/vdigit/box.xbm
357b526
Balint Cristian 3f92e14
357b526
%build
357b526
# Keep timestamp over install section
357b526
#TODO: Necessary?
Balint Cristian 3f92e14
export INSTALL="%{__install} -c -p"
Balint Cristian 3f92e14
Balint Cristian 3f92e14
%configure \
c0b3154
   --enable-largefile \
Balint Cristian 3f92e14
   --enable-shared \
Balint Cristian 3f92e14
   --with-blas \
c0b3154
   --with-cairo \
c0b3154
   --with-cxx \
Balint Cristian 3f92e14
   --with-fftw \
c0b3154
   --with-freetype-includes=%{_includedir}/freetype2 \
c0b3154
   --with-freetype=yes \
Balint Cristian 3f92e14
   --with-gdal \
c0b3154
   --with-geos \
c0b3154
   --with-glw \
c0b3154
   --with-lapack \
c0b3154
   --with-motif \
Balint Cristian 3f92e14
   --with-mysql \
Balint Cristian 3f92e14
   --with-mysql-includes=%{_includedir}/mysql \
Balint Cristian 3f92e14
   --with-mysql-libs=%{_libdir}/mysql \
c0b3154
   --with-nls \
c0b3154
   --with-odbc \
Balint Cristian 3f92e14
   --with-opengl \
c0b3154
   --with-postgres  \
c0b3154
   --with-proj \
c0b3154
   --with-proj-share=%{_datadir}/proj \
Viji V Nair f3f0caa
   --with-python \
c0b3154
   --with-readline \
c0b3154
   --with-sqlite \
c0b3154
   --with-wxwidgets=wx-config \
c0b3154
   --with-x \
b2d9249
   %{configure_64_bit}
Balint Cristian 3f92e14
b050c47
make %{?_smp_mflags}
Balint Cristian 3f92e14
d732973
Balint Cristian 3f92e14
%install
Balint Cristian 3f92e14
rm -rf %{buildroot}
Balint Cristian 3f92e14
Balint Cristian 3f92e14
# make install
Balint Cristian 3f92e14
make prefix=%{buildroot}%{_prefix} BINDIR=%{buildroot}%{_bindir} \
357b526
    PREFIX=%{buildroot}%{_prefix} install
357b526
357b526
# Change GISBASE in startup script to point to systems %{_libdir}/%{name}-%{version}
d732973
#TODO: Still necessary? Version-less?
357b526
sed -i -e "1,\$s&^GISBASE.*&GISBASE=%{_libdir}/%{name}-%{version}&"  \
357b526
    %{buildroot}%{_bindir}/%{name}%{shortversion}
Balint Cristian 3f92e14
2cf3b76
# Sadly, parts of the following can't be done safely in prep,
2cf3b76
# hence they're done here
2cf3b76
# Replace GISBASE environment variable with paths that match our documentation file layout
2cf3b76
sed -i -e 's|$env(GISBASE)/docs/|%{_docdir}/%{name}-%{version}/docs/|' \
2cf3b76
    %{buildroot}%{_prefix}/%{name}-%{version}/etc/gis_set.tcl \
2cf3b76
    %{buildroot}%{_prefix}/%{name}-%{version}/etc/gui.tcl \
2cf3b76
    %{buildroot}%{_prefix}/%{name}-%{version}/etc/nviz2.2/scripts/nviz2.2_script
2cf3b76
sed -i -e 's|C_BASE="$GISBASE"|C_BASE=\"%{_docdir}/%{name}-%{version}/docs"|g' \
2cf3b76
    %{buildroot}%{_prefix}/%{name}-%{version}/scripts/g.manual
2cf3b76
sed -i -e 's|%{name}-%{version}/docs|%{name}-%{version}|g' \
2cf3b76
    %{buildroot}%{_prefix}/%{name}-%{version}/scripts/g.manual
2cf3b76
sed -i -e 's|(\"GISBASE\"), \"docs\", \"html\", \"icons\", \"silk\")|(\"GISBASE\"), \"icons\", \"silk\")|g' \
2cf3b76
    %{buildroot}%{_prefix}/%{name}-%{version}/etc/wxpython/icons/icon.py
2cf3b76
sed -i -e 's|self.fspath = os.path.join(gisbase|self.fspath = os.path.join("%{_docdir}/%{name}-%{version}\"|' \
a91ecee
    %{buildroot}%{_prefix}/%{name}-%{version}/etc/wxpython/gui_core/ghelp.py
2cf3b76
sed -i 's|file://$env(GISBASE)|file://%{_docdir}/%{name}-%{version}|' %{buildroot}%{_prefix}/%{name}-%{version}/etc/r.li.setup/r.li.setup.main
2cf3b76
sed -i 's|GRASS_DOC_BASE=`check_docbase "$GISBASE"`|GRASS_DOC_BASE=%{_docdir}/%{name}-%{version}|' %{buildroot}%{_prefix}/%{name}-%{version}/scripts/g.manual
2cf3b76
2cf3b76
# Exceptional path for files used in the GUI as well
2cf3b76
#TODO: Could include them in the main package too
2cf3b76
sed -i -e 's|os\.getenv("GISBASE")|\"%{_docdir}/%{name}-libs-%{version}\"|' \
a91ecee
    %{buildroot}%{_prefix}/%{name}-%{version}/etc/wxpython/gui_core/ghelp.py
2cf3b76
2cf3b76
#TODO: Quotes and linebreaks in sed calls
2cf3b76
# Replace GISBASE environment variable with paths that match our locale file layout
a91ecee
sed -i -e 's|os.path.join(os.getenv("GISBASE"), '\''locale'\''|os.path.join('\''%{_datadir}'\'', '\''locale'\''|' -e 's|os.path.join(os.getenv("GISBASE"), "etc"|os.path.join(\"%{_libdir}/%{name}-%{version}\", "etc"|' -e 's|self.gisbase  = os.getenv("GISBASE")|self.gisbase = "%{_docdir}/%{name}-%{version}"|' %{buildroot}%{_prefix}/%{name}-%{version}/etc/wxpython/*.py %{buildroot}%{_prefix}/%{name}-%{version}/etc/python/grass/script/*.py
Balint Cristian 3f92e14
357b526
# Make grass headers and libraries available on the system
357b526
mv %{buildroot}%{_prefix}/%{name}-%{version}/lib/ %{buildroot}%{_libdir}
b2d9249
mv %{buildroot}%{_prefix}/%{name}-%{version}/include %{buildroot}%{_prefix}/
Balint Cristian 8c45547
rm -rf %{buildroot}%{_includedir}/Make
Balint Cristian 3f92e14
357b526
# Create universal multilib header bz#341391
Balint Cristian 9d89a6b
install -p -m 644 %{buildroot}%{_includedir}/%{name}/config.h \
Balint Cristian 9d89a6b
           %{buildroot}%{_includedir}/%{name}/config-%{cpuarch}.h
d8873dd
install -p -m 644 %{SOURCE2} %{buildroot}%{_includedir}/%{name}/config.h
Balint Cristian 9d89a6b
357b526
#TODO: Do we still need this?
357b526
# Fix prelink issue bz#458427
Balint Cristian 4d8a960
mkdir -p %{buildroot}%{_sysconfdir}/prelink.conf.d
Balint Cristian 4d8a960
cat > %{buildroot}%{_sysconfdir}/prelink.conf.d/%{name}-%{cpuarch}.conf <
Viji V Nair f3f0caa
-b %{_libdir}/libgrass_gproj.so.6.4.0
Viji V Nair f3f0caa
-b %{_libdir}/libgrass_sim.so.6.4
Balint Cristian 4d8a960
EOF
Balint Cristian 4d8a960
0b2a31f
# Make man pages available on system, convert to utf8 and avoid name conflict with "parallel" manpage
0b2a31f
mkdir -p %{buildroot}%{_mandir}/man1
0b2a31f
for manpage in `find  %{buildroot}%{_prefix}/%{name}-%{version}/man/man1 -type f` ; do
0b2a31f
   iconv -f iso8859-1 -t utf8 \
0b2a31f
        $manpage > %{buildroot}%{_mandir}/man1/`basename $manpage`"grass"
Balint Cristian 3f92e14
done
0b2a31f
sed -i -e 's/^.TH \(.*\) 1/.TH \1 1grass/' %{buildroot}%{_mandir}/man1/*
b2d9249
rm -rf %{buildroot}%{_prefix}/%{name}-%{version}/man
b2d9249
357b526
# Make locales available on system, correct case for pt_br locale
Balint Cristian 3f92e14
mkdir -p %{buildroot}%{_datadir}/locale/
b2d9249
mv %{buildroot}%{_prefix}/%{name}-%{version}/locale %{buildroot}%{_datadir}/
Balint Cristian 3f92e14
mv %{buildroot}%{_datadir}/locale/pt_br %{buildroot}%{_datadir}/locale/pt_BR
Balint Cristian 3f92e14
b2d9249
%find_lang %{name}mods
b2d9249
%find_lang %{name}libs
b2d9249
%find_lang %{name}wxpy
Balint Cristian 3f92e14
Balint Cristian 3f92e14
mkdir -p %{buildroot}%{_libdir}/pkgconfig
b2d9249
install -p -m 644 %{name}.pc %{buildroot}%{_libdir}/pkgconfig/
Balint Cristian 3f92e14
d732973
for res in 48x48 64x64; do
d732973
  mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${res}/apps
d732973
  install -p -m 644 gui/icons/%{name}-${res}.png %{buildroot}%{_datadir}/icons/hicolor/${res}/apps/%{name}.png
d732973
done
d732973
d732973
# "Encoding" should be removed; Gone for releases after 6.4.3
d732973
# http://trac.osgeo.org/grass/changeset/57941/grass
d881792
desktop-file-install \
d732973
        --set-icon=grass \
d732973
        --dir=%{buildroot}%{_datadir}/applications gui/icons/%{name}.desktop
Balint Cristian 3f92e14
Richard Hughes 4c8bbad
# Install AppData file
Richard Hughes 4c8bbad
mkdir -p %{buildroot}%{_datadir}/appdata
Richard Hughes 4c8bbad
install -p -m 644 gui/icons/%{name}.appdata.xml %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
Richard Hughes 4c8bbad
b2d9249
# Correct permissions
d732973
#TODO: Still necessary; create a ticket and/or change in prep
357b526
#TODO: Why are the permissions right in Ubuntu?
Balint Cristian 3f92e14
find %{buildroot} -name "*.tcl" -exec chmod +r-x '{}' \;
357b526
chmod -x %{buildroot}%{_prefix}/%{name}-%{version}/etc/nviz2.2/scripts/configIndex
357b526
chmod -x %{buildroot}%{_prefix}/%{name}-%{version}/etc/nviz2.2/scripts/nviz_params
357b526
chmod -x %{buildroot}%{_prefix}/%{name}-%{version}/etc/nviz2.2/scripts/tclIndex
357b526
chmod -x %{buildroot}%{_prefix}/%{name}-%{version}/etc/nviz2.2/scripts/panelIndex
357b526
chmod +x %{buildroot}%{_prefix}/%{name}-%{version}/etc/g.mapsets.tcl
357b526
chmod +x %{buildroot}%{_prefix}/%{name}-%{version}/etc/dm/tksys.tcl
357b526
chmod +x %{buildroot}%{_prefix}/%{name}-%{version}/etc/gm/tksys.tcl
357b526
chmod +x %{buildroot}%{_prefix}/%{name}-%{version}/etc/gm/animate.tcl
357b526
357b526
# fixup few nviz script header, it will anyway always be executed by nviz
Balint Cristian 3f92e14
for nviz in {script_play,nviz2.2_script,script_tools,script_file_tools,script_get_line}; do
357b526
 cat %{buildroot}%{_prefix}/%{name}-%{version}/etc/nviz2.2/scripts/$nviz \
357b526
  | grep -v '#!nviz' > %{buildroot}%{_prefix}/%{name}-%{version}/etc/nviz2.2/scripts/$nviz.tmp 
357b526
 mv  %{buildroot}%{_prefix}/%{name}-%{version}/etc/nviz2.2/scripts/$nviz.tmp \
357b526
     %{buildroot}%{_prefix}/%{name}-%{version}/etc/nviz2.2/scripts/$nviz
Balint Cristian 3f92e14
done
Balint Cristian 3f92e14
357b526
# Move icon folder in GISBASE and set its path to be FHS compliant
b2d9249
mv %{buildroot}%{_prefix}/%{name}-%{version}/docs/html/icons %{buildroot}%{_prefix}/%{name}-%{version}/
Balint Cristian 4d8a960
357b526
# Switch to the system wide docs, to be FHS compliant
Balint Cristian 315f9ad
rm -rf %{buildroot}%{_prefix}/%{name}-%{version}/docs
Balint Cristian 3f92e14
357b526
# Hide GISBASE into system's %{_libdir} instead, to be FHS compliant
Balint Cristian 315f9ad
mv %{buildroot}%{_prefix}/%{name}-%{version} %{buildroot}%{_libdir}/
Balint Cristian e52b2af
357b526
# Correct font path
Balint Cristian 315f9ad
sed -i -e 's|%{buildroot}%{_prefix}/%{name}-%{version}|%{_libdir}/%{name}-%{version}|' \
Balint Cristian 315f9ad
%{buildroot}%{_libdir}/%{name}-%{version}/etc/fontcap
Balint Cristian e52b2af
357b526
# Create versionless symlinks for binary and libdir
357b526
# The libdir symlink is handy for QGIS. QGIS asks the user for gisbase
357b526
# and then stores it. See BZ 711860
357b526
# The binary symlink keeps us from updating the desktop file
357b526
# Ubuntu does it the same way
357b526
ln -s %{_bindir}/%{name}%{shortversion} %{buildroot}%{_bindir}/%{name}
357b526
ln -s %{_libdir}/%{name}-%{version} %{buildroot}%{_libdir}/%{name}
b2d9249
d732973
Balint Cristian 3f92e14
%clean
Balint Cristian 3f92e14
rm -rf %{buildroot}
Balint Cristian 3f92e14
d732973
d732973
%post
d732973
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
d732973
d732973
%postun
d732973
if [ $1 -eq 0 ] ; then
d732973
    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
d732973
    /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 || :
d732973
Balint Cristian 3f92e14
%post libs -p /sbin/ldconfig
Balint Cristian 3f92e14
%postun libs -p /sbin/ldconfig
Balint Cristian 3f92e14
d732973
357b526
%files -f %{name}mods.lang -f %{name}libs.lang -f %{name}wxpy.lang
357b526
%doc dist.*/docs
Balint Cristian 4d8a960
%{_sysconfdir}/prelink.conf.d/%{name}-%{cpuarch}.conf
357b526
%{_bindir}/%{name}
b2d9249
%{_bindir}/%{name}%{shortversion}
b2d9249
%{_bindir}/gem%{shortversion}
Balint Cristian 315f9ad
%dir %{_libdir}/%{name}-%{version}
Viji V Nair f3f0caa
%exclude %{_libdir}/%{name}-%{version}/etc/*.table
Viji V Nair f3f0caa
%exclude %{_libdir}/%{name}-%{version}/driver/db/*
Balint Cristian 315f9ad
%{_libdir}/%{name}-%{version}/*
Richard Hughes 4c8bbad
%{_datadir}/appdata/*%{name}.appdata.xml
d881792
%{_datadir}/applications/*%{name}.desktop
d732973
%{_datadir}/icons/hicolor/*/apps/%{name}.png
b2d9249
%dir %{_datadir}/locale/*/LC_MESSAGES
0b2a31f
%{_mandir}/man1/*.1grass*
Balint Cristian 3f92e14
Balint Cristian 3f92e14
%files libs
357b526
%doc AUTHORS COPYING GPL.TXT CHANGES ChangeLog_%{version}.gz translators.csv contributors.csv contributors_extra.csv
357b526
%{_libdir}/%{name}
b2d9249
%{_libdir}/lib%{name}_*.so.*
Viji V Nair f3f0caa
%{_libdir}/%{name}-%{version}/etc/*.table
Viji V Nair f3f0caa
%{_libdir}/%{name}-%{version}/driver/db/*
Balint Cristian 3f92e14
Balint Cristian 3f92e14
%files devel
357b526
%doc TODO doc SUBMITTING*
b2d9249
%exclude %{_libdir}/lib%{name}_*.a
Balint Cristian 3f92e14
%{_libdir}/pkgconfig/%{name}.pc
b2d9249
%{_includedir}/%{name}
b2d9249
%{_libdir}/lib%{name}_*.so
Balint Cristian 3f92e14
c0b3154
Balint Cristian 3f92e14
%changelog
ee3c513
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 6.4.4-7
ee3c513
- Rebuilt for GCC 5 C++11 ABI change
ee3c513
a4a6056
* Wed Mar 11 2015 Devrim Gündüz <devrim@gunduz.org> - 6.4.4-6
a4a6056
- Rebuild for Proj 4.9.1
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
fbf4ed6
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.4.4-4
fbf4ed6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
fbf4ed6
6b20b95
* Sun Aug 10 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 6.4.4-3
6b20b95
- Add 0004-Eliminate-Werror-format-string-security-issues.patch (RHBZ#1037102)
6b20b95
- Re-enable building w/ -Werror=format-security.
6b20b95
6b20b95
* Sat Aug 09 2014 Ralf Corsépius <corsepiu@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
6b20b95
* 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