Author: felix
Update of /cvs/free/rpms/vdr-dxr3/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1031
Modified Files:
.cvsignore sources vdr-dxr3.spec
Log Message:
* Sat Jan 02 2010 Felix Kaechele <heffer(a)fedoraproject.org> - 0.2.10-1
- new upstream release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-dxr3/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Aug 2008 18:45:19 -0000 1.2
+++ .cvsignore 2 Jan 2010 18:17:06 -0000 1.3
@@ -1 +1 @@
-vdr-dxr3-0.2.8.tgz
+vdr-dxr3-0.2.10.tgz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-dxr3/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 4 Aug 2008 18:45:19 -0000 1.2
+++ sources 2 Jan 2010 18:17:06 -0000 1.3
@@ -1 +1 @@
-3c88aa0478a9aeaed765ec5a5f2d6a35 vdr-dxr3-0.2.8.tgz
+fb7815d5eef17b8bc0751bd1fe85ab62 vdr-dxr3-0.2.10.tgz
Index: vdr-dxr3.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-dxr3/devel/vdr-dxr3.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vdr-dxr3.spec 29 Mar 2009 14:18:30 -0000 1.3
+++ vdr-dxr3.spec 2 Jan 2010 18:17:06 -0000 1.4
@@ -3,14 +3,14 @@
%define apiver %(vdr-config --apiversion 2>/dev/null || echo ERROR)
Name: vdr-%{pname}
-Version: 0.2.8
-Release: 4%{?dist}
+Version: 0.2.10
+Release: 1%{?dist}
Summary: Hollywood+/DXR3 output plugin for VDR
Group: Applications/Multimedia
License: GPLv2+
-URL:
http://sourceforge.net/projects/dxr3plugin
-Source0:
http://downloads.sourceforge.net/dxr3plugin/%{name}-%{version}.tgz
+URL:
http://projects.vdr-developer.org/projects/show/plg-dxr3
+Source0:
http://projects.vdr-developer.org/attachments/download/162/%{name}-%{vers...
Source1: %{name}.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -37,22 +37,27 @@
%build
make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr \
- FFMDIR=%{_includedir}/ffmpeg
+ FFMDIR=%{_includedir}/ffmpeg LOCALEDIR=%{_tmppath}/%{name}-tmp
%install
rm -rf $RPM_BUILD_ROOT
+make i18n LOCALEDIR=$RPM_BUILD_ROOT%{_libdir}/vdr/locale
install -dm 755 $RPM_BUILD_ROOT%{plugindir}
install -pm 755 libvdr-%{pname}.so.%{apiver} $RPM_BUILD_ROOT%{plugindir}
install -Dpm 644 %{SOURCE1} \
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
+for l in ca_ES de_DE es_ES fi_FI it_IT pl_PL ; do
+ lshort=`echo $l | cut -c -2`
+ echo "%lang($lshort) %{_libdir}/vdr/locale/$l/LC_MESSAGES/%{name}.mo"
>> %{name}.lang
+done
%clean
rm -rf $RPM_BUILD_ROOT
-%files
+%files -f %{name}.lang
%defattr(-,root,root,-)
%doc CONTRIBUTORS COPYING HISTORY README TROUBLESHOOTING
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
@@ -60,6 +65,9 @@
%changelog
+* Sat Jan 02 2010 Felix Kaechele <heffer(a)fedoraproject.org> - 0.2.10-1
+- new upstream release
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.2.8-4
- rebuild for new F11 features