rpms/museek+/devel museek+.spec,1.12,1.13

Julian Sikorski belegdol at fedoraproject.org
Wed Jun 10 23:10:52 UTC 2009


Author: belegdol

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

Modified Files:
	museek+.spec 
Log Message:
Dropped unnecessary byte compilation workaround for Fedora 11 and above


Index: museek+.spec
===================================================================
RCS file: /cvs/extras/rpms/museek+/devel/museek+.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- museek+.spec	27 Feb 2009 17:59:20 -0000	1.12
+++ museek+.spec	10 Jun 2009 23:10:21 -0000	1.13
@@ -2,7 +2,7 @@
 
 Name:           museek+
 Version:        0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Soulseek filesharing client
 
 Group:          Applications/Internet
@@ -35,6 +35,7 @@ Museek+ is a file-sharing application fo
 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
@@ -44,6 +45,7 @@ Museek+ is a file-sharing application fo
 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
@@ -53,6 +55,7 @@ Requires:       %{name}-core = %{version
 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
@@ -63,6 +66,7 @@ Requires:       %{name}-bindings = %{ver
 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
@@ -78,6 +82,7 @@ BuildArch: noarch
 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
@@ -103,6 +108,7 @@ BuildArch: noarch
 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
 
@@ -174,8 +180,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/museekchat
 %{_bindir}/museekcontrol
 %{_bindir}/musirc.py
+%if 0%{?fedora} < 11
 %exclude %{_bindir}/musirc.pyo
 %exclude %{_bindir}/musirc.pyc
+%endif
 %{_mandir}/man1/mulog.1*
 %{_mandir}/man1/museekcontrol.1*
 
@@ -208,6 +216,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 11 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-2
+- Dropped unnecessary byte compilation workaround for Fedora 11 and above
+
 * Fri Feb 27 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-1
 - Updated to 0.2 final
 - Updated the URL, the SourceForge page is outdated




More information about the fedora-extras-commits mailing list