rpms/museek+/devel .cvsignore, 1.3, 1.4 museek+.spec, 1.6, 1.7 sources, 1.3, 1.4 museek+-gcc43.patch, 1.1, NONE

Julian Sikorski belegdol at fedoraproject.org
Sun Nov 30 09:55:27 UTC 2008


Author: belegdol

Update of /cvs/extras/rpms/museek+/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28155

Modified Files:
	.cvsignore museek+.spec sources 
Removed Files:
	museek+-gcc43.patch 
Log Message:
* Sun Nov 30 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.1.20081126svn1027
- Updated to 0.2 SVN snapshot
- Split the package into several parts



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/museek+/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	26 Aug 2007 07:52:34 -0000	1.3
+++ .cvsignore	30 Nov 2008 09:54:54 -0000	1.4
@@ -1 +1 @@
-museek+-0.1.13.tar.bz2
+museek+-snapshot.tar.bz2


Index: museek+.spec
===================================================================
RCS file: /cvs/extras/rpms/museek+/devel/museek+.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- museek+.spec	29 Nov 2008 16:55:41 -0000	1.6
+++ museek+.spec	30 Nov 2008 09:54:55 -0000	1.7
@@ -1,40 +1,107 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           museek+
-Version:        0.1.13
-Release:        4%{?dist}
+Version:        0.2
+Release:        0.1.20081126svn1027%{?dist}
 Summary:        A Soulseek filesharing client
 
 Group:          Applications/Internet
 License:        GPLv2+
 URL:            http://museek-plus.sourceforge.net/
-Source0:        http://dl.sourceforge.net/museek-plus/%{name}-%{version}.tar.bz2
-Patch0:         museek+-gcc43.patch
+#Source0:        http://dl.sourceforge.net/museek-plus/%{name}-%{version}.tar.bz2
+Source0:        http://dl.sourceforge.net/museek-plus/%{name}-snapshot.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: desktop-file-utils
-BuildRequires: python-devel
-BuildRequires: libxml++-devel
-BuildRequires: qt3-devel
-BuildRequires: gamin-devel
-BuildRequires: swig
-BuildRequires: libvorbis-devel
-BuildRequires: PyXML
-BuildRequires: pygtk2-devel
-BuildRequires: cmake
-BuildRequires: qt-qsa-devel
+BuildRequires:  desktop-file-utils
+BuildRequires:  python-devel
+BuildRequires:  libxml++-devel
+BuildRequires:  qt4-devel
+BuildRequires:  gamin-devel
+BuildRequires:  swig
+BuildRequires:  libvorbis-devel
+BuildRequires:  PyXML
+BuildRequires:  pygtk2-devel
+BuildRequires:  cmake
+
+Requires:       %{name}-bindings = %{version}-%{release}
+Requires:       %{name}-core = %{version}-%{release}
+Requires:       %{name}-mucous = %{version}-%{release}
+Requires:       %{name}-murmur = %{version}-%{release}
+Requires:       %{name}-museeq = %{version}-%{release}
+Requires:       %{name}-tools = %{version}-%{release}
 
 %description
-Museek is a Soulseek filesharing client.
+Museek+ is a file-sharing application for the Soulseek peer-to-peer network. It
+is written in C++. This is a meta-package which will install museek daemon and
+all available clients.
+
+%package core
+Summary:        Museek+ core package
+Group:          Applications/Internet
+
+%description core
+Museek+ is a file-sharing application for the Soulseek peer-to-peer network. It
+is written in C++. This package contains the museek daemon, setup tools and
+other essential files.
+
+%package bindings
+Summary:        Python bindings for Museek+
+Group:          Applications/Internet
+Requires:       %{name}-core = %{version}-%{release}
+
+%description bindings
+Museek+ is a file-sharing application for the Soulseek peer-to-peer network. It
+is written in C++. This package contains Python bindings for Museek+.
+
+%package mucous
+Summary:        A Curses Museek+ client
+Group:          Applications/Internet
+Requires:       %{name}-core = %{version}-%{release}
+Requires:       %{name}-bindings = %{version}-%{release}
+
+%description mucous
+Museek+ is a file-sharing application for the Soulseek peer-to-peer network. It
+is written in C++. This package contains a Curses GUI for Museek+.
+
+%package murmur
+Summary:        A PyGTK Museek+ client
+Group:          Applications/Internet
+Requires:       %{name}-core = %{version}-%{release}
+Requires:       %{name}-bindings = %{version}-%{release}
+Requires:       pygtk2
+
+%description murmur
+Museek+ is a file-sharing application for the Soulseek peer-to-peer network. It
+is written in C++. This package contains a PyGTK GUI for Museek+.
+
+%package museeq
+Summary:        A Qt Museek+ client
+Group:          Applications/Internet
+Requires:       %{name}-core = %{version}-%{release}
+Requires:       PyQt
+
+%description museeq
+Museek+ is a file-sharing application for the Soulseek peer-to-peer network. It
+is written in C++. This package contains a Qt GUI for Museek+.
+
+
+%package tools
+Summary:        Python tools for Museek+
+Group:          Applications/Internet
+Requires:       %{name}-core = %{version}-%{release}
+Requires:       %{name}-bindings = %{version}-%{release}
+
+%description tools
+Museek+ is a file-sharing application for the Soulseek peer-to-peer network. It
+is written in C++. This package contains Python tools for Museek+.
 
 %prep
