rpms/proj/EL-6 .cvsignore, 1.7, 1.8 proj.spec, 1.18, 1.19 sources, 1.7, 1.8

Devrim GÜNDÜZ devrim at fedoraproject.org
Thu Jul 1 16:49:08 UTC 2010


Author: devrim

Update of /cvs/extras/rpms/proj/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16226

Modified Files:
	.cvsignore proj.spec sources 
Log Message:
Update to 4.7.0, and datumgrid 1.5




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/proj/EL-6/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	9 Sep 2008 11:48:03 -0000	1.7
+++ .cvsignore	1 Jul 2010 16:49:08 -0000	1.8
@@ -1,2 +1,2 @@
-proj-4.6.1.tar.gz
-proj-datumgrid-1.4.zip
+proj-4.7.0.tar.gz
+proj-datumgrid-1.5.zip


Index: proj.spec
===================================================================
RCS file: /cvs/extras/rpms/proj/EL-6/proj.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- proj.spec	26 Jul 2009 19:28:33 -0000	1.18
+++ proj.spec	1 Jul 2010 16:49:08 -0000	1.19
@@ -1,43 +1,55 @@
-Name:      proj
-Version:   4.6.1
-Release:   3%{?dist}
-Summary:   Cartographic projection software (PROJ.4)
-
-Group:     Applications/Engineering
-License:   MIT
-URL:       http://proj.osgeo.org
-Source0:   http://download.osgeo.org/proj/proj-%{version}.tar.gz
-Source1:   http://download.osgeo.org/proj/proj-datumgrid-1.4.zip
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name:           proj
+Version:        4.7.0
+Release:        1%{?dist}
+Summary:        Cartographic projection software (PROJ.4)
+
+Group:          Applications/Engineering
+License:        MIT
+URL:            http://proj.osgeo.org
+Source0:        http://download.osgeo.org/proj/proj-%{version}.tar.gz
+Source1:        http://download.osgeo.org/proj/proj-datumgrid-1.5.zip
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: libtool
+BuildRequires:  libtool
 
-%package devel
-Summary: Development files for PROJ.4
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-
-%package nad
-Summary: US and Canadian datum shift grids for PROJ.4
-Group: Applications/Engineering
-Requires: %{name} = %{version}-%{release}
-
-%package epsg
-Summary: EPSG dataset for PROJ.4
-Group: Applications/Engineering
-Requires: %{name} = %{version}-%{release}
 
 %description
 Proj and invproj perform respective forward and inverse transformation of
 cartographic data to or from cartesian data with a wide range of selectable
-projection functions. Proj docs: http://www.remotesensing.org/dl/new_docs/
+projection functions.
+
+
+%package devel
+Summary:        Development files for PROJ.4
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
 
 %description devel
 This package contains libproj and the appropriate header files and man pages.
 
+
+%package static
+Summary:        Development files for PROJ.4
+Group:          Development/Libraries
+
+%description static
+This package contains libproj static library.
+
+
+%package nad
+Summary:        US and Canadian datum shift grids for PROJ.4
+Group:          Applications/Engineering
+Requires:       %{name} = %{version}-%{release}
+
 %description nad
 This package contains additional US and Canadian datum shift grids.
 
+
+%package epsg
+Summary:        EPSG dataset for PROJ.4
+Group:          Applications/Engineering
+Requires:       %{name} = %{version}-%{release}
+
 %description epsg
 This package contains additional EPSG dataset.
 
