rpms/gstreamer-plugins-bad/devel gstreamer-plugins-bad.spec, 1.38, 1.39
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/gstreamer-plugins-bad/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9432
Modified Files:
gstreamer-plugins-bad.spec
Log Message:
* Thu Jan 20 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> - 0.10.20-3
- Drop mux-es (moved to Fedora's gstreamer-plugins-bad-free)
Index: gstreamer-plugins-bad.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-bad/devel/gstreamer-plugins-bad.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- gstreamer-plugins-bad.spec 14 Oct 2010 22:03:31 -0000 1.38
+++ gstreamer-plugins-bad.spec 20 Jan 2011 19:31:26 -0000 1.39
@@ -6,16 +6,16 @@
# which plugins to actually build and install
%ifarch %{ix86} x86_64
-%define gstdirs gst/asfmux gst/dvdspu gst/mpegpsmux gst/mpegtsmux gst/qtmux gst/real gst/siren
+%define gstdirs gst/dvdspu gst/real gst/siren
%else
-%define gstdirs gst/asfmux gst/dvdspu gst/mpegpsmux gst/mpegtsmux gst/qtmux gst/siren
+%define gstdirs gst/dvdspu gst/siren
%endif
%define extdirs ext/dts ext/faad ext/libmms ext/mimic ext/mpeg2enc ext/mplex ext/xvid
Summary: GStreamer streaming media framework "bad" plug-ins
Name: gstreamer-plugins-bad
Version: 0.10.20
-Release: 2%{?dist}
+Release: 3%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
@@ -91,11 +91,7 @@
%doc AUTHORS COPYING README REQUIREMENTS
# Plugins without external dependencies
-%{_libdir}/gstreamer-%{majorminor}/libgstasfmux.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdspu.so
-%{_libdir}/gstreamer-%{majorminor}/libgstmpegpsmux.so
-%{_libdir}/gstreamer-%{majorminor}/libgstmpegtsmux.so
-%{_libdir}/gstreamer-%{majorminor}/libgstqtmux.so
%ifarch %{ix86} x86_64
%{_libdir}/gstreamer-%{majorminor}/libgstreal.so
%endif
@@ -112,6 +108,9 @@
%changelog
+* Thu Jan 20 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> - 0.10.20-3
+- Drop mux-es (moved to Fedora's gstreamer-plugins-bad-free)
+
* Fri Oct 15 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.20-2
- Rebuilt for gcc bug
13 years, 10 months
rpms/audacious-plugins-freeworld/devel .cvsignore, 1.7, 1.8 audacious-plugins-freeworld.spec, 1.11, 1.12 sources, 1.7, 1.8
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/audacious-plugins-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8056
Modified Files:
.cvsignore audacious-plugins-freeworld.spec sources
Log Message:
* Thu Jan 20 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> 2.4.3-1
- Update to 2.4.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/audacious-plugins-freeworld/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 29 Aug 2010 08:55:21 -0000 1.7
+++ .cvsignore 20 Jan 2011 19:11:26 -0000 1.8
@@ -1 +1 @@
-audacious-plugins-2.4.0.tgz
+audacious-plugins-2.4.3.tgz
Index: audacious-plugins-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/audacious-plugins-freeworld/devel/audacious-plugins-freeworld.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- audacious-plugins-freeworld.spec 29 Aug 2010 08:55:21 -0000 1.11
+++ audacious-plugins-freeworld.spec 20 Jan 2011 19:11:26 -0000 1.12
@@ -3,10 +3,10 @@
# - add BR sidplay2-devel and find a way to make the built sid.so
# plugin an alternative to Fedora's sidplay1 based sid.so
-%global aud_ver 2.4
+%global aud_ver 2.4.3
Name: audacious-plugins-freeworld
-Version: 2.4.0
+Version: 2.4.3
Release: 1%{?dist}
Summary: Additional plugins for the Audacious media player
@@ -18,8 +18,7 @@
Source2: audacious-aac.desktop
Source3: audacious-ffaudio.desktop
Patch0: audacious-plugins-2.4-sys-mpg123.patch
-Patch1: audacious-plugins-2.4-aac-seek.patch
-Patch2: audacious-plugins-2.4-ffaudio-metadata.patch
+Patch1: audacious-plugins-2.4-ffaudio-metadata.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: audacious-devel >= %{aud_ver}
@@ -134,7 +133,6 @@
rm -r src/mpg123/libmpg123
%patch0 -p1
%patch1 -p1
-%patch2 -p1
sed -i '\,^.SILENT:,d' buildsys.mk.in
@@ -221,6 +219,9 @@
%changelog
+* Thu Jan 20 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> 2.4.3-1
+- Update to 2.4.3
+
* Sun Aug 29 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 2.4.0-1
- Update to 2.4.0
Index: sources
===================================================================
RCS file: /cvs/free/rpms/audacious-plugins-freeworld/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 29 Aug 2010 08:55:21 -0000 1.7
+++ sources 20 Jan 2011 19:11:26 -0000 1.8
@@ -1 +1 @@
-fdf7d4bb660d95e90044556f12213f42 audacious-plugins-2.4.0.tgz
+d2c76253e7a5d83dbd87319790f3c7a5 audacious-plugins-2.4.3.tgz
13 years, 10 months
rpms/libmms/F-13 .cvsignore, 1.5, 1.6 libmms.spec, 1.9, 1.10 sources, 1.5, 1.6
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/libmms/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12774
Modified Files:
.cvsignore libmms.spec sources
Log Message:
* Wed Jan 19 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.6.2-1
- New upstream bugfix release 0.6.2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libmms/F-13/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 11 Jan 2011 20:17:10 -0000 1.5
+++ .cvsignore 19 Jan 2011 15:23:00 -0000 1.6
@@ -1 +1 @@
-libmms-0.6.1.tar.gz
+libmms-0.6.2.tar.gz
Index: libmms.spec
===================================================================
RCS file: /cvs/free/rpms/libmms/F-13/libmms.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libmms.spec 11 Jan 2011 20:17:11 -0000 1.9
+++ libmms.spec 19 Jan 2011 15:23:00 -0000 1.10
@@ -1,5 +1,5 @@
Name: libmms
-Version: 0.6.1
+Version: 0.6.2
Release: 1%{?dist}
Summary: Library for Microsoft Media Server (MMS) streaming protocol
License: LGPLv2+
@@ -51,7 +51,7 @@
%files
%defattr(-,root,root,-)
-%doc AUTHORS COPYING.LIB ChangeLog README* TODO
+%doc AUTHORS COPYING.LIB ChangeLog README*
%{_libdir}/%{name}.so.*
%files devel
@@ -62,6 +62,9 @@
%changelog
+* Wed Jan 19 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.6.2-1
+- New upstream bugfix release 0.6.2
+
* Tue Jan 11 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.6.1-1
- New upstream bugfix release 0.6.1
- Fixes the use of the this reserved keyword in public headers (rf1596)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libmms/F-13/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 11 Jan 2011 20:17:11 -0000 1.5
+++ sources 19 Jan 2011 15:23:00 -0000 1.6
@@ -1 +1 @@
-eaa3b311561a1fadb83e9e7004136dab libmms-0.6.1.tar.gz
+9f63aa363deb4874e072a45850161bff libmms-0.6.2.tar.gz
13 years, 10 months
rpms/libmms/F-14 .cvsignore, 1.5, 1.6 libmms.spec, 1.7, 1.8 sources, 1.5, 1.6
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/libmms/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12651
Modified Files:
.cvsignore libmms.spec sources
Log Message:
* Wed Jan 19 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.6.2-1
- New upstream bugfix release 0.6.2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libmms/F-14/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 11 Jan 2011 20:16:48 -0000 1.5
+++ .cvsignore 19 Jan 2011 15:22:29 -0000 1.6
@@ -1 +1 @@
-libmms-0.6.1.tar.gz
+libmms-0.6.2.tar.gz
Index: libmms.spec
===================================================================
RCS file: /cvs/free/rpms/libmms/F-14/libmms.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libmms.spec 11 Jan 2011 20:16:48 -0000 1.7
+++ libmms.spec 19 Jan 2011 15:22:29 -0000 1.8
@@ -1,5 +1,5 @@
Name: libmms
-Version: 0.6.1
+Version: 0.6.2
Release: 1%{?dist}
Summary: Library for Microsoft Media Server (MMS) streaming protocol
License: LGPLv2+
@@ -51,7 +51,7 @@
%files
%defattr(-,root,root,-)
-%doc AUTHORS COPYING.LIB ChangeLog README* TODO
+%doc AUTHORS COPYING.LIB ChangeLog README*
%{_libdir}/%{name}.so.*
%files devel
@@ -62,6 +62,9 @@
%changelog
+* Wed Jan 19 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.6.2-1
+- New upstream bugfix release 0.6.2
+
* Tue Jan 11 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.6.1-1
- New upstream bugfix release 0.6.1
- Fixes the use of the this reserved keyword in public headers (rf1596)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libmms/F-14/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 11 Jan 2011 20:16:48 -0000 1.5
+++ sources 19 Jan 2011 15:22:29 -0000 1.6
@@ -1 +1 @@
-eaa3b311561a1fadb83e9e7004136dab libmms-0.6.1.tar.gz
+9f63aa363deb4874e072a45850161bff libmms-0.6.2.tar.gz
13 years, 10 months
rpms/libmms/devel .cvsignore, 1.5, 1.6 libmms.spec, 1.7, 1.8 sources, 1.5, 1.6
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/libmms/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12522
Modified Files:
.cvsignore libmms.spec sources
Log Message:
* Wed Jan 19 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.6.2-1
- New upstream bugfix release 0.6.2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libmms/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 11 Jan 2011 20:09:56 -0000 1.5
+++ .cvsignore 19 Jan 2011 15:21:48 -0000 1.6
@@ -1 +1 @@
-libmms-0.6.1.tar.gz
+libmms-0.6.2.tar.gz
Index: libmms.spec
===================================================================
RCS file: /cvs/free/rpms/libmms/devel/libmms.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libmms.spec 11 Jan 2011 20:09:56 -0000 1.7
+++ libmms.spec 19 Jan 2011 15:21:48 -0000 1.8
@@ -1,5 +1,5 @@
Name: libmms
-Version: 0.6.1
+Version: 0.6.2
Release: 1%{?dist}
Summary: Library for Microsoft Media Server (MMS) streaming protocol
License: LGPLv2+
@@ -51,7 +51,7 @@
%files
%defattr(-,root,root,-)
-%doc AUTHORS COPYING.LIB ChangeLog README* TODO
+%doc AUTHORS COPYING.LIB ChangeLog README*
%{_libdir}/%{name}.so.*
%files devel
@@ -62,6 +62,9 @@
%changelog
+* Wed Jan 19 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.6.2-1
+- New upstream bugfix release 0.6.2
+
* Tue Jan 11 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.6.1-1
- New upstream bugfix release 0.6.1
- Fixes the use of the this reserved keyword in public headers (rf1596)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libmms/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 11 Jan 2011 20:09:56 -0000 1.5
+++ sources 19 Jan 2011 15:21:48 -0000 1.6
@@ -1 +1 @@
-eaa3b311561a1fadb83e9e7004136dab libmms-0.6.1.tar.gz
+9f63aa363deb4874e072a45850161bff libmms-0.6.2.tar.gz
13 years, 10 months
rpms/qtractor/F-14 .cvsignore, 1.8, 1.9 qtractor.spec, 1.11, 1.12 sources, 1.8, 1.9
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/qtractor/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5654
Modified Files:
.cvsignore qtractor.spec sources
Log Message:
* Tue Jan 18 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.8-1
- Update to 0.4.8
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/qtractor/F-14/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 2 Oct 2010 06:27:16 -0000 1.8
+++ .cvsignore 18 Jan 2011 21:45:34 -0000 1.9
@@ -1 +1 @@
-qtractor-0.4.7.tar.gz
+qtractor-0.4.8.tar.gz
Index: qtractor.spec
===================================================================
RCS file: /cvs/free/rpms/qtractor/F-14/qtractor.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- qtractor.spec 2 Oct 2010 06:27:16 -0000 1.11
+++ qtractor.spec 18 Jan 2011 21:45:34 -0000 1.12
@@ -10,7 +10,7 @@
Summary: Audio/MIDI multi-track sequencer
Name: qtractor
-Version: 0.4.7
+Version: 0.4.8
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
@@ -45,6 +45,9 @@
%prep
%setup -q
+# Fix odd permissions
+chmod -x src/qtractorMmcEvent.*
+
%build
export PATH=${PATH}:%{_libdir}/qt4/bin
%configure \
@@ -85,6 +88,9 @@
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%changelog
+* Tue Jan 18 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.8-1
+- Update to 0.4.8
+
* Sat Oct 02 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.7-1
- Update to 0.4.7
Index: sources
===================================================================
RCS file: /cvs/free/rpms/qtractor/F-14/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 2 Oct 2010 06:27:16 -0000 1.8
+++ sources 18 Jan 2011 21:45:34 -0000 1.9
@@ -1 +1 @@
-f5f2729d422d867e324cd53c352257e0 qtractor-0.4.7.tar.gz
+fef232ad6c3312e5af179cdcd2c395ae qtractor-0.4.8.tar.gz
13 years, 10 months
rpms/qtractor/devel .cvsignore, 1.8, 1.9 qtractor.spec, 1.11, 1.12 sources, 1.8, 1.9
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/qtractor/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5497
Modified Files:
.cvsignore qtractor.spec sources
Log Message:
* Tue Jan 18 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.8-1
- Update to 0.4.8
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/qtractor/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 2 Oct 2010 06:27:16 -0000 1.8
+++ .cvsignore 18 Jan 2011 21:44:20 -0000 1.9
@@ -1 +1 @@
-qtractor-0.4.7.tar.gz
+qtractor-0.4.8.tar.gz
Index: qtractor.spec
===================================================================
RCS file: /cvs/free/rpms/qtractor/devel/qtractor.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- qtractor.spec 2 Oct 2010 06:27:16 -0000 1.11
+++ qtractor.spec 18 Jan 2011 21:44:20 -0000 1.12
@@ -10,7 +10,7 @@
Summary: Audio/MIDI multi-track sequencer
Name: qtractor
-Version: 0.4.7
+Version: 0.4.8
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
@@ -45,6 +45,9 @@
%prep
%setup -q
+# Fix odd permissions
+chmod -x src/qtractorMmcEvent.*
+
%build
export PATH=${PATH}:%{_libdir}/qt4/bin
%configure \
@@ -85,6 +88,9 @@
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%changelog
+* Tue Jan 18 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.8-1
+- Update to 0.4.8
+
* Sat Oct 02 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.7-1
- Update to 0.4.7
Index: sources
===================================================================
RCS file: /cvs/free/rpms/qtractor/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 2 Oct 2010 06:27:16 -0000 1.8
+++ sources 18 Jan 2011 21:44:20 -0000 1.9
@@ -1 +1 @@
-f5f2729d422d867e324cd53c352257e0 qtractor-0.4.7.tar.gz
+fef232ad6c3312e5af179cdcd2c395ae qtractor-0.4.8.tar.gz
13 years, 10 months
rpms/mythtv-status/F-14 mythtv-status-fedora.patch, NONE, 1.1 mythtv-status.spec, NONE, 1.1 sources, 1.1, 1.2
by Susi Lehtola
Author: jussilehtola
Update of /cvs/free/rpms/mythtv-status/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15107
Modified Files:
sources
Added Files:
mythtv-status-fedora.patch mythtv-status.spec
Log Message:
Initial import.
mythtv-status-fedora.patch:
mythtv-update-motd | 29 +++++++++++++++++++++++------
mythtv_recording_now | 6 +++---
mythtv_recording_soon | 6 +++---
3 files changed, 29 insertions(+), 12 deletions(-)
--- NEW FILE mythtv-status-fedora.patch ---
diff -up mythtv-status-0.9.0/bin/mythtv_recording_now.orig mythtv-status-0.9.0/bin/mythtv_recording_now
--- mythtv-status-0.9.0/bin/mythtv_recording_now.orig 2008-07-11 01:13:30.000000000 +0300
+++ mythtv-status-0.9.0/bin/mythtv_recording_now 2009-04-11 11:38:31.000000000 +0300
@@ -9,10 +9,10 @@
# Return an exit code of 0 if the MythTV backend is currently recording
# a show.
-# Where Debian stores the config info.
-if [ -f /etc/default/mythtv-status ]
+# Where Fedora stores the config info.
+if [ -f /etc/sysconfig/mythtv-status ]
then
- . /etc/default/mythtv-status
+ . /etc/sysconfig/mythtv-status
fi
/usr/bin/mythtv-status -h ${HOST:=localhost} --return-code-only --recording-now
diff -up mythtv-status-0.9.0/bin/mythtv_recording_soon.orig mythtv-status-0.9.0/bin/mythtv_recording_soon
--- mythtv-status-0.9.0/bin/mythtv_recording_soon.orig 2008-07-11 01:13:30.000000000 +0300
+++ mythtv-status-0.9.0/bin/mythtv_recording_soon 2009-04-11 11:39:10.000000000 +0300
@@ -9,10 +9,10 @@
# Return an exit code of 0 if the MythTV backend is currently recording
# a show or will be recording a show soon (in the next hour).
-# Where Debian stores the config info.
-if [ -f /etc/default/mythtv-status ]
+# Where Fedora stores the config info.
+if [ -f /etc/sysconfig/mythtv-status ]
then
- . /etc/default/mythtv-status
+ . /etc/sysconfig/mythtv-status
fi
if [ "x$1" != "x" ]
diff -up mythtv-status-0.9.0/bin/mythtv-update-motd.orig mythtv-status-0.9.0/bin/mythtv-update-motd
--- mythtv-status-0.9.0/bin/mythtv-update-motd.orig 2008-07-11 01:13:30.000000000 +0300
+++ mythtv-status-0.9.0/bin/mythtv-update-motd 2009-04-13 11:29:30.000000000 +0300
@@ -1,16 +1,33 @@
#!/bin/bash
-. /etc/default/mythtv-status
+. /etc/sysconfig/mythtv-status
-if [ x$RUN != xyes ]
+if [ x$UPDATEMOTD != xyes ]
then
exit
fi
-[ ! -f /var/run/motd.orig ] && cp /var/run/motd /var/run/motd.orig
+# Check if stub exists. If not, assume motd is OK to use as stub
+if [ ! -f /etc/motd.stub ]; then
+ if [ -f /etc/motd ]; then
+ cp -a /etc/motd /etc/motd.stub
+ else # No motd exists, create empty stub file
+ touch /etc/motd.stub
+ fi
+fi
+
+# Update motd:
+if [ -f /etc/motd.stub ]; then
+ # Insert stub
+ cp /etc/motd.stub /tmp/motd.new
+fi
-cp /var/run/motd.orig /var/run/motd.new
-if mythtv-status $ARGS -h $HOST >> /var/run/motd.new
+# Add mythtv status to end of stub
+if mythtv-status $ARGS -h $HOST >> /tmp/motd.new
then
- mv /var/run/motd.new /var/run/motd
+ cp /tmp/motd.new /etc/motd # If succesful, replace motd
+fi
+
+if [ -f /tmp/motd.new ]; then
+ rm /tmp/motd.new
fi
--- NEW FILE mythtv-status.spec ---
Name: mythtv-status
Version: 0.9.0
Release: 5%{?dist}
Summary: Get the current status of your MythTV system at the command line
Group: Applications/Multimedia
# Scripts claim to be under GPLv2 but COPYING and ChangeLog state license
# is GPLv3. Contacted upstream, new release coming soon.
License: GPLv3
URL: http://www.etc.gen.nz/projects/mythtv/mythtv-status.html
Source0: http://www.etc.gen.nz/projects/mythtv/tarballs/mythtv-status-0.9.0.tar.gz
# Patch for Fedora specifics
Patch0: mythtv-status-fedora.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
# Requires not detected automatically
Requires: mythtv-backend
Requires: perl(MythTV)
%description
This Perl script will display the current status of your MythTV system at the
command line. It can optionally append it to the system message of the day
(MOTD) on a regular basis.
If you want to enable motd update, edit /etc/sysconfig/mythtv-status and change
UPDATEMOTD=no to UPDATEMOTD=yes. The update is run hourly. The resulting motd
is based on /etc/motd.stub, added with the output of mythtv-status.
%prep
%setup -q
%patch0 -p1
%build
%install
rm -rf %{buildroot}
# Install scripts
mkdir -p %{buildroot}/%{_bindir} %{buildroot}/%{_sbindir}
install -p -m 755 bin/mythtv-status bin/mythtv_recording_{now,soon} %{buildroot}/%{_bindir}
install -p -m 755 bin/mythtv-update-motd %{buildroot}/%{_sbindir}
# Man files
mkdir -p %{buildroot}/%{_mandir}/man1
install -p -m 644 man/* %{buildroot}/%{_mandir}/man1
# Sysconfig file
mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig
echo -e "HOST=127.0.0.1\nUPDATEMOTD=no" > %{buildroot}/%{_sysconfdir}/sysconfig/%{name}
# Cron file to update motd, doesn't do anything if not enabled in sysconfig
mkdir -p %{buildroot}%{_sysconfdir}/cron.hourly
echo -e "#!/bin/sh\n/usr/sbin/mythtv-update-motd" > %{buildroot}%{_sysconfdir}/cron.hourly/mythtv-update-motd.cron
chmod 755 %{buildroot}%{_sysconfdir}/cron.hourly/mythtv-update-motd.cron
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING FAQ README THANKS
%{_bindir}/mythtv*
%{_sbindir}/mythtv*
%{_mandir}/man1/mythtv*.1.gz
%{_sysconfdir}/cron.hourly/mythtv-update-motd.cron
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%changelog
* Thu Dec 16 2010 Jussi Lehtola <jussi.lehtola(a)iki.fi> - 0.9.0-5
- Changed R: perl-net-UPnP to R: perl(MythTV).
* Mon Apr 13 2009 Jussi Lehtola <jussi.lehtola(a)iki.fi> - 0.9.0-4
- Copy motd instead of move to avoid SELinux errors.
- Fix motd update to use stub instead of motd.
* Sun Apr 12 2009 Jussi Lehtola <jussi.lehtola(a)iki.fi> - 0.9.0-3
- Modify motd update method and update script location.
* Sat Apr 11 2009 Jussi Lehtola <jussi.lehtola(a)iki.fi> - 0.9.0-2
- Fix sysconfig file location.
* Sat Apr 11 2009 Jussi Lehtola <jussi.lehtola(a)iki.fi> - 0.9.0-1
- First release.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-status/F-14/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 9 Jan 2011 11:33:39 -0000 1.1
+++ sources 18 Jan 2011 15:52:11 -0000 1.2
@@ -0,0 +1 @@
+953828e140f166252c7ba65dce63f1d6 mythtv-status-0.9.0.tar.gz
13 years, 10 months
rpms/mythtv-status/F-13 mythtv-status-fedora.patch, NONE, 1.1 mythtv-status.spec, NONE, 1.1 sources, 1.1, 1.2
by Susi Lehtola
Author: jussilehtola
Update of /cvs/free/rpms/mythtv-status/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14977
Modified Files:
sources
Added Files:
mythtv-status-fedora.patch mythtv-status.spec
Log Message:
Initial import.
mythtv-status-fedora.patch:
mythtv-update-motd | 29 +++++++++++++++++++++++------
mythtv_recording_now | 6 +++---
mythtv_recording_soon | 6 +++---
3 files changed, 29 insertions(+), 12 deletions(-)
--- NEW FILE mythtv-status-fedora.patch ---
diff -up mythtv-status-0.9.0/bin/mythtv_recording_now.orig mythtv-status-0.9.0/bin/mythtv_recording_now
--- mythtv-status-0.9.0/bin/mythtv_recording_now.orig 2008-07-11 01:13:30.000000000 +0300
+++ mythtv-status-0.9.0/bin/mythtv_recording_now 2009-04-11 11:38:31.000000000 +0300
@@ -9,10 +9,10 @@
# Return an exit code of 0 if the MythTV backend is currently recording
# a show.
-# Where Debian stores the config info.
-if [ -f /etc/default/mythtv-status ]
+# Where Fedora stores the config info.
+if [ -f /etc/sysconfig/mythtv-status ]
then
- . /etc/default/mythtv-status
+ . /etc/sysconfig/mythtv-status
fi
/usr/bin/mythtv-status -h ${HOST:=localhost} --return-code-only --recording-now
diff -up mythtv-status-0.9.0/bin/mythtv_recording_soon.orig mythtv-status-0.9.0/bin/mythtv_recording_soon
--- mythtv-status-0.9.0/bin/mythtv_recording_soon.orig 2008-07-11 01:13:30.000000000 +0300
+++ mythtv-status-0.9.0/bin/mythtv_recording_soon 2009-04-11 11:39:10.000000000 +0300
@@ -9,10 +9,10 @@
# Return an exit code of 0 if the MythTV backend is currently recording
# a show or will be recording a show soon (in the next hour).
-# Where Debian stores the config info.
-if [ -f /etc/default/mythtv-status ]
+# Where Fedora stores the config info.
+if [ -f /etc/sysconfig/mythtv-status ]
then
- . /etc/default/mythtv-status
+ . /etc/sysconfig/mythtv-status
fi
if [ "x$1" != "x" ]
diff -up mythtv-status-0.9.0/bin/mythtv-update-motd.orig mythtv-status-0.9.0/bin/mythtv-update-motd
--- mythtv-status-0.9.0/bin/mythtv-update-motd.orig 2008-07-11 01:13:30.000000000 +0300
+++ mythtv-status-0.9.0/bin/mythtv-update-motd 2009-04-13 11:29:30.000000000 +0300
@@ -1,16 +1,33 @@
#!/bin/bash
-. /etc/default/mythtv-status
+. /etc/sysconfig/mythtv-status
-if [ x$RUN != xyes ]
+if [ x$UPDATEMOTD != xyes ]
then
exit
fi
-[ ! -f /var/run/motd.orig ] && cp /var/run/motd /var/run/motd.orig
+# Check if stub exists. If not, assume motd is OK to use as stub
+if [ ! -f /etc/motd.stub ]; then
+ if [ -f /etc/motd ]; then
+ cp -a /etc/motd /etc/motd.stub
+ else # No motd exists, create empty stub file
+ touch /etc/motd.stub
+ fi
+fi
+
+# Update motd:
+if [ -f /etc/motd.stub ]; then
+ # Insert stub
+ cp /etc/motd.stub /tmp/motd.new
+fi
-cp /var/run/motd.orig /var/run/motd.new
-if mythtv-status $ARGS -h $HOST >> /var/run/motd.new
+# Add mythtv status to end of stub
+if mythtv-status $ARGS -h $HOST >> /tmp/motd.new
then
- mv /var/run/motd.new /var/run/motd
+ cp /tmp/motd.new /etc/motd # If succesful, replace motd
+fi
+
+if [ -f /tmp/motd.new ]; then
+ rm /tmp/motd.new
fi
--- NEW FILE mythtv-status.spec ---
Name: mythtv-status
Version: 0.9.0
Release: 5%{?dist}
Summary: Get the current status of your MythTV system at the command line
Group: Applications/Multimedia
# Scripts claim to be under GPLv2 but COPYING and ChangeLog state license
# is GPLv3. Contacted upstream, new release coming soon.
License: GPLv3
URL: http://www.etc.gen.nz/projects/mythtv/mythtv-status.html
Source0: http://www.etc.gen.nz/projects/mythtv/tarballs/mythtv-status-0.9.0.tar.gz
# Patch for Fedora specifics
Patch0: mythtv-status-fedora.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
# Requires not detected automatically
Requires: mythtv-backend
Requires: perl(MythTV)
%description
This Perl script will display the current status of your MythTV system at the
command line. It can optionally append it to the system message of the day
(MOTD) on a regular basis.
If you want to enable motd update, edit /etc/sysconfig/mythtv-status and change
UPDATEMOTD=no to UPDATEMOTD=yes. The update is run hourly. The resulting motd
is based on /etc/motd.stub, added with the output of mythtv-status.
%prep
%setup -q
%patch0 -p1
%build
%install
rm -rf %{buildroot}
# Install scripts
mkdir -p %{buildroot}/%{_bindir} %{buildroot}/%{_sbindir}
install -p -m 755 bin/mythtv-status bin/mythtv_recording_{now,soon} %{buildroot}/%{_bindir}
install -p -m 755 bin/mythtv-update-motd %{buildroot}/%{_sbindir}
# Man files
mkdir -p %{buildroot}/%{_mandir}/man1
install -p -m 644 man/* %{buildroot}/%{_mandir}/man1
# Sysconfig file
mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig
echo -e "HOST=127.0.0.1\nUPDATEMOTD=no" > %{buildroot}/%{_sysconfdir}/sysconfig/%{name}
# Cron file to update motd, doesn't do anything if not enabled in sysconfig
mkdir -p %{buildroot}%{_sysconfdir}/cron.hourly
echo -e "#!/bin/sh\n/usr/sbin/mythtv-update-motd" > %{buildroot}%{_sysconfdir}/cron.hourly/mythtv-update-motd.cron
chmod 755 %{buildroot}%{_sysconfdir}/cron.hourly/mythtv-update-motd.cron
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING FAQ README THANKS
%{_bindir}/mythtv*
%{_sbindir}/mythtv*
%{_mandir}/man1/mythtv*.1.gz
%{_sysconfdir}/cron.hourly/mythtv-update-motd.cron
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%changelog
* Thu Dec 16 2010 Jussi Lehtola <jussi.lehtola(a)iki.fi> - 0.9.0-5
- Changed R: perl-net-UPnP to R: perl(MythTV).
* Mon Apr 13 2009 Jussi Lehtola <jussi.lehtola(a)iki.fi> - 0.9.0-4
- Copy motd instead of move to avoid SELinux errors.
- Fix motd update to use stub instead of motd.
* Sun Apr 12 2009 Jussi Lehtola <jussi.lehtola(a)iki.fi> - 0.9.0-3
- Modify motd update method and update script location.
* Sat Apr 11 2009 Jussi Lehtola <jussi.lehtola(a)iki.fi> - 0.9.0-2
- Fix sysconfig file location.
* Sat Apr 11 2009 Jussi Lehtola <jussi.lehtola(a)iki.fi> - 0.9.0-1
- First release.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-status/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 9 Jan 2011 11:33:39 -0000 1.1
+++ sources 18 Jan 2011 15:51:48 -0000 1.2
@@ -0,0 +1 @@
+953828e140f166252c7ba65dce63f1d6 mythtv-status-0.9.0.tar.gz
13 years, 10 months
rpms/mythtv-status/devel mythtv-status-fedora.patch, NONE, 1.1 mythtv-status.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Susi Lehtola
Author: jussilehtola
Update of /cvs/free/rpms/mythtv-status/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14486/devel
Modified Files:
.cvsignore sources
Added Files:
mythtv-status-fedora.patch mythtv-status.spec
Log Message:
Initial import.
mythtv-status-fedora.patch:
mythtv-update-motd | 29 +++++++++++++++++++++++------
mythtv_recording_now | 6 +++---
mythtv_recording_soon | 6 +++---
3 files changed, 29 insertions(+), 12 deletions(-)
--- NEW FILE mythtv-status-fedora.patch ---
diff -up mythtv-status-0.9.0/bin/mythtv_recording_now.orig mythtv-status-0.9.0/bin/mythtv_recording_now
--- mythtv-status-0.9.0/bin/mythtv_recording_now.orig 2008-07-11 01:13:30.000000000 +0300
+++ mythtv-status-0.9.0/bin/mythtv_recording_now 2009-04-11 11:38:31.000000000 +0300
@@ -9,10 +9,10 @@
# Return an exit code of 0 if the MythTV backend is currently recording
# a show.
-# Where Debian stores the config info.
-if [ -f /etc/default/mythtv-status ]
+# Where Fedora stores the config info.
+if [ -f /etc/sysconfig/mythtv-status ]
then
- . /etc/default/mythtv-status
+ . /etc/sysconfig/mythtv-status
fi
/usr/bin/mythtv-status -h ${HOST:=localhost} --return-code-only --recording-now
diff -up mythtv-status-0.9.0/bin/mythtv_recording_soon.orig mythtv-status-0.9.0/bin/mythtv_recording_soon
--- mythtv-status-0.9.0/bin/mythtv_recording_soon.orig 2008-07-11 01:13:30.000000000 +0300
+++ mythtv-status-0.9.0/bin/mythtv_recording_soon 2009-04-11 11:39:10.000000000 +0300
@@ -9,10 +9,10 @@
# Return an exit code of 0 if the MythTV backend is currently recording
# a show or will be recording a show soon (in the next hour).
-# Where Debian stores the config info.
-if [ -f /etc/default/mythtv-status ]
+# Where Fedora stores the config info.
+if [ -f /etc/sysconfig/mythtv-status ]
then
- . /etc/default/mythtv-status
+ . /etc/sysconfig/mythtv-status
fi
if [ "x$1" != "x" ]
diff -up mythtv-status-0.9.0/bin/mythtv-update-motd.orig mythtv-status-0.9.0/bin/mythtv-update-motd
--- mythtv-status-0.9.0/bin/mythtv-update-motd.orig 2008-07-11 01:13:30.000000000 +0300
+++ mythtv-status-0.9.0/bin/mythtv-update-motd 2009-04-13 11:29:30.000000000 +0300
@@ -1,16 +1,33 @@
#!/bin/bash
-. /etc/default/mythtv-status
+. /etc/sysconfig/mythtv-status
-if [ x$RUN != xyes ]
+if [ x$UPDATEMOTD != xyes ]
then
exit
fi
-[ ! -f /var/run/motd.orig ] && cp /var/run/motd /var/run/motd.orig
+# Check if stub exists. If not, assume motd is OK to use as stub
+if [ ! -f /etc/motd.stub ]; then
+ if [ -f /etc/motd ]; then
+ cp -a /etc/motd /etc/motd.stub
+ else # No motd exists, create empty stub file
+ touch /etc/motd.stub
+ fi
+fi
+
+# Update motd:
+if [ -f /etc/motd.stub ]; then
+ # Insert stub
+ cp /etc/motd.stub /tmp/motd.new
+fi
-cp /var/run/motd.orig /var/run/motd.new
-if mythtv-status $ARGS -h $HOST >> /var/run/motd.new
+# Add mythtv status to end of stub
+if mythtv-status $ARGS -h $HOST >> /tmp/motd.new
then
- mv /var/run/motd.new /var/run/motd
+ cp /tmp/motd.new /etc/motd # If succesful, replace motd
+fi
+
+if [ -f /tmp/motd.new ]; then
+ rm /tmp/motd.new
fi
--- NEW FILE mythtv-status.spec ---
Name: mythtv-status
Version: 0.9.0
Release: 5%{?dist}
Summary: Get the current status of your MythTV system at the command line
Group: Applications/Multimedia
# Scripts claim to be under GPLv2 but COPYING and ChangeLog state license
# is GPLv3. Contacted upstream, new release coming soon.
License: GPLv3
URL: http://www.etc.gen.nz/projects/mythtv/mythtv-status.html
Source0: http://www.etc.gen.nz/projects/mythtv/tarballs/mythtv-status-0.9.0.tar.gz
# Patch for Fedora specifics
Patch0: mythtv-status-fedora.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
# Requires not detected automatically
Requires: mythtv-backend
Requires: perl(MythTV)
%description
This Perl script will display the current status of your MythTV system at the
command line. It can optionally append it to the system message of the day
(MOTD) on a regular basis.
If you want to enable motd update, edit /etc/sysconfig/mythtv-status and change
UPDATEMOTD=no to UPDATEMOTD=yes. The update is run hourly. The resulting motd
is based on /etc/motd.stub, added with the output of mythtv-status.
%prep
%setup -q
%patch0 -p1
%build
%install
rm -rf %{buildroot}
# Install scripts
mkdir -p %{buildroot}/%{_bindir} %{buildroot}/%{_sbindir}
install -p -m 755 bin/mythtv-status bin/mythtv_recording_{now,soon} %{buildroot}/%{_bindir}
install -p -m 755 bin/mythtv-update-motd %{buildroot}/%{_sbindir}
# Man files
mkdir -p %{buildroot}/%{_mandir}/man1
install -p -m 644 man/* %{buildroot}/%{_mandir}/man1
# Sysconfig file
mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig
echo -e "HOST=127.0.0.1\nUPDATEMOTD=no" > %{buildroot}/%{_sysconfdir}/sysconfig/%{name}
# Cron file to update motd, doesn't do anything if not enabled in sysconfig
mkdir -p %{buildroot}%{_sysconfdir}/cron.hourly
echo -e "#!/bin/sh\n/usr/sbin/mythtv-update-motd" > %{buildroot}%{_sysconfdir}/cron.hourly/mythtv-update-motd.cron
chmod 755 %{buildroot}%{_sysconfdir}/cron.hourly/mythtv-update-motd.cron
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING FAQ README THANKS
%{_bindir}/mythtv*
%{_sbindir}/mythtv*
%{_mandir}/man1/mythtv*.1.gz
%{_sysconfdir}/cron.hourly/mythtv-update-motd.cron
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%changelog
* Thu Dec 16 2010 Jussi Lehtola <jussi.lehtola(a)iki.fi> - 0.9.0-5
- Changed R: perl-net-UPnP to R: perl(MythTV).
* Mon Apr 13 2009 Jussi Lehtola <jussi.lehtola(a)iki.fi> - 0.9.0-4
- Copy motd instead of move to avoid SELinux errors.
- Fix motd update to use stub instead of motd.
* Sun Apr 12 2009 Jussi Lehtola <jussi.lehtola(a)iki.fi> - 0.9.0-3
- Modify motd update method and update script location.
* Sat Apr 11 2009 Jussi Lehtola <jussi.lehtola(a)iki.fi> - 0.9.0-2
- Fix sysconfig file location.
* Sat Apr 11 2009 Jussi Lehtola <jussi.lehtola(a)iki.fi> - 0.9.0-1
- First release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mythtv-status/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 9 Jan 2011 11:33:39 -0000 1.1
+++ .cvsignore 18 Jan 2011 15:45:13 -0000 1.2
@@ -0,0 +1 @@
+mythtv-status-0.9.0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-status/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 9 Jan 2011 11:33:39 -0000 1.1
+++ sources 18 Jan 2011 15:45:14 -0000 1.2
@@ -0,0 +1 @@
+953828e140f166252c7ba65dce63f1d6 mythtv-status-0.9.0.tar.gz
13 years, 10 months