Hello community,

here is the log from the commit of package libvirt-cim for openSUSE:Factory 
checked in at 2014-10-15 21:59:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvirt-cim (Old)
 and      /work/SRC/openSUSE:Factory/.libvirt-cim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvirt-cim"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvirt-cim/libvirt-cim.changes  2014-09-06 
12:18:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-cim.new/libvirt-cim.changes     
2014-10-15 21:59:05.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 15 07:20:04 UTC 2014 - [email protected]
+
+- Enable parallel build and remove ancient specfile tags and sections
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libvirt-cim.spec ++++++
--- /var/tmp/diff_new_pack.0heLrH/_old  2014-10-15 21:59:06.000000000 +0200
+++ /var/tmp/diff_new_pack.0heLrH/_new  2014-10-15 21:59:06.000000000 +0200
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 %if 0%{?suse_version} > 1140 || 0%{?fedora_version} > 14
 %define has_systemd 1
 %else
@@ -24,6 +22,19 @@
 %endif
 
 Name:           libvirt-cim
+
+Url:            http://libvirt.org/CIM/
+License:        LGPL-2.1+
+Group:          System/Management
+Version:        0.6.3
+Release:        0
+Summary:        CMPI-based CIM provider implementing DMTF SVPC model
+Source:         %{name}-%{version}.tar.bz2
+Source1:        libvirt-cim-rpmlintrc
+Source2:        README.SUSE
+Patch0:         provider-reg.patch
+Patch1:         automake.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
 BuildRequires:  autoconf
 BuildRequires:  e2fsprogs-devel
@@ -40,20 +51,6 @@
 BuildRequires:  systemd
 %{?systemd_requires}
 %endif
-
-Url:            http://libvirt.org/CIM/
-License:        LGPL-2.1+
-Group:          System/Management
-AutoReqProv:    yes
-Version:        0.6.3
-Release:        0
-Summary:        CMPI-based CIM provider implementing DMTF SVPC model
-Source:         %{name}-%{version}.tar.bz2
-Source1:        libvirt-cim-rpmlintrc
-Source2:        README.SUSE
-Patch0:         provider-reg.patch
-Patch1:         automake.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # the %pre/%post scripts are sfcb specific currently
 Requires:       sblim-sfcb
 Requires:       libxml2 >= 2.6.0
@@ -95,13 +92,12 @@
 
 %build
 autoreconf -i -f
-export CFLAGS="$RPM_OPT_FLAGS"
 %configure --disable-werror --disable-static
-make DOCS_DIR=%{_docdir}/%{name} HTML_DIR=%{_docdir}/%{name}
+make %{?_smp_mflags} DOCS_DIR=%{_docdir}/%{name} HTML_DIR=%{_docdir}/%{name}
 
 %install
 %if 0%{?suse_version}
-%makeinstall DOCS_DIR=%{_docdir}/%{name} HTML_DIR=%{_docdir}/%{name}
+%make_install DOCS_DIR=%{_docdir}/%{name} HTML_DIR=%{_docdir}/%{name}
 %else
 make install DESTDIR=$RPM_BUILD_ROOT DOCS_DIR=%{_docdir}/%{name}-%{version} 
HTML_DIR=%{_docdir}/%{name}-%{version}
 %endif
@@ -117,11 +113,8 @@
 
 install -m 644 %{S:2} $RPM_BUILD_ROOT%{_docdir}/%{name}
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-# do nothing if not an upgrade, otherwise deregister current providers
-
 %pre
+# do nothing if not an upgrade, otherwise deregister current providers
 [ $1 -eq 1 ] && exit 0
 %{_datadir}/%{name}/provider-register.sh -d -t sfcb \
        -n root/virt \

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to