rpms/mediatomb/F-8 mediatomb-service-disable.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 mediatomb.spec, 1.2, 1.3 sources, 1.2, 1.3 mediatomb-conf-fedora.patch, 1.1, NONE mediatomb-service.patch, 1.1, NONE mediatomb_update.patch, 1.1, NONE

Marc Wiriadisastra (mwiriadi) fedora-extras-commits at redhat.com
Sun Mar 2 16:57:44 UTC 2008


Author: mwiriadi

Update of /cvs/pkgs/rpms/mediatomb/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7123/F-8

Modified Files:
	.cvsignore mediatomb.spec sources 
Added Files:
	mediatomb-service-disable.patch 
Removed Files:
	mediatomb-conf-fedora.patch mediatomb-service.patch 
	mediatomb_update.patch 
Log Message:

 New release version 0.11.0
 Upstream has asked me to remove libextractor
 added inotify which works
 Removed patches due to upstream inclusion
 Added expat-devel
 Build with xulrunner
 Added patch to remove automatic service up and chkconfig up



mediatomb-service-disable.patch:

--- NEW FILE mediatomb-service-disable.patch ---
--- mediatomb-0.11.0/scripts/mediatomb-service-fedora	2008-03-02 07:48:34.000000000 +0900
+++ mediatomb-0.11.0.mod/scripts/mediatomb-service-fedora	2008-03-03 00:54:27.000000000 +0900
@@ -2,7 +2,7 @@
 #
 # mediatomb This script starts and stops the mediatomb daemon
 #
-# chkconfig: 2345 95 30
+# chkconfig: - 95 30
 # processname: mediatomb
 # description: mediatomb is a daemon process which provides a UPnP service
 # config: /etc/mediatomb


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mediatomb/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	3 Jan 2008 08:37:12 -0000	1.2
+++ .cvsignore	2 Mar 2008 16:57:10 -0000	1.3
@@ -1 +1 @@
-mediatomb-0.10.0.tar.gz
+mediatomb-0.11.0.tar.gz


Index: mediatomb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mediatomb/F-8/mediatomb.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mediatomb.spec	4 Jan 2008 23:57:17 -0000	1.2
+++ mediatomb.spec	2 Mar 2008 16:57:10 -0000	1.3
@@ -1,18 +1,22 @@
-Version: 0.10.0
+Version: 0.11.0
 Summary: UPnP AV MediaServer 
 Name: mediatomb
-Release: 8%{?dist}
+Release: 1%{?dist}
 Summary: MediaTomb - UPnP AV Mediaserver for Linux
 License: GPLv2
 Group: Applications/Multimedia
 Source: http://downloads.sourceforge.net/mediatomb/%{name}-%{version}.tar.gz
-Patch0: mediatomb-service.patch
-Patch1: mediatomb-conf-fedora.patch
-Patch2: mediatomb_update.patch
+Patch0: mediatomb-service-disable.patch
 URL: http://mediatomb.cc
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
-BuildRequires: sqlite-devel, mysql-devel, libexif-devel, id3lib-devel, file-devel, js-devel, zlib-devel, taglib-devel, libextractor-devel
-Requires: mysql
+BuildRequires: sqlite-devel, mysql-devel, libexif-devel, id3lib-devel, file-devel, js-devel, zlib-devel, taglib-devel
+BuildRequires: expat-devel
+%if 0%{?fedora} >= 9
+BuildRequires: xulrunner-devel
+%else
+BuildRequires: firefox-devel
+%endif
+Requires: mysql, expat
 Requires(pre): shadow-utils
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
@@ -28,11 +32,13 @@
 %prep 
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
-%configure --enable-libextractor
+%if 0%{?fedora} >= 9
+%configure --enable-inotify --enable-taglib --enable-libjs --with-js-h=%{_includedir}/xulrunner-sdk-1.9pre/js/
+%else
+%configure --enable-inotify --enable-taglib --enable-libjs
+%endif
 %{__make} %{?_smp_mflags}
 
 
@@ -52,9 +58,9 @@
 %{__cat} > $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/%{name} << 'EOF'
 /var/log/mediatomb {
 create 644 root root
-	monthly
-	compress
-	missingok
+      monthly
+      compress
+      missingok
 }
 EOF
 
@@ -91,6 +97,18 @@
 %{_initrddir}/mediatomb
 
 %changelog
+* Sun Mar 2 2008 Marc Wiriadisastra <marc at mwiriadi.id.au> 0.11.0-1
+- New release version 0.11.0
+- Upstream has asked me to remove libextractor
+- added inotify which works
+- Removed patches due to upstream inclusion
+- Added expat-devel
+- Build with xulrunner
+- Added patch to remove automatic service up and chkconfig up
+
+* Wed Feb 13 2008 Marc Wiriadisastra <marc at mwiriadi.id.au> 0.10.0-9
+- Rebuild for gcc4.3
+
 * Sat Jan 5 2008 Marc Wiriadisastra <marc at mwiriadi.id.au> 0.10.0-8
 - Added patch from upstream fixes the following issues (no bugs #)
 - fixes 64bit issues in libupnp


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mediatomb/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	3 Jan 2008 08:37:12 -0000	1.2
+++ sources	2 Mar 2008 16:57:10 -0000	1.3
@@ -1 +1 @@
-2436c73de4ac5f3ba1575f7ee93a0430  mediatomb-0.10.0.tar.gz
+661f08933830d920de21436fe122fb15  mediatomb-0.11.0.tar.gz


--- mediatomb-conf-fedora.patch DELETED ---


--- mediatomb-service.patch DELETED ---


--- mediatomb_update.patch DELETED ---




More information about the fedora-extras-commits mailing list