Mailinglist Archive: opensuse-commit (1130 mails)
| < Previous | Next > |
commit proj for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 16 Aug 2011 14:31:37 +0200
- Message-id: <20110816123137.9051A202AD@hilbert.suse.de>
Hello community,
here is the log from the commit of package proj for openSUSE:Factory
checked in at Tue Aug 16 14:31:37 CEST 2011.
--------
New Changes file:
--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/proj/proj.changes 2011-08-15
10:48:09.000000000 +0200
@@ -0,0 +1,56 @@
+-------------------------------------------------------------------
+Sat Mar 19 00:00:00 UTC 2011 - dassau@xxxxxxxxxxxxxx
+
+- removed debug_package
+
+-------------------------------------------------------------------
+Tue Nov 24 00:00:00 UTC 2009 - Otto Dassau 4.7.0
+
+- update to new proj4 version
+- update to new datumgrid version 1.5
+
+-------------------------------------------------------------------
+Sun Oct 19 00:00:00 UTC 2008 - dl9pf@xxxxxx
+
+- change spec to build on factory
+
+-------------------------------------------------------------------
+Wed Sep 17 00:00:00 UTC 2008 - Otto Dassau 4.6.1
+
+- version update
+
+-------------------------------------------------------------------
+Wed Jul 9 00:00:00 UTC 2008 - Otto Dassau 4.6.0
+
+- update and rpmlind fixes
+
+-------------------------------------------------------------------
+Mon Aug 13 00:00:00 UTC 2007 - Dirk Stöcker 4.5.0
+
+- adapted to BuildService
+
+-------------------------------------------------------------------
+Fri Jan 5 00:00:00 UTC 2007 - Otto Dassau 4.5.0
+
+- moved *.so from files devel to files
+
+-------------------------------------------------------------------
+Tue Dec 19 00:00:00 UTC 2006 - Otto Dassau 4.5.0
+
+- rebuilt for SuSE 10.2
+
+-------------------------------------------------------------------
+Wed Jan 25 00:00:00 UTC 2006 - Otto Dassau 4.4.9
+
+- rebuilt for SuSE 10.0 and added devel package
+
+-------------------------------------------------------------------
+Thu Nov 17 00:00:00 UTC 2005 - Markus Neteler 4.4.9
+
+- upgraded to Mandriva 2006
+
+-------------------------------------------------------------------
+Fri Aug 5 00:00:00 UTC 2005 - Otto Dassau 4.4.9
+
+- Applied for Mandrake 10.1 RPM
+
calling whatdependson for head-i586
New:
----
proj-4.7.0.tar.bz2
proj-datumgrid-1.5.zip
proj.changes
proj.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ proj.spec ++++++
#
# spec file for package proj
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: proj
Version: 4.7.0
Release: 1
License: MIT
Summary: Cartographic projection software
Url: ftp://ftp.remotesensing.org/proj/
Group: Productivity/Scientific/Other
Source0: proj-%{version}.tar.bz2
Source1: proj-datumgrid-1.5.zip
BuildRequires: bzip2
BuildRequires: unzip
Provides: libproj = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Prefix: %{_prefix}
%package -n libproj0
Summary: Cartographic projection software
Group: Applications/GIS
%package -n libproj-devel
Summary: Development files for PROJ
Group: Development/Libraries/C and C++
Requires: libproj0 = %{version}
%description -n libproj0
This package the library for performing respective
forward and inverse transformation of cartographic data to or from cartesian
data with a wide range of selectable projection functions.
%description
This package offers the commandline tools for performing respective
forward and inverse transformation of cartographic data to or from cartesian
data with a wide range of selectable projection functions.
%description -n libproj-devel
This package contains libproj and the appropriate header files and man pages.
%prep
%setup -q -b 0 -n proj-%{version}
cd nad
unzip -o %{SOURCE1}
%build
%configure --disable-static
make
%install
%makeinstall
rm -f %{buildroot}%{_libdir}/*.la
%post -n libproj0 -p /sbin/ldconfig
%postun -n libproj0 -p /sbin/ldconfig
%clean
%files -n libproj0
%defattr(0644,root,root)
%{_libdir}/*.so.*
%files
%defattr(-,root,root)
%doc NEWS AUTHORS COPYING README ChangeLog
%defattr(0755,root,root)
%{_bindir}/*
%dir %{_datadir}/proj
%defattr(0644,root,root)
%{_mandir}/man1/*.1*
%{_datadir}/proj/*
%files -n libproj-devel
%defattr(0644,root,root)
%{_mandir}/man3/*.3*
%{_includedir}/*.h
%{_libdir}/*.so
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |