[vdr-live/f20] Update to 0.3.0-11

Martin Gansser martinkg at fedoraproject.org
Tue Jan 21 19:40:51 UTC 2014


commit 45732bda25205793d5944b3f27259688b6bbbf66
Author: Martin Gansser <mgansser at alice.de>
Date:   Tue Jan 21 20:41:08 2014 +0100

    Update to 0.3.0-11

 vdr-live.spec |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/vdr-live.spec b/vdr-live.spec
index a5dbe6e..ed33b33 100644
--- a/vdr-live.spec
+++ b/vdr-live.spec
@@ -4,7 +4,7 @@
 
 Name:           vdr-live
 Version:        0.3.0
-Release:        10.%{gitdate}git%{shortcommit}%{?dist}
+Release:        11.%{gitdate}git%{shortcommit}%{?dist}
 Summary:        An interactive web interface for VDR
 
 Group:          Applications/Multimedia
@@ -58,20 +58,20 @@ make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr VDRINCDIR=%{_includedir} \
     LOCALEDIR=./locale all
 
 %install
-install -dm 755 $RPM_BUILD_ROOT%{vdr_plugindir}
-install -pm 755 libvdr-*.so.%{vdr_apiversion} $RPM_BUILD_ROOT%{vdr_plugindir}
+install -dm 755 %{buildroot}%{vdr_plugindir}
+install -pm 755 libvdr-*.so.%{vdr_apiversion} %{buildroot}%{vdr_plugindir}
 
 # live.conf
 install -Dpm 644 %{SOURCE1} \
-    $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/live.conf
+    %{buildroot}%{_sysconfdir}/sysconfig/vdr-plugins.d/live.conf
 
 # Locale
-install -dm 755 $RPM_BUILD_ROOT%{_datadir}/locale
-cp -pR locale/* $RPM_BUILD_ROOT%{_datadir}/locale
+install -dm 755 %{buildroot}%{_datadir}/locale
+cp -pR locale/* %{buildroot}%{_datadir}/locale
 %find_lang %{name}
 
-install -dm 755 $RPM_BUILD_ROOT%{vdr_resdir}/plugins/live
-cp -pR live/* $RPM_BUILD_ROOT%{vdr_resdir}/plugins/live
+install -dm 755 %{buildroot}%{vdr_resdir}/plugins/live
+cp -pR live/* %{buildroot}%{vdr_resdir}/plugins/live
 
 
 %files -f %{name}.lang
@@ -84,6 +84,10 @@ cp -pR live/* $RPM_BUILD_ROOT%{vdr_resdir}/plugins/live
 
 
 %changelog
+* Tue Jan 21 2014 Martin Gansser <martinkg at fedoraproject.org> - 0.3.0-11.20130504git69f84f9
+- changed to %%{buildroot} macro
+- rebuild for tntnet-2.2.1
+
 * Fri Jan 17 2014 Martin Gansser <martinkg at fedoraproject.org> - 0.3.0-10.20130504git69f84f9
 - added vdr-live-data as requirement
 - added gitdate


More information about the scm-commits mailing list