Author: gotar Date: Wed Feb 15 10:11:41 2012 GMT Module: packages Tag: HEAD ---- Log message: - upgraded to 1.7.23 - packaged /etc/vdr/plugins, chgrp video and chmod g+ws /etc/vdr*, - chmod g+s,o+rx /var/lib/vdr; no secrets inside, vdr doesn't use $HOME...:/
---- Files affected: packages/vdr: vdr.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: packages/vdr/vdr.spec diff -u packages/vdr/vdr.spec:1.9 packages/vdr/vdr.spec:1.10 --- packages/vdr/vdr.spec:1.9 Sat Jan 28 17:42:44 2012 +++ packages/vdr/vdr.spec Wed Feb 15 11:11:36 2012 @@ -9,12 +9,12 @@ Summary: Video Disk Recorder Summary(pl.UTF-8): Video Disk Recorder - narzędzie do nagrywania filmów Name: vdr -Version: 1.7.22 -Release: 3 +Version: 1.7.23 +Release: 1 License: GPL v2+ Group: X11/Applications/Multimedia Source0: ftp://ftp.tvdr.de/vdr/Developer/%{name}-%{version}.tar.bz2 -# Source0-md5: b9c0fe1aac8e653c0d0234bc72c2bb2c +# Source0-md5: de136f7be28c4b6f1fa0e2218b4acc11 Source1: http://207.44.152.197/%{name}-sc-%{_sc_ver}.tar.gz # Source1-md5: d02d88213fcfb9b6c3f8c819eab4be68 Source2: http://home.vrweb.de/~rnissl/%{name}-xine-%{_xine_ver}.tgz @@ -118,7 +118,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/themes +install -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/{plugins,themes} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ @@ -144,9 +144,10 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc CONTRIBUTORS HISTORY* INSTALL MANUAL PLUGINS.html README README-* UPDATE-* epg2html summary2info -%dir %{_sysconfdir}/%{name} -%dir %{_sysconfdir}/%{name}/themes -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*.conf* +%attr(2775,root,video) %dir %{_sysconfdir}/%{name} +%attr(2775,root,video) %dir %{_sysconfdir}/%{name}/plugins +%attr(2775,root,video) %dir %{_sysconfdir}/%{name}/themes +%attr(664,root,video) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*.conf* %attr(755,root,root) %{_bindir}/%{name} %attr(755,root,root) %{_bindir}/svdrpsend %dir %{_libdir}/vdr @@ -160,7 +161,7 @@ %attr(755,root,root) %{_libdir}/vdr/libvdr-svccli.so.* %attr(755,root,root) %{_libdir}/vdr/libvdr-svcsvr.so.* %attr(755,root,root) %{_libdir}/vdr/libvdr-svdrpdemo.so.* -%attr(770,root,video) /var/lib/%{name} +%attr(2775,root,video) /var/lib/%{name} %{_mandir}/man*/%{name}.* %files devel @@ -191,6 +192,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2012/02/15 10:11:36 gotar +- upgraded to 1.7.23 +- packaged /etc/vdr/plugins, chgrp video and chmod g+ws /etc/vdr*, +- chmod g+s,o+rx /var/lib/vdr; no secrets inside, vdr doesn't use $HOME...:/ + Revision 1.9 2012/01/28 16:42:44 arekm - rel 3; fix locale dirs blindly ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vdr/vdr.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
