Hello community,

here is the log from the commit of package vdr for openSUSE:Factory checked in 
at 2014-08-03 15:36:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vdr (Old)
 and      /work/SRC/openSUSE:Factory/.vdr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vdr"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vdr/vdr.changes  2014-04-22 17:09:22.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.vdr.new/vdr.changes     2014-08-03 
15:36:58.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Jul 25 12:39:39 UTC 2014 - p.drou...@gmail.com
+
+- Do not provide runvdr subpackage anymore; vdr builds for systems
+  which support systemd
+- Split languages files in a lang subpackage
+- Do not copy INSTALL file in the documentation directory; vdr
+  is not installed from sources
+
+-------------------------------------------------------------------

Old:
----
  rcvdr
  runvdr
  sysconfig.vdr

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vdr.spec ++++++
--- /var/tmp/diff_new_pack.14IwXQ/_old  2014-08-03 15:36:59.000000000 +0200
+++ /var/tmp/diff_new_pack.14IwXQ/_new  2014-08-03 15:36:59.000000000 +0200
@@ -45,10 +45,7 @@
 License:        GPL-2.0+
 Group:          Hardware/TV
 Source:         ftp://ftp.tvdr.de/vdr/vdr-%{version}.tar.bz2
-Source1:        rcvdr
-Source2:        sysconfig.vdr
 Source3:        vdr-shutdown.sh
-Source4:        runvdr
 Source5:        remote.conf
 Source6:        openvt.diff
 Source7:        vdr-genindex.c
@@ -94,18 +91,11 @@
 %description devel
 Development files for VDR, needed for building plugins, including API 
documentation.
 
-%package runvdr
-Summary:        Init script for VDR
-Group:          Hardware/TV
-PreReq:         vdr = %version
-PreReq:         %fillup_prereq %insserv_prereq
-
-%description runvdr
-The "classic" SUSE start script for VDR. Not recommended, use 
runvdr-extreme-systemd instead.
+%lang_package
 
 %prep
 %setup -q -n vdr-%{version}
-cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} 
%{SOURCE7} .
+cp %{SOURCE3} %{SOURCE5} %{SOURCE6} %{SOURCE7} .
 #
 %patch1 -p1
 %patch2 -p1
@@ -161,14 +151,6 @@
 install -m 644 Make.config %{buildroot}%{vdr_includedir}
 install -m 755 vdr-shutdown.sh %{buildroot}%{vdr_sysconfdir}/shutdown.sh
 install -d -m 755 %{buildroot}%{_localstatedir}/cache/vdr
-# sysconfig&init for vdr-runvdr
-install -d -m 755 %{buildroot}/var/adm/fillup-templates
-install -m 644 sysconfig.vdr 
%{buildroot}/var/adm/fillup-templates/sysconfig.vdr
-install -d -m 755 %{buildroot}/etc/init.d
-install -d -m 755 %{buildroot}%{_sbindir}
-install -m 755 rcvdr %{buildroot}/etc/init.d/vdr
-# ln -s ../../etc/init.d/vdr %%{buildroot}%%{_sbindir}/rcvdr
-ln -s service %{buildroot}%{_sbindir}/rcvdr
 # create plugins doc dir
 mkdir plugins
 for d in PLUGINS/src; do
@@ -178,7 +160,6 @@
        done
     }
 done
-install -m 755 runvdr %{buildroot}%{_sbindir}/runvdr
 install -m 755 vdr-genindex %{buildroot}%{_bindir}
 #
 # docu
@@ -217,26 +198,14 @@
 # msgmerge helper for plugins
 install -m 0755 msgmerge %{buildroot}%{_datadir}/vdr/msgmerge
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %pre
 /usr/sbin/useradd -r -d %{vdr_videodir} -s /bin/false -c "Video Disk Recorder" 
-g video vdr 2> /dev/null || :
 
-%post runvdr
-%{fillup_and_insserv vdr}
-
-%postun runvdr
-%{insserv_cleanup}
-
-%preun runvdr
-%stop_on_removal
-
-%files -f vdr.lang
+%files
 %defattr(-,root,root)
 %doc README.SuSE README.SuSE.html greenish.css
 %doc %{_datadir}/susehelp
-%doc COPYING INSTALL README* UPDATE* CONTRIBUTORS HISTORY
+%doc COPYING README* UPDATE* CONTRIBUTORS HISTORY
 %doc MANUAL channels.conf.* PLUGINS.html plugins
 %doc openvt.diff
 %attr(755,vdr,root) %dir %{vdr_videodir}
@@ -249,7 +218,6 @@
 %dir %{vdr_localedir}/*/LC_MESSAGES
 %attr(-,vdr,root) %config(noreplace) %{vdr_sysconfdir}/*
 %{_bindir}/*
-%{_sbindir}/rcvdr
 %{vdr_libdir}/*
 %{_mandir}/man?/*
 
@@ -262,10 +230,5 @@
 %{_docdir}/%{name}-devel
 %{_datadir}/vdr/msgmerge
 
-%files runvdr
-%defattr(-,root,root)
-/etc/init.d/*
-%{_sbindir}/runvdr
-/var/adm/fillup-templates/*
-
+%files lang -f %{name}.lang
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to