[vdr-live/f20] rebuild for new git version

Martin Gansser martinkg at fedoraproject.org
Thu Feb 12 18:56:23 UTC 2015


commit e05b69b2e1e8e3e2bd623af8f15ae315782f26b5
Author: Martin Gansser <mgansser at alice.de>
Date:   Thu Feb 12 19:56:13 2015 +0100

    rebuild for new git version
    
    - added Fedora %optflags for CFLAGS and CXXFLAGS
    - cleanup spec file
    - mark license files as %license where available

 .gitignore    |    1 +
 sources       |    2 +-
 vdr-live.spec |   38 ++++++++++++++++++++++++++------------
 3 files changed, 28 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe1c51f..ef9335d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /vdr-plugin-live-69f84f95fa875c6f562294b1a6a1ea6f584d3f6c.tar.bz2
 /vdr-live-0.3.0-69f84f9.tar.bz2
 /vdr-live.spec
+/vdr-plugin-live-894daa8e959122e563d8d9f0e4bf2e7d324af081.tar.bz2
diff --git a/sources b/sources
index 40d13ba..f54545e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4bdbb1d2b492c6e7a7dd09ebba26447  vdr-plugin-live-69f84f95fa875c6f562294b1a6a1ea6f584d3f6c.tar.bz2
+fb6674e20341b0f7b158efbc657f2c15  vdr-plugin-live-894daa8e959122e563d8d9f0e4bf2e7d324af081.tar.bz2
diff --git a/vdr-live.spec b/vdr-live.spec
index 78b314f..dfed815 100644
--- a/vdr-live.spec
+++ b/vdr-live.spec
@@ -1,10 +1,10 @@
-%global commit  69f84f95fa875c6f562294b1a6a1ea6f584d3f6c
+%global commit  894daa8e959122e563d8d9f0e4bf2e7d324af081
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global gitdate 20130504
+%global gitdate 20150211
 
 Name:           vdr-live
 Version:        0.3.0
-Release:        12.%{gitdate}git%{shortcommit}%{?dist}
+Release:        17.%{gitdate}git%{shortcommit}%{?dist}
 Summary:        An interactive web interface for VDR
 
 Group:          Applications/Multimedia
@@ -17,7 +17,7 @@ URL:            http://projects.vdr-developer.org/projects/plg-live
 Source0:        http://projects.vdr-developer.org/git/vdr-plugin-live.git/snapshot/vdr-plugin-live-%{commit}.tar.bz2
 Source1:        %{name}.conf
 
-BuildRequires:  vdr-devel >= 1.7.30
+BuildRequires:  vdr-devel >= 2.0.0
 BuildRequires:  pcre-devel
 BuildRequires:  tntnet-devel
 BuildRequires:  cxxtools-devel
@@ -54,20 +54,15 @@ rm -rf httpd
 iconv -f iso-8859-1 -t utf-8 README > README.utf8 ; mv README.utf8 README
 
 %build
-make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr VDRINCDIR=%{_includedir} \
-    LOCALEDIR=./locale all
+make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
 
 %install
-install -dm 755 %{buildroot}%{vdr_plugindir}
-install -pm 755 libvdr-*.so.%{vdr_apiversion} %{buildroot}%{vdr_plugindir}
+make install DESTDIR=%{buildroot}
 
 # live.conf
 install -Dpm 644 %{SOURCE1} \
     %{buildroot}%{_sysconfdir}/sysconfig/vdr-plugins.d/live.conf
 
-# Locale
-install -dm 755 %{buildroot}%{_datadir}/locale
-cp -pR locale/* %{buildroot}%{_datadir}/locale
 %find_lang %{name}
 
 install -dm 755 %{buildroot}%{vdr_resdir}/plugins/live
@@ -75,7 +70,8 @@ cp -pR live/* %{buildroot}%{vdr_resdir}/plugins/live
 
 
 %files -f %{name}.lang
-%doc CONTRIBUTORS COPYING README
+%doc CONTRIBUTORS README
+%license COPYING
 %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/live.conf
 %{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
 
@@ -84,6 +80,24 @@ cp -pR live/* %{buildroot}%{vdr_resdir}/plugins/live
 
 
 %changelog
+* Thu Feb 12 2015 Martin Gansser <martinkg at fedoraproject.org> - 0.3.0-17.20150211git894daa8
+- rebuild for new git version
+- added Fedora %%optflags for CFLAGS and CXXFLAGS
+- cleanup spec file
+- mark license files as %%license where available
+
+* Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.0-16.20130504git69f84f9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.0-15.20130504git69f84f9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Thu Apr 24 2014 Ville Skyttä <ville.skytta at iki.fi> - 0.3.0-14.20130504git69f84f9
+- Rebuild
+
+* Sat Mar 22 2014 Ville Skyttä <ville.skytta at iki.fi> - 0.3.0-13.20130504git69f84f9
+- Rebuild
+
 * Thu Feb 06 2014 Martin Gansser <martinkg at fedoraproject.org> - 0.3.0-12.20130504git69f84f9
 - rebuild against tntnet-2.2.1
 


More information about the scm-commits mailing list