Hello community,

here is the log from the commit of package libdv for openSUSE:Factory checked 
in at 2015-03-16 06:56:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdv (Old)
 and      /work/SRC/openSUSE:Factory/.libdv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdv"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdv/libdv.changes      2015-01-30 
11:00:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libdv.new/libdv.changes 2015-03-16 
06:56:19.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Mar  6 17:30:12 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+- User url for source
+
+-------------------------------------------------------------------

Old:
----
  libdv-1.0.0.tar.bz2

New:
----
  libdv-1.0.0.tar.gz

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

Other differences:
------------------
++++++ libdv.spec ++++++
--- /var/tmp/diff_new_pack.7B9mqF/_old  2015-03-16 06:56:20.000000000 +0100
+++ /var/tmp/diff_new_pack.7B9mqF/_new  2015-03-16 06:56:20.000000000 +0100
@@ -17,30 +17,14 @@
 
 
 Name:           libdv
-BuildRequires:  SDL-devel
-BuildRequires:  gtk2-devel
-BuildRequires:  libXv-devel
-BuildRequires:  libtool
-BuildRequires:  popt-devel
-BuildRequires:  xorg-x11-libX11-devel
-BuildRequires:  xorg-x11-libXext-devel
-%if 0%{?suse_version} >= 1210
-BuildRequires:  libv4l-devel >= 0.8.4
-%endif
-Url:            http://libdv.sourceforge.net/
-# bug437293
-%ifarch ppc64
-Obsoletes:      libdv-64bit
-%endif
-#
 Version:        1.0.0
 Release:        0
 Summary:        The Quasar DV Codec
 License:        GPL-2.0+
 Group:          Development/Libraries/Other
-Source:         %name-%version.tar.bz2
+Url:            http://libdv.sourceforge.net/
+Source:         
http://sourceforge.net/projects/libdv/files/libdv/%{version}/%{name}-%{version}.tar.gz
 Source2:        baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # PATCH-FIX-UPSTREAM libdv-gtk2.patch [email protected] -- Patch from debian, 
to use GTK+ 2.x
 Patch1:         libdv-gtk2.patch
 Patch2:         libdv.omit-excessive-warnings.patch
@@ -51,6 +35,22 @@
 Patch7:         libdv-fix-no-add-needed.patch
 Patch8:         libdv-endian.patch
 Patch9:         libdv-visibility.patch
+BuildRequires:  SDL-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  libXv-devel
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  popt-devel
+BuildRequires:  xorg-x11-libX11-devel
+BuildRequires:  xorg-x11-libXext-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} >= 1210
+BuildRequires:  libv4l-devel >= 0.8.4
+%endif
+# bug437293
+%ifarch ppc64
+Obsoletes:      libdv-64bit
+%endif
 
 %description
 The Quasar DV codec (libdv) is a software codec for DV video, the
@@ -62,13 +62,6 @@
 There are two sample applications included with libdv: playdv and
 encode.
 
-
-
-Authors:
---------
-    Erik Walthinsen <[email protected]>
-    Charles 'Buck' Krasic <[email protected]>
-
 %package -n libdv4
 Summary:        The Quasar DV Codec
 Group:          Development/Libraries/Other
@@ -88,17 +81,9 @@
 There are two sample applications included with libdv: playdv and
 encode.
 
-
-
-Authors:
---------
-    Erik Walthinsen <[email protected]>
-    Charles 'Buck' Krasic <[email protected]>
-
 %package devel
 Summary:        The Quasar DV codec
 Group:          Development/Libraries/Other
-Requires:       glibc-devel
 Requires:       libdv4 = %{version}
 # bug437293
 %ifarch ppc64
@@ -116,13 +101,6 @@
 There are two sample applications included with libdv: playdv and
 encode.
 
-
-
-Authors:
---------
-    Erik Walthinsen <[email protected]>
-    Charles 'Buck' Krasic <[email protected]>
-
 %prep
 %setup -q
 %patch1 -p1
@@ -136,19 +114,20 @@
 %patch7
 %patch8 -p1
 %patch9 -p1
+
 %build
 mkdir m4
 autoreconf -fiv
 CFLAGS="${RPM_OPT_FLAGS/O2/O3} -fomit-frame-pointer -fPIC -DPIC" \
-%configure --disable-static --with-pic --enable-sdl
-make %{?jobs:-j%jobs}
+%configure \
+       --disable-static \
+       --with-pic \
+       --enable-sdl
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-%{__rm} -f %{buildroot}%{_libdir}/*.la
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libdv4 -p /sbin/ldconfig
 

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

Reply via email to