public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10.2: scriptet polish
@ 2026-07-06 18:31 Rex Dieter
0 siblings, 0 replies; only message in thread
From: Rex Dieter @ 2026-07-06 18:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/amarok
Branch : epel10.2
Commit : f0275d3ce1a9314900e2c091c703e8e569c3b430
Author : Rex Dieter <rdieter@math.unl.edu>
Date : 2014-07-08T13:12:22-05:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/amarok/c/f0275d3ce1a9314900e2c091c703e8e569c3b430?branch=epel10.2
Log:
scriptet polish
---
diff --git a/amarok.spec b/amarok.spec
index 69bde94..e3dcaa8 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -6,7 +6,7 @@
Name: amarok
Summary: Media player
Version: 2.8.0
-Release: 7%{?dist}
+Release: 8%{?dist}
# KDE e.V. may determine that future GPL versions are accepted
License: GPLv2 or GPLv3
@@ -157,7 +157,7 @@ desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/amarok_cont
%post
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null || :
-touch --no-create %{_datadir}/mime/packages ||:
+touch --no-create %{_datadir}/mime/packages &> /dev/null || :
%posttrans
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
@@ -169,7 +169,7 @@ if [ $1 -eq 0 ] ; then
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null || :
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
update-desktop-database -q &> /dev/null ||:
-touch --no-create %{_datadir}/mime/packages ||:
+touch --no-create %{_datadir}/mime/packages &> /dev/null || :
update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
fi
@@ -257,6 +257,9 @@ fi
%changelog
+* Tue Jul 08 2014 Rex Dieter <rdieter@fedoraproject.org> 2.8.0-8
+- scriptet polish
+
* Thu Jul 03 2014 Rex Dieter <rdieter@fedoraproject.org> 2.8.0-7
- optimize mimeinfo scriplet
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 18:31 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:31 [rpms/amarok] epel10.2: scriptet polish Rex Dieter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox