Hello community,

here is the log from the commit of package libraw1394 for openSUSE:Factory 
checked in at 2015-03-25 09:54:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libraw1394 (Old)
 and      /work/SRC/openSUSE:Factory/.libraw1394.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libraw1394"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libraw1394/libraw1394.changes    2014-09-18 
07:12:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libraw1394.new/libraw1394.changes       
2015-03-25 09:54:34.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Mar 21 07:56:45 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Remove obsolete ppc provides/obsoletes
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libraw1394.spec ++++++
--- /var/tmp/diff_new_pack.EP8T4S/_old  2015-03-25 09:54:34.000000000 +0100
+++ /var/tmp/diff_new_pack.EP8T4S/_new  2015-03-25 09:54:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libraw1394
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,19 +23,14 @@
 License:        LGPL-2.1+
 Group:          System/Kernel
 Url:            http://www.dennedy.org/libraw1394/
-# bug437293
-%ifarch ppc64
-Obsoletes:      libraw1394-64bit
-%endif
-#
-BuildRequires:  libtool
-BuildRequires:  openjade-devel
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        
http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
 Patch0:         libraw1394.no-isodump.patch
 Patch1:         libraw1394-exports.patch
+BuildRequires:  libtool
+BuildRequires:  openjade-devel
+BuildRequires:  pkg-config
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Linux kernel's IEEE 1394 subsystem provides access to the raw 1394
@@ -70,11 +65,6 @@
 %package 11
 Summary:        A Firewire Interface
 Group:          System/Kernel
-# bug437293
-%ifarch ppc64
-Obsoletes:      libraw1394-64bit
-%endif
-#
 
 %description 11
 A library for the Linux IEEE-1394 subsystem, which provides direct
@@ -86,11 +76,6 @@
 Summary(pt_BR): Arquivos de desenvolvimento e cabeƧalhos para o libraw1394
 Requires:       %{name}-11 == %{version}
 Requires:       glibc-devel
-# bug437293
-%ifarch ppc64
-Obsoletes:      libraw1394-devel-64bit
-%endif
-#
 
 %description devel
 Libraw1394 is the only supported interface to the kernel side raw1394
@@ -105,19 +90,19 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+
 %build
 autoreconf --force --install
-%configure --disable-static --with-pic
-%{__make} %{?jobs:-j%jobs} all
+%configure \
+       --disable-static \
+       --with-pic
+make %{?_smp_mflags} all
 
 %install
-%{__make} install DESTDIR=%{buildroot}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 # empty dependency libs
 rm -f %{buildroot}%{_libdir}/libraw1394.la
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post 11 -p /sbin/ldconfig
 
 %postun 11 -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to