Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
b244e41e7e dist-git conversion 2010-07-29 14:56:04 +00:00
Felix Kaechele
4be3e374bf - added missing BuildReq: gettext 2010-01-02 17:33:54 +00:00
Bill Nottingham
d9542e3249 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:12:53 +00:00
Jesse Keating
ca684636ad Initialize branch F-11 for vdr-streamdev 2009-04-15 05:29:00 +00:00
6 changed files with 24 additions and 30 deletions

View file

@ -1 +0,0 @@
vdr-streamdev-0.3.4.tgz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
vdr-streamdev-0.5.0-pre-20090706.tgz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: vdr-streamdev
# $Id$
NAME := vdr-streamdev
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +0,0 @@
vdr-streamdev-0_3_4-2_fc9:HEAD:vdr-streamdev-0.3.4-2.fc9.src.rpm:1221203534

View file

@ -1 +1 @@
dcbe6cb0974a5ff43a1b9bb22086ec64 vdr-streamdev-0.3.4.tgz
4675d8cd204defad941c65b020bfb04a vdr-streamdev-0.5.0-pre-20090706.tgz

View file

@ -1,23 +1,25 @@
%define pname streamdev
%define prever 20090706
%define plugindir %(vdr-config --plugindir 2>/dev/null || echo ERROR)
%define apiver %(vdr-config --apiversion 2>/dev/null || echo ERROR)
%define configdir %(vdr-config --configdir 2>/dev/null || echo ERROR)
Name: vdr-%{pname}
Version: 0.3.4
Release: 3%{?dist}
Version: 0.5.0
Release: 0.2.pre%{prever}%{?dist}
Summary: Streaming plugin for VDR
Group: Applications/Multimedia
License: GPL+ and GPLv2+
URL: http://streamdev.vdr-developer.org
Source0: http://streamdev.vdr-developer.org/releases/vdr-streamdev-%{version}.tgz
Source0: http://streamdev.vdr-developer.org/releases/vdr-streamdev-%{version}%{?prever:-pre-%{prever}}.tgz
# Configuration files for plugin parameters. These are Fedora specific and not in upstream.
Source1: %{name}-server.conf
Source2: %{name}-client.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: vdr-devel >= 1.3.47
BuildRequires: gettext
%description
The streamdev plugin adds streaming capabilities to your VDR.
@ -41,10 +43,16 @@ Lets your VDR in conjunction with a streamdev-server act as a streaming client.
VDR will then be able to work even without a DVB device.
%prep
%setup -q -n %{pname}-%{version}
%setup -q -n %{pname}-%{version}%{?prever:-pre-%{prever}}
for f in CONTRIBUTORS HISTORY; do
iconv -f iso8859-1 -t utf-8 $f >$f.conv
touch -r $f $f.conv
mv $f.conv $f
done
%build
make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr all
make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr LOCALEDIR=$RPM_BUILD_ROOT%{_libdir}/vdr/locale all
%install
rm -rf $RPM_BUILD_ROOT
@ -52,7 +60,8 @@ install -dm 755 $RPM_BUILD_ROOT%{plugindir}
install -dm 755 $RPM_BUILD_ROOT%{configdir}/plugins
install -pm 755 libvdr-%{pname}-server.so.%{apiver} $RPM_BUILD_ROOT%{plugindir}
install -pm 755 libvdr-%{pname}-client.so.%{apiver} $RPM_BUILD_ROOT%{plugindir}
install -Dpm 644 streamdevhosts.conf.example $RPM_BUILD_ROOT%{configdir}/plugins/streamdevhosts.conf
install -Dpm 644 streamdev/streamdevhosts.conf $RPM_BUILD_ROOT%{configdir}/plugins/streamdevhosts.conf
install -Dpm 755 streamdev/externremux.sh $RPM_BUILD_ROOT%{_libdir}/vdr/bin/externremux.sh
install -Dpm 644 %{SOURCE1} \
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}-server.conf
install -Dpm 644 %{SOURCE2} \
@ -64,6 +73,7 @@ rm -rf $RPM_BUILD_ROOT
%files server
%defattr(-,root,root,-)
%{plugindir}/libvdr-%{pname}-server.so.%{apiver}
%{_libdir}/vdr/bin/externremux.sh
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}-server.conf
%config(noreplace) %{configdir}/plugins/streamdevhosts.conf
%doc CONTRIBUTORS COPYING HISTORY PROTOCOL README
@ -75,6 +85,12 @@ rm -rf $RPM_BUILD_ROOT
%doc CONTRIBUTORS COPYING HISTORY PROTOCOL README
%changelog
* Sat Jan 02 2010 Felix Kaechele <heffer@fedoraproject.org> - 0.5.0-0.2.pre20090706
- added missing BuildReq: gettext
* Fri Dec 18 2009 Felix Kaechele <heffer@fedoraproject.org> - 0.5.0-0.1.pre20090706
- update to latest version
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild