Hello community,

here is the log from the commit of package libdc1394 for openSUSE:Factory 
checked in at 2015-03-25 21:04:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdc1394 (Old)
 and      /work/SRC/openSUSE:Factory/.libdc1394.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdc1394"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdc1394/libdc1394.changes      2014-11-13 
09:19:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libdc1394.new/libdc1394.changes 2015-03-25 
21:04:02.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Mar 21 07:49:15 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+- Use url for source
+
+-------------------------------------------------------------------

Old:
----
  libdc1394-2.2.3.tar.bz2

New:
----
  libdc1394-2.2.3.tar.gz

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

Other differences:
------------------
++++++ libdc1394.spec ++++++
--- /var/tmp/diff_new_pack.DPRutd/_old  2015-03-25 21:04:02.000000000 +0100
+++ /var/tmp/diff_new_pack.DPRutd/_new  2015-03-25 21:04:02.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdc1394
 #
-# 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
@@ -17,14 +17,28 @@
 
 
 Name:           libdc1394
+Version:        2.2.3
+Release:        0
+Summary:        1394-Based Digital Camera Control Library
+License:        LGPL-2.1+
+Group:          Hardware/Camera
+Url:            http://sourceforge.net/projects/libdc1394/
+Source0:        
http://sourceforge.net/projects/libdc1394/files/libdc1394-2/%{version}/%{name}-%{version}.tar.gz
+Source1:        %{name}-rpmlintrc
+Source2:        baselibs.conf
+Patch0:         libdc1394.no-x11.patch
+Patch1:         libdc1394.ac.patch
+Patch2:         libdc1394-swab_fix.patch
+Patch3:         libdc1394-v4l-2.6.38.patch
 BuildRequires:  autoconf
+BuildRequires:  libraw1394-devel
+BuildRequires:  libtool
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1110
 BuildRequires:  libSDL-devel
 %else
 BuildRequires:  SDL-devel
 %endif
-BuildRequires:  libraw1394-devel
-BuildRequires:  libtool
 %if 0%{?suse_version} > 1100
 # no IIDC-over-USB support for openSUSE 11.0
 BuildRequires:  libusb-1_0-devel
@@ -33,20 +47,6 @@
 %if 0%{?suse_version} >= 1210
 BuildRequires:  libv4l-devel >= 0.8.4
 %endif
-Version:        2.2.3
-Release:        0
-Summary:        1394-Based Digital Camera Control Library
-License:        LGPL-2.1+
-Group:          Hardware/Camera
-Url:            http://sourceforge.net/projects/libdc1394/
-Source0:        libdc1394-%{version}.tar.bz2
-Source1:        %{name}-rpmlintrc
-Source2:        baselibs.conf
-Patch0:         libdc1394.no-x11.patch
-Patch1:         libdc1394.ac.patch
-Patch2:         libdc1394-swab_fix.patch
-Patch3:         libdc1394-v4l-2.6.38.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This library provides functionality for controlling any camera that
@@ -88,15 +88,18 @@
 %build
 autoreconf --force --install
 export CFLAGS="%{optflags}"
-%{configure} --disable-static --with-pic --disable-xv
+%configure \
+       --disable-static \
+       --with-pic \
+       --disable-xv
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 rm -f %{buildroot}%{_bindir}/dc1394_vloopback 
%{buildroot}%{_mandir}/man1/dc1394_vloopback.1*
 rm -f %{buildroot}%{_mandir}/man1/dc1394_multiview.1*
 rm -f %{buildroot}%{_mandir}/man1/grab_*_image.1*
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post 22 -p /sbin/ldconfig
 

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

Reply via email to