rpms/museek+/devel .cvsignore, 1.5, 1.6 museek+.spec, 1.15, 1.16 sources, 1.8, 1.9

belegdol belegdol at fedoraproject.org
Wed Feb 24 18:51:59 UTC 2010


Author: belegdol

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

Modified Files:
	.cvsignore museek+.spec sources 
Log Message:
* Wed Feb 24 2010 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.3-0.1.20100126svn1206
- Updated to SVN revision 1206
- python code turned out to be arch-dependent



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/museek+/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	27 Feb 2009 17:59:20 -0000	1.5
+++ .cvsignore	24 Feb 2010 18:51:58 -0000	1.6
@@ -1 +1 @@
-museek+-0.2.tar.bz2
+museek+-current.tar.xz


Index: museek+.spec
===================================================================
RCS file: /cvs/extras/rpms/museek+/devel/museek+.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- museek+.spec	5 Nov 2009 02:44:24 -0000	1.15
+++ museek+.spec	24 Feb 2010 18:51:58 -0000	1.16
@@ -1,14 +1,15 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           museek+
-Version:        0.2
-Release:        3%{?dist}
+Version:        0.3
+Release:        0.1.20100126svn1206%{?dist}
 Summary:        A Soulseek filesharing client
 
 Group:          Applications/Internet
 License:        GPLv2+
 URL:            http://museek-plus.org
-Source0:        http://downloads.sourceforge.net/museek-plus/%{name}-%{version}.tar.bz2
+Source0:        museek+-current.tar.xz
+#Source0:        http://dl.sourceforge.net/museek-plus/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -74,10 +75,6 @@ Requires:       %{name}-core = %{version
 Requires:       %{name}-bindings = %{version}-%{release}
 Requires:       pygtk2
 
-%if 0%{?fedora} >= 10
-BuildArch: noarch
-%endif
-
 %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+.
@@ -100,10 +97,6 @@ Group:          Applications/Internet
 Requires:       %{name}-core = %{version}-%{release}
 Requires:       %{name}-bindings = %{version}-%{release}
 
-%if 0%{?fedora} >= 10
-BuildArch: noarch
-%endif
-
 %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+.
@@ -169,10 +162,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files bindings
 %defattr(-,root,root,-)
-%{python_sitelib}/_mucipherc.so
-%{python_sitelib}/mucipher.py*
-%{python_sitelib}/mucipherc.py*
-%{python_sitelib}/museek
+%{python_sitearch}/_mucipherc.so
+%{python_sitearch}/mucipher.py*
+%{python_sitearch}/mucipherc.py*
+%{python_sitearch}/museek
 
 %files tools
 %defattr(-,root,root,-)
@@ -190,14 +183,14 @@ rm -rf $RPM_BUILD_ROOT
 %files mucous
 %defattr(-,root,root,-)
 %{_bindir}/mucous
-%{python_sitelib}/pymucous
+%{python_sitearch}/pymucous
 %{_mandir}/man1/mucous.1*
 
 %files murmur
 %defattr(-,root,root,-)
 %{_bindir}/murmur
 %{_bindir}/musetup-gtk
-%{python_sitelib}/pymurmur
+%{python_sitearch}/pymurmur
 %{_datadir}/applications/fedora-murmur.desktop
 %{_datadir}/applications/fedora-musetup-gtk.desktop
 %{_mandir}/man1/murmur.1*
@@ -216,6 +209,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Feb 24 2010 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.3-0.1.20100126svn1206
+- Updated to SVN revision 1206
+- python code turned out to be arch-dependent
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/museek+/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	27 Feb 2009 17:59:20 -0000	1.8
+++ sources	24 Feb 2010 18:51:58 -0000	1.9
@@ -1 +1 @@
-66d3eab341e1cd6642f83d329a18c3b5  museek+-0.2.tar.bz2
+54cf0844804979cdba64d5ddd93556ed  museek+-current.tar.xz



More information about the scm-commits mailing list