Hello community,

here is the log from the commit of package avogadro for openSUSE:Factory 
checked in at 2012-02-20 16:07:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/avogadro (Old)
 and      /work/SRC/openSUSE:Factory/.avogadro.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "avogadro", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/avogadro/avogadro.changes        2011-09-23 
01:52:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.avogadro.new/avogadro.changes   2012-02-20 
16:07:10.000000000 +0100
@@ -1,0 +2,16 @@
+Wed Feb 15 20:25:53 UTC 2012 - [email protected]
+
+- fix Copyright header in specfile and license (spdx format)
+
+-------------------------------------------------------------------
+Tue Nov 29 10:57:01 CET 2011 - [email protected]
+
+- use _lib macro to determine lib suffix
+
+-------------------------------------------------------------------
+Sat Sep 17 13:54:22 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+- Implement baselibs for package
+
+-------------------------------------------------------------------

New:
----
  baselibs.conf

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ avogadro.spec ++++++
--- /var/tmp/diff_new_pack.sPEFRp/_old  2012-02-20 16:07:11.000000000 +0100
+++ /var/tmp/diff_new_pack.sPEFRp/_new  2012-02-20 16:07:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package avogadro
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -19,13 +19,14 @@
 
 Name:           avogadro
 Version:        1.0.3
-Release:        3
-License:        GPLv2
+Release:        0
 Summary:        A Molecular design tool
-Url:            http://avogadro.sourceforge.net/wiki/Main_Page
+License:        GPL-2.0
 Group:          Productivity/Editors/Other
+Url:            http://avogadro.sourceforge.net/wiki/Main_Page
 Source0:        
http://mesh.dl.sourceforge.net/sourceforge/avogadro/%{name}-%{version}.tar.bz2
 Source1:        %{name}.png
+Source2:        baselibs.conf
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  docbook-utils
@@ -57,10 +58,10 @@
 a powerful plugin architecture.
 
 %package -n libavogadro1
-License:        GPLv2
+License:        GPL-2.0
 Summary:        A Molecular design tool
 Group:          Development/Libraries/C and C++
-Provides:       libavogadro
+Provides:       libavogadro = %{version}-%{release}
 
 %description -n libavogadro1
 This package contains the shared libraries for Avogadro.
@@ -72,7 +73,7 @@
 a powerful plugin architecture.
 
 %package devel
-License:        GPLv2
+License:        GPL-2.0
 Summary:        Development files for Avogadro
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
@@ -90,7 +91,7 @@
 export SUSE_ASNEEDED=0
 cmake  -DCMAKE_INSTALL_PREFIX=%{_prefix} \
        -DENABLE_GLSL=ON \
-%ifarch x86_64
+%if "%{_lib}" == "lib64"
         -DLIB_SUFFIX=64 \
 %endif
         -DENABLE_RPATH=OFF \
@@ -124,7 +125,7 @@
 
 # icon
 install -D -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png
-%ifarch x86_64
+%if "%{_lib}" == "lib64"
        mkdir -p %{buildroot}%{python_sitelib}
        find %{buildroot} -name 'Avogadro.so' | xargs mv -t 
%{buildroot}%{python_sitelib}/
        find %{buildroot}%{_lib} -name "python*" |xargs rm -rf
@@ -136,9 +137,6 @@
 
 %postun -n libavogadro1 -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING


++++++ baselibs.conf ++++++
libavogadro1
avogadro-devel
        requires -avogadro-<targettype>
        requires "libavogadro1-<targettype> = <version>"
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to