@@ -104,9 +116,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 %{_includedir}/*.h
 %{_libdir}/*.so
-%{_libdir}/*.a
+%exclude %{_libdir}/*.a
 %exclude %{_libdir}/libproj.la
 
+%files static
+%defattr(-,root,root,-)
+%{_libdir}/*.a
+%{_libdir}/libproj.la
+
+
 %files nad
 %defattr(-,root,root,-)
 %doc nad/README
@@ -117,84 +135,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}
 
 %files epsg
-%doc nad/README
 %defattr(-,root,root,-)
+%doc nad/README
 %attr(0644,root,root) %{_datadir}/%{name}/epsg
 
 %changelog
-* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.6.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.6.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Fri Sep 05 2008 Balint Cristian <rezso at rdsor.ro> - 4.6.1-1
-- new stable upstream
-- new nad datumgrids
-- drop debian license patch
-- change homepage URLs
-
-* Sun Apr 20 2008 Balint Cristian <rezso at rdsor.ro> - 4.6.0-1
-- new branch
-
-* Thu Mar 27 2008 Balint Cristian <rezso at rdsor.ro> - 4.5.0-4
-- BuildRequire: libtool
-
-* Thu Mar 27 2008 Balint Cristian <rezso at rdsor.ro> - 4.5.0-3
-- enable EPSG dataset to be packed GRASS really needs it
-- no more license issue over epsg dataset, proj didnt altered
-  EPSG dataset in any way, so its fully EPSG license compliant
-- add support for tests during buildtime
-- disable hardcoded r-path from libs
-- fix shebag for nad scripts
-
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 4.5.0-2
-- Autorebuild for GCC 4.3
-
-* Tue Jan   2 2007 Shawn McCann <mccann0011 at hotmail.com> - 4.5.0-1
-- Updated to proj-4.5.0 and datumgrid-1.3
-
-* Sat Sep  16 2006 Shawn McCann <mccann0011 at hotmail.com> - 4.4.9-4
-- Rebuild for Fedora Extras 6
-
-* Sat Mar  4 2006 Shawn McCann <mccann0011 at hotmail.com> - 4.4.9-3
-- Rebuild for Fedora Extras 5
-
-* Sat Mar  4 2006 Shawn McCann <mccann0011 at hotmail.com> - 4.4.9-2
-- Rebuild for Fedora Extras 5
-
-* Thu Jul  7 2005 Shawn McCann <mccann0011 at hotmail.com> - 4.4.9-1
-- 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.
-
-* Sun May 22 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 4.4.8-6
-- rebuilt
-
-* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 4.4.8-5
-- rebuilt
-
-* Wed Dec 29 2004 David Kaplan <dmk at erizo.ucdavis.edu> - 0:4.4.8-4
-- Added testvarious to nad distribution
-
-* Wed Dec 29 2004 David Kaplan <dmk at erizo.ucdavis.edu> - 0:4.4.8-0.fdr.3
-- Added patch for test scripts so that they will work in installed rpm
-
-* Wed Dec 29 2004 David Kaplan <dmk at erizo.ucdavis.edu> - 0:4.4.8-0.fdr.2
-- Fixed permissions on nad27 and nad83
-- Included test27 and test83 in the nad rpm and made them executable
-
-* Fri Aug 13 2004 David M. Kaplan <dmk at erizo.ucdavis.edu> 0:4.4.8-0.fdr.1
-- Updated to version 4.4.8 of library.
-- Changed license file so that it agrees with Debian version.
-- Updated web addresses of packages.
-
-* Wed Aug 11 2004 David M. Kaplan <dmk at erizo.ucdavis.edu> 0:4.4.7-0.fdr.3
-- Removed the "Requires(post,postun)"
-
-* Tue Dec 30 2003 David M. Kaplan <dmk at erizo.ucdavis.edu> 0:4.4.7-0.fdr.2
-- proj-nad now owns %{_datadir}/%{name}
-
-* Wed Oct 29 2003 Steve Arnold <sarnold at arnolds.dhs.org>
-- Basically re-wrote previous spec file from scratch so as
-- to comply with both Fedora and RedHat 9 packaging guidelines.
-- Split files into proj, proj-devel, and proj-nad (additional grids)
-- and adjusted the EXE path in the test scripts.
+* Thu Jul 1 2010 Devrim GUNDUZ <devrim at gunduz.org> - 4.7.0-1
+- Update to 4.7.0
+- Update to new datumgrid (1.5)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/proj/EL-6/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	9 Sep 2008 11:48:04 -0000	1.7
+++ sources	1 Jul 2010 16:49:08 -0000	1.8
@@ -1,2 +1,2 @@
-7dbaab8431ad50c25669fd3fb28dc493  proj-4.6.1.tar.gz
-a975779e65f1125a28f55f9d18b4333d  proj-datumgrid-1.4.zip
+927d34623b52e0209ba2bfcca18fe8cd  proj-4.7.0.tar.gz
+f5bf28a2a9c6afe9a3f670f0c0adb783  proj-datumgrid-1.5.zip



More information about the scm-commits mailing list