-%setup -q
-%patch0 -p0 -b .gcc43
+#%setup -q
+%setup -q -n %{name}
 
 
 %build
-%cmake -DEVERYTHING=1 -DMANDIR=%{_mandir} \
-  -DTRAYICON=1 -DBINRELOC=0 .
+%cmake -DEVERYTHING=1 -DMANDIR=%{_mandir} .
 make VERBOSE=1 %{?_smp_mflags}
 
 
@@ -70,41 +137,74 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG COPYING CREDITS LICENSE README TODO
-%{_bindir}/mucous
-%{_bindir}/mulog
-%{_bindir}/murmur
+
+%files core
+%defattr(-,root,root,-)
+%doc COPYING CREDITS LICENSE README TODO
+
 %{_bindir}/muscan
 %{_bindir}/muscand
-%{_bindir}/museekchat
-%{_bindir}/museekcontrol
 %{_bindir}/museekd
-%{_bindir}/museeq
 %{_bindir}/musetup
-%{_bindir}/musetup-gtk
-%{_bindir}/musetup-qt
-%{_bindir}/musirc.py
-%exclude %{_bindir}/musirc.pyo
-%exclude %{_bindir}/musirc.pyc
+%{_mandir}/man1/muscan.1*
+%{_mandir}/man1/muscand.1*
+%{_mandir}/man1/museekd.1*
+%{_mandir}/man1/musetup.1*
+%dir %{_datadir}/museek
+%{_datadir}/museek/museekd
+%{_datadir}/pixmaps/museek_alt2.png
+
+%files bindings
+%defattr(-,root,root,-)
 %{python_sitelib}/_mucipherc.so
 %{python_sitelib}/mucipher.py*
 %{python_sitelib}/mucipherc.py*
 %{python_sitelib}/museek
+
+%files tools
+%defattr(-,root,root,-)
+%{_bindir}/mulog
+%{_bindir}/museekchat
+%{_bindir}/museekcontrol
+%{_bindir}/musirc.py
+%exclude %{_bindir}/musirc.pyo
+%exclude %{_bindir}/musirc.pyc
+%{_mandir}/man1/mulog.1*
+%{_mandir}/man1/museekcontrol.1*
+
+%files mucous
+%defattr(-,root,root,-)
+%{_bindir}/mucous
 %{python_sitelib}/pymucous
+%{_mandir}/man1/mucous.1*
+
+%files murmur
+%defattr(-,root,root,-)
+%{_bindir}/murmur
+%{_bindir}/musetup-gtk
 %{python_sitelib}/pymurmur
-%{_mandir}/man1/*.1.gz
 %{_datadir}/applications/fedora-murmur.desktop
-%{_datadir}/applications/fedora-museeq.desktop
 %{_datadir}/applications/fedora-musetup-gtk.desktop
-%{_datadir}/config.xml.tmpl
-%{_datadir}/museek
+%{_mandir}/man1/murmur.1*
+%{_mandir}/man1/musetup-gtk.1*
 %{_datadir}/pixmaps/murmur-??px.png
-%{_datadir}/pixmaps/museek_alt2.png
+
+%files museeq
+%defattr(-,root,root,-)
+%{_bindir}/museeq
+%{_bindir}/musetup-qt
+%{_mandir}/man1/museeq.1*
+%{_datadir}/applications/fedora-museeq.desktop
+%{_datadir}/museek/museeq
 %{_datadir}/pixmaps/museeq.png
 
 
 
 %changelog
+* Sun Nov 30 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.1.20081126svn1027
+- Updated to 0.2 SVN snapshot
+- Split the package into several parts
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.1.13-4
 - Rebuild for Python 2.6
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/museek+/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	26 Aug 2007 07:52:34 -0000	1.3
+++ sources	30 Nov 2008 09:54:55 -0000	1.4
@@ -1 +1 @@
-7aada627839578ebe525c54a1cef7dc4  museek+-0.1.13.tar.bz2
+b6983ee4c97b4be058b2f87ee479e4d1  museek+-snapshot.tar.bz2


--- museek+-gcc43.patch DELETED ---




More information about the scm-commits mailing list