Hello community, here is the log from the commit of package ogmtools for openSUSE:Factory checked in at 2017-11-20 17:04:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ogmtools (Old) and /work/SRC/openSUSE:Factory/.ogmtools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ogmtools" Mon Nov 20 17:04:45 2017 rev:17 rq:542092 version:1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ogmtools/ogmtools.changes 2011-12-06 13:52:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ogmtools.new/ogmtools.changes 2017-11-20 17:05:45.409000891 +0100 @@ -1,0 +2,7 @@ +Wed Nov 15 16:57:39 UTC 2017 - [email protected] + +- Clean up with spec-cleaner +- Install ogmcut as well - it is not finished but works in some + cases + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ogmtools.spec ++++++ --- /var/tmp/diff_new_pack.fjKNyy/_old 2017-11-20 17:05:49.656847098 +0100 +++ /var/tmp/diff_new_pack.fjKNyy/_new 2017-11-20 17:05:49.656847098 +0100 @@ -1,7 +1,7 @@ # # spec file for package ogmtools # -# 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,64 +15,51 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: ogmtools -BuildRequires: automake -BuildRequires: gcc-c++ -BuildRequires: libdvdread-devel -BuildRequires: libvorbis-devel -Summary: Tools for OGG Media Streams Version: 1.5 Release: 0 -Group: Productivity/Multimedia/Other +Summary: Tools for OGG Media Streams License: GPL-2.0+ +Group: Productivity/Multimedia/Other Url: http://www.bunkus.org/videotools/ogmtools/ Source: http://www.bunkus.org/videotools/ogmtools/%{name}-%{version}.tar.bz2 -Patch: %{name}-%{version}.diff -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Patch0: %{name}-%{version}.diff +BuildRequires: automake +BuildRequires: gcc-c++ +BuildRequires: libdvdread-devel +BuildRequires: libvorbis-devel %description These tools allow information about (ogminfo), extraction from (ogmdemux), creation of (ogmmerge), or the division of (ogmsplit) OGG media streams. OGM stands for OGG media streams. - - -Authors: --------- - Moritz Bunkus <[email protected]> - %prep %setup -q -%patch +%patch0 %build -autoreconf -fi -./configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \ - --prefix=/usr --mandir=%{_mandir} -make +autoreconf -fiv +%configure +make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT -# does not work yet -rm -f $RPM_BUILD_ROOT/usr/bin/ogmcat $RPM_BUILD_ROOT%{_mandir}/man1/ogmcat.1 - -%clean -rm -fr $RPM_BUILD_ROOT +%make_install %files -%defattr(-, root, root) %doc ChangeLog README -/usr/bin/dvdxchap -#/usr/bin/ogmcat -/usr/bin/ogmdemux -/usr/bin/ogminfo -/usr/bin/ogmmerge -/usr/bin/ogmsplit -%{_mandir}/man1/dvdxchap.1.gz -#%{_mandir}/man1/ogmcat.1.gz -%{_mandir}/man1/ogmdemux.1.gz -%{_mandir}/man1/ogminfo.1.gz -%{_mandir}/man1/ogmmerge.1.gz -%{_mandir}/man1/ogmsplit.1.gz +%{_bindir}/dvdxchap +%{_bindir}/ogmcat +%{_bindir}/ogmdemux +%{_bindir}/ogminfo +%{_bindir}/ogmmerge +%{_bindir}/ogmsplit +%{_mandir}/man1/dvdxchap.1%{ext_man} +%{_mandir}/man1/ogmcat.1%{ext_man} +%{_mandir}/man1/ogmdemux.1%{ext_man} +%{_mandir}/man1/ogminfo.1%{ext_man} +%{_mandir}/man1/ogmmerge.1%{ext_man} +%{_mandir}/man1/ogmsplit.1%{ext_man} %changelog
