Hello community, here is the log from the commit of package smilutils for openSUSE:Factory checked in at 2017-11-20 17:05:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/smilutils (Old) and /work/SRC/openSUSE:Factory/.smilutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "smilutils" Mon Nov 20 17:05:01 2017 rev:23 rq:542903 version:0.3.2+cvs20070731 Changes: -------- --- /work/SRC/openSUSE:Factory/smilutils/smilutils.changes 2011-11-24 11:37:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.smilutils.new/smilutils.changes 2017-11-20 17:06:18.707795318 +0100 @@ -1,0 +2,6 @@ +Sun Nov 19 08:10:55 UTC 2017 - [email protected] + +- Clean up spec file with spec-cleaner +- Use pkgconfig() style of dependencies + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smilutils.spec ++++++ --- /var/tmp/diff_new_pack.9l2VA2/_old 2017-11-20 17:06:19.567764183 +0100 +++ /var/tmp/diff_new_pack.9l2VA2/_new 2017-11-20 17:06:19.571764038 +0100 @@ -1,7 +1,7 @@ # # spec file for package smilutils # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -15,26 +15,31 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: smilutils -BuildRequires: SDL-devel gcc-c++ gtk2-devel libdv-devel libquicktime-devel libtool libxml2-devel -Summary: Tools for converting and editing digital video (DV) data Version: 0.3.2+cvs20070731 -Release: 1 +Release: 0 +Summary: Tools for converting and editing digital video (DV) data License: GPL-2.0+ Group: Productivity/Multimedia/Video/Editors and Convertors -AutoReqProv: on +Url: http://www.kinodv.org/article/view/70/1/7 Source0: %{name}-%{version}.tar.bz2 Patch0: abuild.diff # PATCH-FIX-UPSTREAM smilutils-gcc4.3.patch [email protected] -- Taken from Debian and Mandriva, fix build with gcc 4.3 Patch1: smilutils-gcc4.3.patch # PATCH-FIX-UPSTREAM smilutils-gcc4.4.patch [email protected] -- Taken from Mandriva, fix build with gcc 4.4 Patch2: smilutils-gcc4.4.patch -Url: http://www.kinodv.org/article/view/70/1/7 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Provides: image2raw ppm2raw ppmeffectv ppmfilter raw2dv raw2image raw2webcam raw2yuv rawmultiply rawplay smil2raw smil2wav smil2yuv tga2raw xwd2raw +BuildRequires: SDL-devel +BuildRequires: gcc-c++ +BuildRequires: libpng-devel +BuildRequires: libtool +BuildRequires: pkgconfig +BuildRequires: pkgconfig(gtk+-2.0) +BuildRequires: pkgconfig(ice) +BuildRequires: pkgconfig(libdv) +BuildRequires: pkgconfig(libquicktime) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(x11) %description These tools can be used to convert DV to image streams, avi or mov @@ -44,12 +49,6 @@ More details can be found using "man smilutils" and at: http://users.pandora.be/acp/kino/smilutils.html - - -Authors: --------- - Charles Yates <[email protected]> - %prep %setup -q -n %{name} %patch0 -p1 @@ -57,24 +56,47 @@ %patch2 -p1 %build -./autogen.sh -###export CXXFLAGS="$RPM_OPT_FLAGS -fpermissive" -%configure --disable-static --with-pic -make %{?jobs:-j%jobs} +autoreconf -fiv +%configure \ + --disable-static +make %{?_smp_mflags} %install -%makeinstall -# Think about removing '.la' files, it said. Thought about it. Did it. -find $RPM_BUILD_ROOT/%{_libdir} -name \*.la | xargs rm -fv - -%clean -rm -rf %buildroot +%make_install +find %{buildroot} -type f -name "*.la" -delete -print %files -%defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog NEWS README -%_bindir/* -%_libdir/kino -%_mandir/man1/* +%doc AUTHORS COPYING ChangeLog README +%{_bindir}/image2raw +%{_bindir}/ppm2raw +%{_bindir}/ppm2webcam +%{_bindir}/ppmeffectv +%{_bindir}/ppmfilter +%{_bindir}/raw2dv +%{_bindir}/raw2image +%{_bindir}/raw2webcam +%{_bindir}/raw2yuv +%{_bindir}/rawmultiply +%{_bindir}/rawplay +%{_bindir}/smil2raw +%{_bindir}/smil2wav +%{_bindir}/smil2yuv +%{_bindir}/tga2raw +%{_bindir}/xwd2raw +%{_libdir}/kino +%{_mandir}/man1/image2raw.1%{ext_man} +%{_mandir}/man1/ppm2raw.1%{ext_man} +%{_mandir}/man1/ppm2webcam.1%{ext_man} +%{_mandir}/man1/raw2dv.1%{ext_man} +%{_mandir}/man1/raw2image.1%{ext_man} +%{_mandir}/man1/raw2webcam.1%{ext_man} +%{_mandir}/man1/raw2yuv.1%{ext_man} +%{_mandir}/man1/rawmultiply.1%{ext_man} +%{_mandir}/man1/rawplay.1%{ext_man} +%{_mandir}/man1/smil2raw.1%{ext_man} +%{_mandir}/man1/smil2wav.1%{ext_man} +%{_mandir}/man1/smil2yuv.1%{ext_man} +%{_mandir}/man1/smilutils.1%{ext_man} +%{_mandir}/man1/xwd2raw.1%{ext_man} %changelog
