[mediatomb: 2/4] Changed import.js to a configuration file (#674861)

rmattes rmattes at fedoraproject.org
Wed Feb 9 02:50:38 UTC 2011


commit 8a64fd692a6ed2cd421954550dbfb1ec3ec70bef
Author: Rich Mattes <richmattes at gmail.com>
Date:   Tue Feb 8 21:32:24 2011 -0500

    Changed import.js to a configuration file (#674861)

 mediatomb.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/mediatomb.spec b/mediatomb.spec
index e409357..f1e63df 100644
--- a/mediatomb.spec
+++ b/mediatomb.spec
@@ -1,7 +1,7 @@
 Version: 0.12.1
 Summary: UPnP AV MediaServer 
 Name: mediatomb
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: MediaTomb - UPnP AV Mediaserver for Linux
 License: GPLv2
 Group: Applications/Multimedia
@@ -112,6 +112,7 @@ fi
 %attr(-,mediatomb,mediatomb)%config(noreplace) %{_sysconfdir}/mediatomb.conf
 %attr(-,mediatomb,mediatomb)%dir %{_sysconfdir}/%{name}/
 %attr(-,mediatomb,mediatomb)%ghost %{_sysconfdir}/%{name}/*
+%config(noreplace) %{_datadir}/%{name}/js/import.js
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 %{_bindir}/mediatomb
 %{_datadir}/%{name}/
@@ -119,6 +120,10 @@ fi
 %{_initrddir}/mediatomb
 
 %changelog
+* Tue Feb 08 2011 Rich Mattes <richmattes at gmail.com> - 0.12.1-7
+- Fixed build errors for gcc 4.6 upgrade
+- Changed import.js to a configuration file (#674861)
+
 * Tue Jan 11 2011 Rich Mattes <richmattes at gmail.com> - 0.12.1-6
 - Enable lastfmlib support (rhbz #638573)
 


More information about the scm-commits mailing list