commit vdr-plugin-streamdev for openSUSE:Factory
Hello community, here is the log from the commit of package vdr-plugin-streamdev for openSUSE:Factory checked in at 2014-05-02 14:03:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vdr-plugin-streamdev (Old) and /work/SRC/openSUSE:Factory/.vdr-plugin-streamdev.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "vdr-plugin-streamdev" Changes: -------- --- /work/SRC/openSUSE:Factory/vdr-plugin-streamdev/vdr-plugin-streamdev.changes 2011-09-23 12:49:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.vdr-plugin-streamdev.new/vdr-plugin-streamdev.changes 2014-05-02 14:03:50.000000000 +0200 @@ -2 +2 @@ -Thu May 20 13:17:05 UTC 2010 - lnussel@suse.de +Tue Apr 22 10:33:11 UTC 2014 - seife+obs@b1-systems.com @@ -4 +4,2 @@ -- change group to Hardware/TV +- patches which fix stuff: + makefile-realpath.patch @@ -7 +8 @@ -Thu Jun 4 09:55:17 CEST 2009 - lnussel@suse.de +Sun Mar 30 12:22:43 UTC 2014 - seife+obs@b1-systems.com @@ -9 +10 @@ -- split vdr-plugin-streamdev off vdr-plugins +- avoid build date in locale files @@ -10,0 +12,63 @@ +------------------------------------------------------------------- +Sat Mar 29 23:58:55 UTC 2014 - seife+obs@b1-systems.com + +- run spec-cleaner +- use PreReq vdr_prereq macro instead of vdrapi requires +- remove vdrapi from package version +- fix permissions of /etc/vdr/plugins + +------------------------------------------------------------------- +Sat Mar 29 17:31:21 UTC 2014 - seife+obs@b1-systems.com + +- use plain make instead of baroque vdr_plugin_* macros + +------------------------------------------------------------------- +Wed Dec 4 23:55:40 UTC 2013 - wittemar@googlemail.com + +- update to 0.6.1 + +------------------------------------------------------------------- +Mon Mar 11 22:47:29 UTC 2013 - wittemar@googlemail.com + +- update to 0.6.0 +- added patch for VDR 1.7.38 + +------------------------------------------------------------------- +Sun May 13 15:25:07 UTC 2012 - wittemar@googlemail.com + +- update to 0.5.2 + +------------------------------------------------------------------- +Sun Mar 11 14:19:13 UTC 2012 - wittemar@googlemail.com + +- update to current git + +------------------------------------------------------------------- +Sat Dec 10 12:13:05 UTC 2011 - wittemar@googlemail.com + +- update to current git + +------------------------------------------------------------------- +Sun Mar 13 22:30:50 UTC 2011 - wittemar@googlemail.com + +- update to 0.5.1 + +------------------------------------------------------------------- +Mon Jul 19 15:03:53 UTC 2010 - wittemar@googlemail.com + +- update to 0.5.0 + +------------------------------------------------------------------- +Fri Jun 18 23:39:01 UTC 2010 - wittemar@googlemail.com + +- update to 0.5.0-rc1 +- split in client- and server-package + +------------------------------------------------------------------- +Sat Oct 24 00:00:00 UTC 2009 - wittemar@googlemail.com + +- update to cvs20091024 + +------------------------------------------------------------------- +Sat May 23 00:00:00 UTC 2009 - wittemar@googlemail.com +- update to cvs20090523 Old: ---- streamdev-20080716080048.tar.bz2 streamdev-Makefile.diff New: ---- makefile-realpath.patch vdr-streamdev-0.6.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vdr-plugin-streamdev.spec ++++++ --- /var/tmp/diff_new_pack.QfCNPd/_old 2014-05-02 14:03:51.000000000 +0200 +++ /var/tmp/diff_new_pack.QfCNPd/_new 2014-05-02 14:03:51.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package vdr-plugin-streamdev (Version 0.0_CVS20080716080048) +# spec file for package vdr-plugin-streamdev # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,59 +15,73 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild -%define pluginversion 20080716080048 %define pluginname streamdev -%define pluginurl http://streamdev.vdr-developer.org/ -# -%define plugindir %pluginname-%pluginversion -%define plugintarball %pluginname-%pluginversion.tar.bz2 -# -%define pkgversion 0.0_CVS%pluginversion - -Name: vdr-plugin-streamdev -Version: %pkgversion -Release: 1 -Source: %plugintarball -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Summary: VDR %pluginname plugin -License: GPL-2.0+ +%define pluginversion 0.6.1 +Name: vdr-plugin-%{pluginname} +Version: %{pluginversion} +Release: 0 +Summary: The streamdev plugin adds streaming capabilities to your VDR +License: GPL-2.0 Group: Hardware/TV -BuildRequires: gcc-c++ vdr-devel -PreReq: vdr(abi) = %{vdr_apiversion} -Url: %pluginurl -Patch0: streamdev-Makefile.diff -# only needed for packages that used the old naming scheme -Obsoletes: vdr-%pluginname < %pkgversion -# used to be in vdr-plugins -Provides: vdr-plugins:/usr/share/doc/packages/vdr/plugins/%{pluginname} -Conflicts: vdr-plugins <= 0.5 +Url: http://streamdev.vdr-developer.org/ +Source0: vdr-%{pluginname}-%{pluginversion}.tar.bz2 +Patch0: makefile-realpath.patch +BuildRequires: gcc-c++ +BuildRequires: pkg-config +BuildRequires: vdr-devel +# FIXME: use proper Requires(pre/post/preun/...) +PreReq: %{vdr_prereq} +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description +The streamdev plugin adds streaming capabilities to your VDR. It comes in two flavours: VDR-to-VDR streaming using the proprietary VTP protocol and HTTP based streaming which is understood by a couple of software clients. + +%package client +Summary: The streamdev plugin adds streaming capabilities to your VDR +Group: Hardware/TV +PreReq: %{vdr_prereq} + +%description client +The streamdev plugin adds streaming capabilities to your VDR. It comes in two flavours: VDR-to-VDR streaming using the proprietary VTP protocol and HTTP based streaming which is understood by a couple of software clients. This package contains the client-plugin. + +%package server +Summary: The streamdev plugin adds streaming capabilities to your VDR +Group: Hardware/TV +PreReq: %{vdr_prereq} + +%description server +The streamdev plugin adds streaming capabilities to your VDR. It comes in two flavours: VDR-to-VDR streaming using the proprietary VTP protocol and HTTP based streaming which is understood by a couple of software clients. This package contains the server-plugin. -%vdrname %pluginname plugin %prep -%setup -q -n %plugindir -%patch0 -p1 -chmod 644 streamdev/externremux.sh +%setup -q -n %{pluginname}-%{pluginversion} +%patch0 -p 1 %build -%vdr_make +# use msgmerge wrapper +export PATH=%{_datadir}/vdr:$PATH +make %{?_smp_mflags} %install -%vdr_install_plugin %pluginname-client -%vdr_install_plugin %pluginname-server -%vdr_install_plugin_locale -# -%find_lang vdr-%pluginname +make DESTDIR=%{buildroot} install +%{vdr_find_locale_name -n vdr-streamdev-client} +%{vdr_find_locale_name -n vdr-streamdev-server} +mkdir -p %{buildroot}%{vdr_sysconfdir}/plugins/streamdev-server +install -c -m 644 streamdev-server/streamdevhosts.conf %{buildroot}%{_sysconfdir}/vdr/plugins/streamdev-server/streamdevhosts.conf -%clean -rm -rf "${RPM_BUILD_ROOT}" +%files client -f vdr-streamdev-client.files +%defattr(-,root,root) +%{_libdir}/vdr/libvdr-streamdev-client* +%{vdr_dirs} +%doc COPYING HISTORY README CONTRIBUTORS PROTOCOL -%files -f vdr-%pluginname.lang +%files server -f vdr-streamdev-server.files %defattr(-,root,root) -%doc COPYING PROTOCOL README HISTORY streamdev/streamdevhosts.conf streamdev/externremux.sh -%{vdr_libdir}/* +%{_libdir}/vdr/libvdr-streamdev-server* +%{vdr_dirs} +%attr(755,vdr,root) %dir %{vdr_sysconfdir}/plugins +%attr(755,vdr,root) %dir %{vdr_sysconfdir}/plugins/streamdev-server +%config %{_sysconfdir}/vdr/plugins/streamdev-server/streamdevhosts.conf +%doc COPYING HISTORY README CONTRIBUTORS PROTOCOL %changelog ++++++ makefile-realpath.patch ++++++ diff -Naur streamdev-0.6.1.orig/Makefile streamdev-0.6.1/Makefile --- streamdev-0.6.1.orig/Makefile 2013-05-04 12:05:47.000000000 +0200 +++ streamdev-0.6.1/Makefile 2013-12-05 01:34:10.931027335 +0100 @@ -37,8 +37,8 @@ -include $(PLGCFG) ### export all vars for sub-makes, using absolute paths -LIBDIR := $(shell cd $(LIBDIR) >/dev/null 2>&1 && pwd) -LOCDIR := $(shell cd $(LOCDIR) >/dev/null 2>&1 && pwd) +LIBDIR := $(shell realpath $(LIBDIR)) +LOCDIR := $(shell realpath $(LOCDIR)) export unexport PLUGIN -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de