Hello community, here is the log from the commit of package sblim-cmpi-fsvol for openSUSE:Factory checked in at 2012-02-21 12:24:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-fsvol (Old) and /work/SRC/openSUSE:Factory/.sblim-cmpi-fsvol.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sblim-cmpi-fsvol", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/sblim-cmpi-fsvol/sblim-cmpi-fsvol.changes 2011-09-23 12:45:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sblim-cmpi-fsvol.new/sblim-cmpi-fsvol.changes 2012-02-21 12:25:03.000000000 +0100 @@ -1,0 +2,10 @@ +Mon Feb 13 10:55:26 UTC 2012 - [email protected] + +- patch license to follow spdx.org standard + +------------------------------------------------------------------- +Mon Sep 13 18:58:19 UTC 2010 - [email protected] + +- Fix RHEL build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sblim-cmpi-fsvol.spec ++++++ --- /var/tmp/diff_new_pack.O7hDjQ/_old 2012-02-21 12:25:05.000000000 +0100 +++ /var/tmp/diff_new_pack.O7hDjQ/_new 2012-02-21 12:25:05.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package sblim-cmpi-fsvol (Version 1.5.0) +# spec file for package sblim-cmpi-fsvol # -# 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,20 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: sblim-cmpi-fsvol -BuildRequires: gcc-c++ sblim-cmpi-base-devel sblim-cmpi-devel sblim-indication_helper-devel sblim-sfcb sblim-testsuite +BuildRequires: gcc-c++ +BuildRequires: sblim-cmpi-base-devel +BuildRequires: sblim-cmpi-devel +BuildRequires: sblim-indication_helper-devel +BuildRequires: sblim-sfcb +BuildRequires: sblim-testsuite Version: 1.5.0 -Release: 2 -Group: System/Management -License: Eclipse Public License +Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: sblim-cmpi-base, cim-server Url: http://sblim.wiki.sourceforge.net/ Source: http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2 Summary: SBLIM File System & Volume Mgmt. Instrumentation for CMPI +License: EPL-1.0 +Group: System/Management #!BuildIgnore: tog-pegasus %description @@ -41,7 +44,6 @@ SBLIM Project %package devel -License: Eclipse Public License Summary: SBLIM File System & Volume Mgmt. Instrumentation Header Development Files Group: Development/Libraries/C and C++ Requires: %{name} = %{version} @@ -54,7 +56,6 @@ SBLIM Project %package testsuite -License: Eclipse Public License 1.0 Summary: SBLIM File System & Volume Mgmt. Instrumentation (test suite) Group: System/Management Requires: %{name} = %{version} @@ -76,7 +77,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 #rm %buildroot%_libdir/*.la @@ -117,7 +122,11 @@ %{_libdir}/cmpi/*.la %{_libdir}/*.la %{_libdir}/*.so.* +%if 0%{?suse_version} %doc %{_docdir}/%{name} +%else +%doc %{_docdir}/%{name}-%{version} +%endif %dir %{_datadir}/%{name}/ %{_datadir}/%{name}/ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
