Hello community, here is the log from the commit of package dvbstream for openSUSE:Factory checked in at 2017-07-06 00:04:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dvbstream (Old) and /work/SRC/openSUSE:Factory/.dvbstream.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dvbstream" Thu Jul 6 00:04:01 2017 rev:18 rq:508135 version:0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/dvbstream/dvbstream.changes 2011-09-23 01:55:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dvbstream.new/dvbstream.changes 2017-07-06 00:04:02.992801722 +0200 @@ -1,0 +2,10 @@ +Tue Jul 4 12:53:40 UTC 2017 - [email protected] + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Jul 4 12:17:27 UTC 2017 - [email protected] + +- Removed BuildRequires dvb, builds just fine without it. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dvbstream.spec ++++++ --- /var/tmp/diff_new_pack.kJtAsN/_old 2017-07-06 00:04:03.532725659 +0200 +++ /var/tmp/diff_new_pack.kJtAsN/_new 2017-07-06 00:04:03.532725659 +0200 @@ -1,7 +1,7 @@ # # spec file for package dvbstream # -# 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 @@ -16,20 +16,16 @@ # - Name: dvbstream -BuildRequires: dvb -Url: http://www.linuxstb.org/dvbstream/index.shtml -License: GPL-2.0+ -Group: Productivity/Networking/Other -#Requires: xforms Version: 0.6 -Release: 139 +Release: 0 Summary: Broadcasts a DVB Stream over the Network -Source: %name-cvs.tar.bz2 -Patch: %name-use-rpmopts -Patch1: %name-include.dif -BuildRoot: %{_tmppath}/%{name}-%{version}-build +License: GPL-2.0+ +Group: Productivity/Networking/Other +Url: http://www.linuxstb.org/dvbstream/index.shtml +Source: %{name}-cvs.tar.bz2 +Patch0: %{name}-use-rpmopts +Patch1: %{name}-include.dif %description dvbstream can broadcast either a (subset of a) DVB transport stream or @@ -39,9 +35,9 @@ DVB cards without a hardware MPEG decoder. %prep -%setup -n dvbstream-cvs +%setup -q -n dvbstream-cvs rm -rf TELNET/CVS -%patch +%patch0 %patch1 -p1 %build @@ -49,15 +45,14 @@ %install bins="dvbstream dumprtp rtpfeed ts_filter" -mkdir -p $RPM_BUILD_ROOT/usr/bin -install -m 755 $bins $RPM_BUILD_ROOT/usr/bin +mkdir -p %{buildroot}%{_prefix}/bin +install -m 755 $bins %{buildroot}%{_prefix}/bin %files -%defattr(-,root,root) %doc *.sh TELNET COPYING CHANGES README -/usr/bin/dvbstream -/usr/bin/dumprtp -/usr/bin/rtpfeed -/usr/bin/ts_filter +%{_bindir}/dvbstream +%{_bindir}/dumprtp +%{_bindir}/rtpfeed +%{_bindir}/ts_filter %changelog
