public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10.2: - f9+: don't build/include konq(3) side bar support
@ 2026-07-06 18:30 Rex Dieter
  0 siblings, 0 replies; only message in thread
From: Rex Dieter @ 2026-07-06 18:30 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/amarok
Branch : epel10.2
Commit : 2d4985ab0498b89c1722af487f78a76f2c54f9a2
Author : Rex Dieter <rdieter@fedoraproject.org>
Date   : 2008-01-10T03:38:31+00:00
Stats  : +14/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/amarok/c/2d4985ab0498b89c1722af487f78a76f2c54f9a2?branch=epel10.2

Log:
- f9+: don't build/include konq(3) side bar support

---
diff --git a/amarok.spec b/amarok.spec
index 63f6575..de6ccec 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -6,7 +6,7 @@
 Name:       amarok
 Summary:    Media player
 Version:    1.4.8
-Release:    1%{?dist}
+Release:    2%{?dist}
 
 Group: 	    Applications/Multimedia
 License:    GPLv2+
@@ -32,7 +32,12 @@ BuildRequires:  gettext
 %ifnarch ppc64 x86_64 s390 s390x ia64 sparc sparc64 alpha
 BuildRequires:  HelixPlayer
 %endif
+%if 0%{?fedora} > 8
+BuildRequires:  kdelibs3-devel
+%else
+%define kde3 1
 BuildRequires:  kdebase3-devel
+%endif
 BuildRequires:  taglib-devel 
 BuildRequires:  libifp-devel
 # Ipod
@@ -185,14 +190,17 @@ rm -fr $RPM_BUILD_ROOT
 %{_bindir}/amarokapp
 %{_bindir}/amarokcollectionscanner
 %{_bindir}/amarok_proxy.rb
-%{_datadir}/apps/%{name}
+%{_datadir}/apps/amarok/
 %{_datadir}/icons/hicolor/*/*
 %{_datadir}/applications/kde/*.desktop
 %{_datadir}/servicetypes/*.desktop
+%if 0%{?kde3}
+# these 3 pull in kdebase
 %{_datadir}/apps/konqueror/servicemenus/*.desktop
 %{_libdir}/kde3/konqsidebar_universalamarok.*
-%{_libdir}/libamarok.*
 %{_datadir}/apps/konqsidebartng/*/amarok.desktop
+%endif
+%{_libdir}/libamarok.*
 %{_datadir}/apps/profiles/amarok.profile.xml
 %{_datadir}/config/amarokrc
 %{_datadir}/config.kcfg/*.kcfg
@@ -252,6 +260,9 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan 09 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 1.4.8-2
+- f9+: don't build/include konq(3) side bar support
+
 * Thu Dec 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.4.8-1
 - amarok-1.4.8
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-06 18:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 18:30 [rpms/amarok] epel10.2: - f9+: don't build/include konq(3) side bar support Rex Dieter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox