rpms/museek+/F-10 museek+-0.1.13-tmpldir.patch, NONE, 1.1 museek+.spec, 1.5, 1.6

Julian Sikorski belegdol at fedoraproject.org
Sun Dec 21 15:57:52 UTC 2008


Author: belegdol

Update of /cvs/extras/rpms/museek+/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3002

Modified Files:
	museek+.spec 
Added Files:
	museek+-0.1.13-tmpldir.patch 
Log Message:
* Sun Dec 21 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.1.13-4
- Added patch fixing config template location (Red Hat bug #477524)


museek+-0.1.13-tmpldir.patch:

--- NEW FILE museek+-0.1.13-tmpldir.patch ---
--- museek+-0.1.13/museekd/CMakeLists.txt.tmpldir	2007-08-25 20:04:41.000000000 +0200
+++ museek+-0.1.13/museekd/CMakeLists.txt	2008-12-21 16:42:54.000000000 +0100
@@ -74,6 +74,6 @@
 )
 install(
   FILES "config.xml.tmpl"
-  DESTINATION ${DATADIR}
+  DESTINATION ${DATADIR}/museek/museekd
 )
 MESSAGE("--> Museek Daemon (museekd) will be installed..")


Index: museek+.spec
===================================================================
RCS file: /cvs/extras/rpms/museek+/F-10/museek+.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- museek+.spec	13 Mar 2008 22:31:37 -0000	1.5
+++ museek+.spec	21 Dec 2008 15:57:21 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name:           museek+
 Version:        0.1.13
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A Soulseek filesharing client
 
 Group:          Applications/Internet
@@ -10,6 +10,7 @@
 URL:            http://museek-plus.sourceforge.net/
 Source0:        http://dl.sourceforge.net/museek-plus/%{name}-%{version}.tar.bz2
 Patch0:         museek+-gcc43.patch
+Patch1:         museek+-0.1.13-tmpldir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: desktop-file-utils
@@ -30,6 +31,7 @@
 %prep
 %setup -q
 %patch0 -p0 -b .gcc43
+%patch1 -p1 -b .tmpldir
 
 
 %build
@@ -96,7 +98,6 @@
 %{_datadir}/applications/fedora-murmur.desktop
 %{_datadir}/applications/fedora-museeq.desktop
 %{_datadir}/applications/fedora-musetup-gtk.desktop
-%{_datadir}/config.xml.tmpl
 %{_datadir}/museek
 %{_datadir}/pixmaps/murmur-??px.png
 %{_datadir}/pixmaps/museek_alt2.png
@@ -105,6 +106,9 @@
 
 
 %changelog
+* Sun Dec 21 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.1.13-4
+- Added patch fixing config template location (Red Hat bug #477524)
+
 * Thu Mar 13 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.1.13-3
 - Switched BuildRequires from qt-devel to qt3-devel
 




More information about the fedora-extras-commits mailing list