public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10: .spec cosmetics, cleanup
@ 2026-07-06 18:04 Rex Dieter
  0 siblings, 0 replies; only message in thread
From: Rex Dieter @ 2026-07-06 18:04 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/amarok
Branch : epel10
Commit : d02df4c10e4606369d16c78ad927973b62f5bef3
Author : Rex Dieter <rdieter@fedoraproject.org>
Date   : 2012-01-27T12:45:31-06:00
Stats  : +3/-15 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/amarok/c/d02df4c10e4606369d16c78ad927973b62f5bef3?branch=epel10

Log:
.spec cosmetics, cleanup

---
diff --git a/amarok.spec b/amarok.spec
index 27687ad..3a4863f 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -4,7 +4,6 @@ Summary: Media player
 Version: 2.5.0
 Release: 4%{?dist}
 
-Group: 	 Applications/Multimedia
 # KDE e.V. may determine that future GPL versions are accepted
 License: GPLv2 or GPLv3
 Url:     http://amarok.kde.org/
@@ -59,7 +58,6 @@ Amarok is a multimedia player with:
 
 %package libs
 Summary: Runtime libraries for %{name}
-Group:   System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
 %{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}}
 %description libs
@@ -67,7 +65,6 @@ Requires: %{name} = %{version}-%{release}
 
 %package utils
 Summary: Amarok standalone utilities
-Group: Applications/Multimedia
 Obsoletes: amarok-collectionscanner < 2.0.90-2
 Obsoletes: amarok-utilities < 2.0.96
 %description utils 
@@ -118,10 +115,6 @@ desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/amarok.desk
 desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/amarok_containers.desktop
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %post
 touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null || :
 
@@ -136,13 +129,7 @@ gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
 update-desktop-database -q &> /dev/null ||:
 fi
 
-%post libs -p /sbin/ldconfig
-
-%postun libs -p /sbin/ldconfig
-
-
 %files 
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README
 %{_kde4_bindir}/amarok
 %{_kde4_bindir}/amarokpkg
@@ -167,8 +154,10 @@ fi
 %{_kde4_libdir}/kde4/*.so
 %{_datadir}/dbus-1/interfaces/*.xml
 
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
+
 %files libs
-%defattr(-,root,root,-)
 %{_kde4_libdir}/libamarokcore.so.1*
 %{_kde4_libdir}/libamaroklib.so.1*
 %{_kde4_libdir}/libamarokocsclient.so.4*
@@ -178,7 +167,6 @@ fi
 %{_kde4_libdir}/libampache_account_login.so
 
 %files utils -f amarokcollectionscanner_qt.lang
-%defattr(-,root,root,-)
 %{_kde4_bindir}/amarokcollectionscanner
 
 %files doc -f %{name}.lang

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

only message in thread, other threads:[~2026-07-06 18:04 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:04 [rpms/amarok] epel10: .spec cosmetics, cleanup Rex Dieter

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