9dcbd2a
%global proj_version 7.2.1
9dcbd2a
%global data_version 1.4
269f767
312fe8f
# The name is special so that rpmdev-bumpspec will bump this rather than adding .1 to the end
9dcbd2a
%global baserelease 1
312fe8f
312fe8f
# In order to avoid needing to keep incrementing the release version for the
d4fa2e7
# main package forever, we will just construct one for proj that is guaranteed
312fe8f
# to increment safely. Changing this can only be done during an update when the
d4fa2e7
# base proj version number is increasing.
16ad02d
%global data_release %{proj_version}.%{baserelease}%{?dist}
312fe8f
16ad02d
Name:           proj
9dcbd2a
# Also check whether there is a new proj-data release when upgrading!
16ad02d
Version:        %{proj_version}
16ad02d
Release:        %{baserelease}%{?dist}
16ad02d
Summary:        Cartographic projection software (PROJ)
Balint Cristian b54fac8
16ad02d
License:        MIT
16ad02d
URL:            https://proj.org
16ad02d
Source0:        https://download.osgeo.org/%{name}/%{name}-%{version}.tar.gz
16ad02d
Source1:        https://download.osgeo.org/%{name}/%{name}-data-%{data_version}.tar.gz
4b894c7
16ad02d
# Ship a pkgconfig file
16ad02d
Patch0:         proj_pkgconfig.patch
16ad02d
16ad02d
BuildRequires:  cmake
16ad02d
BuildRequires:  curl-devel
16ad02d
BuildRequires:  gcc-c++
16ad02d
BuildRequires:  gmock-devel
16ad02d
BuildRequires:  gtest-devel >= 1.8.0
16ad02d
BuildRequires:  make
16ad02d
BuildRequires:  libtiff-devel
16ad02d
BuildRequires:  sqlite-devel
Balint Cristian c275850
367d3ae
Obsoletes:      proj-datumgrid < 1.8-6.3.2.6
d5abbcd
4b894c7
%description
a72d26a
Proj and invproj perform respective forward and inverse transformation of
a72d26a
cartographic data to or from cartesian data with a wide range of selectable
Balint Cristian b71270d
projection functions.
4b894c7
Balint Cristian 28faa93
Balint Cristian 28faa93
%package devel
16ad02d
Summary:        Development files for PROJ
16ad02d
Requires:       %{name}%{?_isa} = %{version}-%{release}
16ad02d
Obsoletes:      %{name}-static < 7.2.0
Balint Cristian 28faa93
4b894c7
%description devel
4b894c7
This package contains libproj and the appropriate header files and man pages.
4b894c7
Balint Cristian 28faa93
16ad02d
%package data-europe
16ad02d
Summary:        Compat package for old proj-datumgrid-europe
16ad02d
BuildArch:      noarch
16ad02d
Obsoletes:      proj-datumgrid-europe < 1.6-3
427b10b
Provides:       deprecated()
16ad02d
Requires:       proj-data-at
16ad02d
Requires:       proj-data-be
16ad02d
Requires:       proj-data-ch
16ad02d
Requires:       proj-data-de
16ad02d
Requires:       proj-data-dk
16ad02d
Requires:       proj-data-es
16ad02d
Requires:       proj-data-eur
16ad02d
Requires:       proj-data-fi
16ad02d
Requires:       proj-data-fo
16ad02d
Requires:       proj-data-fr
16ad02d
Requires:       proj-data-is
16ad02d
Requires:       proj-data-nl
16ad02d
Requires:       proj-data-pt
16ad02d
Requires:       proj-data-se
16ad02d
Requires:       proj-data-sk
16ad02d
Requires:       proj-data-uk
16ad02d
16ad02d
%description data-europe
16ad02d
Compat package for old proj-datumgrid-europe.
16ad02d
Please do not depend on this package, it will get removed!
16ad02d
16ad02d
%files data-europe
16ad02d
16ad02d
16ad02d
%package data-north-america
16ad02d
Summary:        Compat package for old proj-datumgrid-north-america
16ad02d
BuildArch:      noarch
16ad02d
Obsoletes:      proj-datumgrid-north-america < 1.4-3
427b10b
Provides:       deprecated()
16ad02d
Requires:       proj-data-ca
16ad02d
Requires:       proj-data-us
16ad02d
16ad02d
%description data-north-america
16ad02d
Compat package for old proj-datumgrid-north-america.
16ad02d
Please do not depend on this package, it will get removed!
16ad02d
16ad02d
%files data-north-america
16ad02d
16ad02d
16ad02d
%package data-oceania
16ad02d
Summary:        Compat package for old proj-datumgrid-oceania
16ad02d
BuildArch:      noarch
16ad02d
Obsoletes:      proj-datumgrid-oceania < 1.2-3
427b10b
Provides:       deprecated()
16ad02d
Requires:       proj-data-au
16ad02d
Requires:       proj-data-nc
16ad02d
Requires:       proj-data-nz
16ad02d
16ad02d
%description data-oceania
16ad02d
Compat package for old proj-datumgrid-oceania.
16ad02d
Please do not depend on this package, it will get removed!
16ad02d
16ad02d
%files data-oceania
16ad02d
16ad02d
16ad02d
%package data-world
16ad02d
Summary:        Compat package for old proj-datumgrid-world
16ad02d
BuildArch:      noarch
16ad02d
Obsoletes:      proj-datumgrid-world < 1.0-5
427b10b
Provides:       deprecated()
16ad02d
Requires:       proj-data-br
16ad02d
Requires:       proj-data-jp
16ad02d
16ad02d
%description data-world
16ad02d
Compat package for old proj-datumgrid-world.
16ad02d
Please do not depend on this package, it will get removed!
16ad02d
16ad02d
%files data-world
16ad02d
16ad02d
16ad02d
16ad02d
%define data_subpkg(c:n:e:s:) \
16ad02d
%define countrycode %{-c:%{-c*}}%{!-c:%{error:Country code not defined}} \
16ad02d
%define countryname %{-n:%{-n*}}%{!-n:%{error:Country name not defined}} \
16ad02d
%define extrafile %{-e:%{_datadir}/%{name}/%{-e*}} \
16ad02d
%define wildcard %{!-s:%{_datadir}/%{name}/%{countrycode}_*} \
16ad02d
\
16ad02d
%package data-%{countrycode}\
16ad02d
Summary:      %{countryname} datum grids for Proj\
16ad02d
BuildArch:    noarch\
16ad02d
# See README.DATA \
16ad02d
License:      CC-BY and MIT and BSD and Public Domain \
16ad02d
Supplements:  proj\
16ad02d
\
16ad02d
%description data-%{countrycode}\
16ad02d
%{countryname} datum grids for Proj.\
16ad02d
\
16ad02d
%files data-%{countrycode}\
16ad02d
%{wildcard}\
16ad02d
%{extrafile}
16ad02d
16ad02d
16ad02d
%data_subpkg -c at -n Austria
16ad02d
%data_subpkg -c au -n Australia
16ad02d
%data_subpkg -c be -n Belgium
16ad02d
%data_subpkg -c br -n Brasil
16ad02d
%data_subpkg -c ca -n Canada
16ad02d
%data_subpkg -c ch -n Switzerland
16ad02d
%data_subpkg -c de -n Germany
16ad02d
%data_subpkg -c dk -n Denmark -e DK
16ad02d
%data_subpkg -c es -n Spain
16ad02d
%data_subpkg -c eur -n %{quote:Nordic + Baltic} -e NKG
16ad02d
%data_subpkg -c fi -n Finland
16ad02d
%data_subpkg -c fo -n %{quote:Faroe Island} -e FO -s 1
16ad02d
%data_subpkg -c fr -n France
16ad02d
%data_subpkg -c is -n Island -e ISL
16ad02d
%data_subpkg -c jp -n Japan
16ad02d
%data_subpkg -c nc -n %{quote:New Caledonia}
16ad02d
%data_subpkg -c nl -n Netherlands
16ad02d
%data_subpkg -c nz -n %{quote:New Zealand}
16ad02d
%data_subpkg -c pt -n Portugal
16ad02d
%data_subpkg -c se -n Sweden
16ad02d
%data_subpkg -c sk -n Slovakia
16ad02d
%data_subpkg -c uk -n %{quote:United Kingdom}
16ad02d
%data_subpkg -c us -n %{quote:United States}
Balint Cristian 28faa93
Balint Cristian c275850
4b894c7
%prep
269f767
%autosetup -p1
4b894c7
Balint Cristian 29da86c
d84a7ee
%build
16ad02d
%cmake -DUSE_EXTERNAL_GTEST=ON
16ad02d
%cmake_build
d84a7ee
4b894c7
4b894c7
%install
16ad02d
%cmake_install
16ad02d
16ad02d
# Install data
16ad02d
mkdir -p %{buildroot}%{_datadir}/%{name}
16ad02d
tar -xf %{SOURCE1} --directory %{buildroot}%{_datadir}/%{name}
cbfb704
cbfb704
Balint Cristian c275850
%check
16ad02d
%ctest
4b894c7
4b894c7
4b894c7
%files
68454e9
%license COPYING
16ad02d
%doc NEWS AUTHORS README.md
16ad02d
%{_bindir}/cct
16ad02d
%{_bindir}/cs2cs
16ad02d
%{_bindir}/geod
16ad02d
%{_bindir}/gie
16ad02d
%{_bindir}/proj
16ad02d
%{_bindir}/projinfo
16ad02d
%{_bindir}/projsync
16ad02d
%{_libdir}/libproj.so.21*
16ad02d
%{_libdir}/libproj.so.19
4b894c7
%{_mandir}/man1/*.1*
269f767
%dir %{_datadir}/%{name}
269f767
%{_datadir}/%{name}/CH
269f767
%{_datadir}/%{name}/GL27
269f767
%{_datadir}/%{name}/ITRF2000
269f767
%{_datadir}/%{name}/ITRF2008
269f767
%{_datadir}/%{name}/ITRF2014
269f767
%{_datadir}/%{name}/nad.lst
269f767
%{_datadir}/%{name}/nad27
269f767
%{_datadir}/%{name}/nad83
269f767
%{_datadir}/%{name}/other.extra
68454e9
%{_datadir}/%{name}/proj.db
16ad02d
%{_datadir}/%{name}/proj.ini
269f767
%{_datadir}/%{name}/world
16ad02d
%{_datadir}/%{name}/README.DATA
16ad02d
%{_datadir}/%{name}/copyright_and_licenses.csv
9dcbd2a
%{_datadir}/%{name}/deformation_model.schema.json
9dcbd2a
%{_datadir}/%{name}/projjson.schema.json
9dcbd2a
%{_datadir}/%{name}/triangulation.schema.json
4b894c7
4b894c7
%files devel
4b894c7
%{_includedir}/*.h
68454e9
%{_includedir}/proj/
Rex Dieter 7b8abb7
%{_libdir}/libproj.so
16ad02d
%{_libdir}/cmake/proj/
16ad02d
%{_libdir}/cmake/proj4/
e35b5e1
%{_libdir}/pkgconfig/%{name}.pc
Balint Cristian 28faa93
Balint Cristian c275850
4b894c7
%changelog
9dcbd2a
* Sun Jan 03 2021 Sandro Mani <manisandro@gmail.com> - 7.2.1-1
9dcbd2a
- Update to 7.2.1
9dcbd2a
427b10b
* Thu Nov 12 2020 Sandro Mani <manisandro@gmail.com> - 7.2.0-2
427b10b
- Add Provides: deprecated() to compat packages
427b10b
16ad02d
* Thu Nov 05 2020 Sandro Mani <manisandro@gmail.com> - 7.2.0-1
16ad02d
- Update to 7.2.0
16ad02d
c1186cd
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.2-5
c1186cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c1186cd
45fe78f
* Tue May 12 2020 Markus Neteler <neteler@mundialis.de> - 6.3.2-2
45fe78f
- disable gtest external on EPEL8 due to compilation error
45fe78f
7527dc9
* Sat May 02 2020 Sandro Mani <manisandro@gmail.com> - 6.3.2-1
7527dc9
- Update to 6.3.2
7527dc9
d4fa2e7
* Tue Mar 03 2020 Sandro Mani <manisandro@gmail.com> - 6.3.1-3
d4fa2e7
- Fix datumgrid require
d4fa2e7
3dcf812
* Tue Mar 03 2020 Sandro Mani <manisandro@gmail.com> - 6.3.1-2
3dcf812
- Fix proj-datumgrid release missing %%{?dist}
3dcf812
312fe8f
* Wed Feb 19 2020 Sandro Mani <manisandro@gmail.com> - 6.3.1-1
312fe8f
- Update to 6.3.1
312fe8f
99c958c
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.2.0-2
99c958c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
99c958c
68454e9
* Sun Sep 1 2019 Devrim Gündüz <devrim@gunduz.org> - 6.2.0-1
68454e9
- Update to 6.2.0
68454e9
- Applied https://src.fedoraproject.org/rpms/proj/pull-request/6 by
68454e9
  Orion Poplawski.
68454e9
93c769c
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.0-5
93c769c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
93c769c
4375f4b
* Tue Apr 16 2019 Dan Horák <dan[at]danny.cz> - 5.2.0-4
4375f4b
- fix condition in cmake config
4375f4b
cbfb704
* Tue Apr 16 2019 Dan Horák <dan[at]danny.cz> - 5.2.0-3
cbfb704
- install cmake config
cbfb704
558a6a0
* Sat Apr 13 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 5.2.0-2
269f767
- Rename proj-nad subpackage as proj-datumgrid
269f767
- Fold proj-epsg package into main one
b3487b7
- Enable full test suite during build
269f767
- Various spec file cleanups
b3487b7
29b6a32
* Mon Feb 04 2019 Devrim Gündüz <devrim@gunduz.org> - 5.2.0-1
29b6a32
- Update to 5.2.0
29b6a32
- Update to new datumgrid (1.8)
29b6a32
e9e12ca
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.3-7
e9e12ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
e9e12ca
480dc34
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.3-6
480dc34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
480dc34
cca70da
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.3-5
cca70da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
cca70da
1f2a7f8
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.3-4
1f2a7f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1f2a7f8
ed9abf9
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.3-3
ed9abf9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ed9abf9
7978fb3
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.3-2
7978fb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7978fb3
2f1fb2d
* Tue Jan 24 2017 Devrim Gündüz <devrim@gunduz.org> 4.9.3-1
2f1fb2d
- Update to 4.9.3
2f1fb2d
- Update to new datumgrid (1.6)
2f1fb2d
- Fix rpmlint warnings
2f1fb2d
- Cosmetic cleanup  in spec file.
2f1fb2d
fd805ca
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.2-2
fd805ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
fd805ca
2f1fb2d
* Mon Jan 4 2016 Devrim Gündüz <devrim@gunduz.org> 4.9.2-1
0df93db
- Update to 4.9.2, per bz # 1294604
0df93db
- Update URLs.
0df93db
a33651c
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.9.1-3
a33651c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a33651c
Rex Dieter 7b8abb7
* Wed Mar 11 2015 Rex Dieter <rdieter@fedoraproject.org> - 4.9.1-2
Rex Dieter 7b8abb7
- track soname so bumps are not a suprise
Rex Dieter 7b8abb7
- -devel: include .pc file here (left copy in -nad too)
Rex Dieter 7b8abb7
- -static: Requires: -devel
Rex Dieter 7b8abb7
2f1fb2d
* Wed Mar 11 2015 Devrim Gündüz <devrim@gunduz.org> 4.9.1-1
2445c8c
- Update to 4.9.1
2445c8c
0740715
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.0-7
0740715
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0740715
4fe1aab
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.0-6
4fe1aab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4fe1aab
f9a36de
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.0-5
f9a36de
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f9a36de
6c1b743
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.0-4
6c1b743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6c1b743
2f1fb2d
* Thu Aug 16 2012 Devrim Gündüz <devrim@gunduz.org> 4.8.0-3
ec3a42e
- Install projects.h manually, per #830496.
ec3a42e
9d3cd3d
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.0-2
9d3cd3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9d3cd3d
2f1fb2d
* Fri Apr 20 2012 Devrim Gündüz <devrim@gunduz.org> 4.8.0-1
545b27d
- Update to 4.8.0, per bz #814851
545b27d
9c26a20
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.0-5
9c26a20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
9c26a20
6f38b3f
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.0-4
6f38b3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6f38b3f
Balint Cristian b71270d
* Thu Mar 18 2010 Balint Cristian <cristian.balint@gmail.com> - 4.7.0-3
Balint Cristian b71270d
- fix for bz#562671
Balint Cristian b71270d
Balint Cristian 28faa93
* Thu Mar 18 2010 Balint Cristian <cristian.balint@gmail.com> - 4.7.0-2
Balint Cristian 28faa93
- fix for bz#556091
Balint Cristian 28faa93
2f1fb2d
* Fri Dec 4 2009 Devrim Gündüz <devrim@gunduz.org> 4.7.0-1
29f39cd
- Update to 4.7.0
29f39cd
- Update to new datumgrid (1.5)
29f39cd
44e2c71
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.1-3
44e2c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
44e2c71
c14f9e6
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.1-2
c14f9e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c14f9e6
Balint Cristian b54fac8
* Fri Sep 05 2008 Balint Cristian <rezso@rdsor.ro> - 4.6.1-1
Balint Cristian b54fac8
- new stable upstream
Balint Cristian b54fac8
- new nad datumgrids
Balint Cristian b54fac8
- drop debian license patch
Balint Cristian b54fac8
- change homepage URLs
Balint Cristian b54fac8
Balint Cristian 29da86c
* Sun Apr 20 2008 Balint Cristian <rezso@rdsor.ro> - 4.6.0-1
Balint Cristian 29da86c
- new branch
Balint Cristian 29da86c
Balint Cristian d755073
* Thu Mar 27 2008 Balint Cristian <rezso@rdsor.ro> - 4.5.0-4
Balint Cristian d755073
- BuildRequire: libtool
Balint Cristian d755073
Balint Cristian c275850
* Thu Mar 27 2008 Balint Cristian <rezso@rdsor.ro> - 4.5.0-3
Balint Cristian c275850
- enable EPSG dataset to be packed GRASS really needs it
Balint Cristian c275850
- no more license issue over epsg dataset, proj didnt altered
Balint Cristian c275850
  EPSG dataset in any way, so its fully EPSG license compliant
Balint Cristian c275850
- add support for tests during buildtime
Balint Cristian c275850
- disable hardcoded r-path from libs
Balint Cristian c275850
- fix shebag for nad scripts
Balint Cristian c275850
1fae619
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.5.0-2
1fae619
- Autorebuild for GCC 4.3
1fae619
Shawn McCann 640887f
* Tue Jan   2 2007 Shawn McCann <mccann0011@hotmail.com> - 4.5.0-1
Shawn McCann d93089f
- Updated to proj-4.5.0 and datumgrid-1.3
Shawn McCann 640887f
Shawn McCann ca56421
* Sat Sep  16 2006 Shawn McCann <mccann0011@hotmail.com> - 4.4.9-4
Shawn McCann ca56421
- Rebuild for Fedora Extras 6
Shawn McCann ca56421
Shawn McCann b44d1d7
* Sat Mar  4 2006 Shawn McCann <mccann0011@hotmail.com> - 4.4.9-3
Shawn McCann b44d1d7
- Rebuild for Fedora Extras 5
Shawn McCann b44d1d7
Shawn McCann 38993ca
* Sat Mar  4 2006 Shawn McCann <mccann0011@hotmail.com> - 4.4.9-2
Shawn McCann 38993ca
- Rebuild for Fedora Extras 5
Shawn McCann 38993ca
Shawn McCann 9fa6c2e
* Thu Jul  7 2005 Shawn McCann <mccann0011@hotmail.com> - 4.4.9-1
Shawn McCann 9fa6c2e
- Updated to proj-4.4.9 and to fix bugzilla reports 150013 and 161726. Patch2 can be removed once this package is upgraded to the next release of the source.
Shawn McCann 9fa6c2e
c08b372
* Sun May 22 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 4.4.8-6
c08b372
- rebuilt
c08b372
c08b372
* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 4.4.8-5
9947fb4
- rebuilt
9947fb4
4b894c7
* Wed Dec 29 2004 David Kaplan <dmk@erizo.ucdavis.edu> - 0:4.4.8-4
4b894c7
- Added testvarious to nad distribution
4b894c7
4b894c7
* Wed Dec 29 2004 David Kaplan <dmk@erizo.ucdavis.edu> - 0:4.4.8-0.fdr.3
4b894c7
- Added patch for test scripts so that they will work in installed rpm
4b894c7
4b894c7
* Wed Dec 29 2004 David Kaplan <dmk@erizo.ucdavis.edu> - 0:4.4.8-0.fdr.2
4b894c7
- Fixed permissions on nad27 and nad83
4b894c7
- Included test27 and test83 in the nad rpm and made them executable
4b894c7
4b894c7
* Fri Aug 13 2004 David M. Kaplan <dmk@erizo.ucdavis.edu> 0:4.4.8-0.fdr.1
4b894c7
- Updated to version 4.4.8 of library.
4b894c7
- Changed license file so that it agrees with Debian version.
4b894c7
- Updated web addresses of packages.
4b894c7
4b894c7
* Wed Aug 11 2004 David M. Kaplan <dmk@erizo.ucdavis.edu> 0:4.4.7-0.fdr.3
4b894c7
- Removed the "Requires(post,postun)"
4b894c7
4b894c7
* Tue Dec 30 2003 David M. Kaplan <dmk@erizo.ucdavis.edu> 0:4.4.7-0.fdr.2
2f1fb2d
- proj-nad now owns %%{_datadir}/%%{name}
4b894c7
4b894c7
* Wed Oct 29 2003 Steve Arnold <sarnold@arnolds.dhs.org>
4b894c7
- Basically re-wrote previous spec file from scratch so as
4b894c7
- to comply with both Fedora and RedHat 9 packaging guidelines.
4b894c7
- Split files into proj, proj-devel, and proj-nad (additional grids)
4b894c7
- and adjusted the EXE path in the test scripts.