rpms/vdr-streamdev/F-13 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 vdr-streamdev.spec, 1.5, 1.6

Felix Kaechele heffer at fedoraproject.org
Sun Jul 25 09:03:27 UTC 2010


Author: heffer

Update of /cvs/pkgs/rpms/vdr-streamdev/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16604

Modified Files:
	.cvsignore sources vdr-streamdev.spec 
Log Message:
* Sun Jul 25 2010 Felix Kaechele <heffer at fedoraproject.org> - 0.5.0-1
- update to final 0.5.0 release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vdr-streamdev/F-13/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	2 Jan 2010 17:00:11 -0000	1.3
+++ .cvsignore	25 Jul 2010 09:03:26 -0000	1.4
@@ -1 +1 @@
-vdr-streamdev-0.5.0-pre-20090706.tgz
+vdr-streamdev-0.5.0.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vdr-streamdev/F-13/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	2 Jan 2010 17:00:11 -0000	1.3
+++ sources	25 Jul 2010 09:03:26 -0000	1.4
@@ -1 +1 @@
-4675d8cd204defad941c65b020bfb04a  vdr-streamdev-0.5.0-pre-20090706.tgz
+2dd785198e3ed25515c347fcd5261a21  vdr-streamdev-0.5.0.tgz


Index: vdr-streamdev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vdr-streamdev/F-13/vdr-streamdev.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- vdr-streamdev.spec	2 Jan 2010 17:25:41 -0000	1.5
+++ vdr-streamdev.spec	25 Jul 2010 09:03:26 -0000	1.6
@@ -1,13 +1,13 @@
 %define pname     streamdev
-%define prever    20090706
+#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.5.0
-Release:        0.2.pre%{prever}%{?dist}
-Summary:        Streaming plugin for VDR
+Release:        1%{?dist}
+Summary:        Streaming plug-in for VDR
 
 Group:          Applications/Multimedia
 License:        GPL+ and GPLv2+
@@ -18,14 +18,14 @@ Source1:        %{name}-server.conf
 Source2:        %{name}-client.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  vdr-devel >= 1.3.47
+BuildRequires:  vdr-devel >= 1.5.9
 BuildRequires:  gettext
 
 %description
-The streamdev plugin adds streaming capabilities to your VDR.
+The streamdev plug-in adds streaming capabilities to your VDR.
 
 %package server
-Summary:        Streaming server plugin for VDR
+Summary:        Streaming server plug-in for VDR
 Group:          Applications/Multimedia
 Requires:       vdr(abi) = %{apiver}
 
@@ -34,7 +34,7 @@ Lets your VDR act as a streaming server 
 This will let you watch TV or Recordings across the network.
 
 %package client
-Summary:        Streaming client plugin for VDR
+Summary:        Streaming client plug-in for VDR
 Group:          Applications/Multimedia
 Requires:       vdr(abi) = %{apiver}
 
@@ -45,6 +45,8 @@ VDR will then be able to work even witho
 %prep
 %setup -q -n %{pname}-%{version}%{?prever:-pre-%{prever}}
 
+sed -i 's@$(VDRDIR)/device.h@%{_includedir}/vdr/device.h@' Makefile
+
 for f in CONTRIBUTORS HISTORY; do
   iconv -f iso8859-1 -t utf-8 $f >$f.conv
   touch -r $f $f.conv
@@ -58,10 +60,10 @@ make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_
 rm -rf $RPM_BUILD_ROOT
 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 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 -pm 755 server/libvdr-%{pname}-server.so.%{apiver} $RPM_BUILD_ROOT%{plugindir}
+install -pm 755 client/libvdr-%{pname}-client.so.%{apiver} $RPM_BUILD_ROOT%{plugindir}
+install -Dpm 644 streamdev-server/streamdevhosts.conf $RPM_BUILD_ROOT%{configdir}/plugins/streamdevhosts.conf
+install -Dpm 755 streamdev-server/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} \
@@ -85,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc CONTRIBUTORS COPYING HISTORY PROTOCOL README
 
 %changelog
+* Sun Jul 25 2010 Felix Kaechele <heffer at fedoraproject.org> - 0.5.0-1
+- update to final 0.5.0 release
+
 * Sat Jan 02 2010 Felix Kaechele <heffer at fedoraproject.org> - 0.5.0-0.2.pre20090706
 - added missing BuildReq: gettext
 



More information about the scm-commits mailing list