rpms/mediatomb/devel mediatomb.spec,1.15,1.16

rmattes rmattes at fedoraproject.org
Sat Jun 12 20:49:30 UTC 2010


Author: rmattes

Update of /cvs/pkgs/rpms/mediatomb/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20538

Modified Files:
	mediatomb.spec 
Log Message:
* Sat Jun 12 2010 Rich Mattes <richmattes at gmail.com> - 0.12.1-1
- Update to version 12.1
- Remove some patches, now included upstream
- Fix rawhide FTBFS errors



Index: mediatomb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mediatomb/devel/mediatomb.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- mediatomb.spec	21 Aug 2009 14:30:27 -0000	1.15
+++ mediatomb.spec	12 Jun 2010 20:49:30 -0000	1.16
@@ -1,17 +1,16 @@
-Version: 0.11.0
+Version: 0.12.1
 Summary: UPnP AV MediaServer 
 Name: mediatomb
-Release: 11%{?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-disable.patch
-Patch1: mediatomb_fedora11.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
 BuildRequires: expat-devel, libcurl-devel
+BuildRequires: libmp4v2-devel
 %if 0%{?fedora} >= 9
 BuildRequires: xulrunner-devel
 %else
@@ -32,14 +31,12 @@ MediaTomb implements the UPnP MediaServe
 be found on http://www.upnp.org/.
 %prep 
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %if 0%{?fedora} >= 11
-%configure --enable-inotify --enable-taglib --enable-libjs --with-js-h=%{_includedir}/xulrunner-sdk-1.9.1/js/
+%configure --enable-inotify --enable-taglib --enable-libjs
 %else if 0%{?fedora} = 10
-%configure --enable-inotify --enable-taglib --enable-libjs --with-js-h=%{_includedir}/xulrunner-sdk-1.9/js/
+%configure --enable-inotify --enable-taglib --enable-libjs --with-js-h=%{_includedir}/xulrunner-sdk-1.9/js
 %else
 %configure --enable-inotify --enable-taglib --enable-libjs
 %endif
@@ -101,6 +98,11 @@ fi
 %{_initrddir}/mediatomb
 
 %changelog
+* Sat Jun 12 2010 Rich Mattes <richmattes at gmail.com> - 0.12.1-1
+- Update to version 12.1
+- Remove some patches, now included upstream
+- Fix rawhide FTBFS errors
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 0.11.0-11
 - rebuilt with new openssl
 



More information about the scm-commits mailing list