Hello community, here is the log from the commit of package sblim-cmpi-params for openSUSE:Factory checked in at 2012-02-21 12:25:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-params (Old) and /work/SRC/openSUSE:Factory/.sblim-cmpi-params.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sblim-cmpi-params", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/sblim-cmpi-params/sblim-cmpi-params.changes 2011-09-23 12:45:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sblim-cmpi-params.new/sblim-cmpi-params.changes 2012-02-21 12:25:14.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Feb 13 10:55:36 UTC 2012 - [email protected] + +- patch license to follow spdx.org standard + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sblim-cmpi-params.spec ++++++ --- /var/tmp/diff_new_pack.UNdpCK/_old 2012-02-21 12:25:15.000000000 +0100 +++ /var/tmp/diff_new_pack.UNdpCK/_new 2012-02-21 12:25:15.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package sblim-cmpi-params (Version 1.3.0) +# spec file for package sblim-cmpi-params # -# Copyright (c) 2010 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 @@ -15,18 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: sblim-cmpi-params Url: http://sblim.wiki.sourceforge.net/ -BuildRequires: gcc-c++ openslp-devel openssl-devel pam-devel sblim-cmpi-base-devel sblim-indication_helper-devel sblim-sfcb sblim-testsuite +BuildRequires: gcc-c++ +BuildRequires: openssl-devel +BuildRequires: pam-devel +BuildRequires: sblim-cmpi-base-devel +BuildRequires: sblim-indication_helper-devel +BuildRequires: sblim-sfcb +BuildRequires: sblim-testsuite +%if 0%{?suse_version} +BuildRequires: openslp-devel +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: SBLIM Linux Kernel Parameter Instrumentation for CMPI -Version: 1.3.0 -Release: 1 +License: EPL-1.0 Group: System/Management -License: Eclipse Public License 1.0 +Version: 1.3.0 +Release: 0 Requires: sblim-cmpi-base >= 1.2.3, cim-server Source0: http://prdownloads.sourceforge.net/sblim/sblim-cmpi-params-%{version}.tar.bz2 #!BuildIgnore: tog-pegasus @@ -58,7 +65,11 @@ %{__make} %install +%if 0%{?suse_version} %makeinstall docdir=%{_docdir}/%{name} +%else +make install DESTDIR=%{buildroot} docdir=%{_docdir}/%{name}-%{version} +%endif rm %buildroot%_libdir/cmpi/*.la %clean @@ -85,6 +96,10 @@ %{_libdir}/cmpi/*.so %{_datadir}/sblim-testsuite/* %{_datadir}/%{name} +%if 0%{?suse_version} %doc %{_docdir}/%{name} +%else +%doc %{_docdir}/%{name}-%{version} +%endif %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
