public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jigdo] epel10: Remove vendor prefix from desktop file for f19+ https://fedorahosted.org/fesco/ticket/1077
@ 2026-08-21 17:27 Toshio Kuratomi
0 siblings, 0 replies; only message in thread
From: Toshio Kuratomi @ 2026-08-21 17:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/jigdo
Branch : epel10
Commit : 9b68723bd93d66b2ca3bfdc0457666140e3a6555
Author : Toshio Kuratomi <toshio@fedoraproject.org>
Date : 2013-03-06T13:47:05-08:00
Stats : +8/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/jigdo/c/9b68723bd93d66b2ca3bfdc0457666140e3a6555?branch=epel10
Log:
Remove vendor prefix from desktop file for f19+ https://fedorahosted.org/fesco/ticket/1077
---
diff --git a/jigdo.spec b/jigdo.spec
index bea52f2..3679e22 100644
--- a/jigdo.spec
+++ b/jigdo.spec
@@ -1,6 +1,6 @@
Name: jigdo
Version: 0.7.3
-Release: 16%{?dist}
+Release: 17%{?dist}
Summary: Ease distribution of large files over the Internet
Group: Applications/Internet
@@ -52,7 +52,10 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/jigdo-mirror \
%find_lang %{name}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
-desktop-file-install --vendor fedora \
+desktop-file-install \
+%if (0%{?fedora} && 0%{?fedora} < 19) || (0%{?rhel} && 0%{?rhel} < 7)
+ --vendor fedora \
+%endif
--dir $RPM_BUILD_ROOT/%{_datadir}/applications \
--add-category X-Fedora-Extra \
%{SOURCE1}
@@ -85,6 +88,9 @@ install -m 0755 scripts/jigdo-mirror $RPM_BUILD_ROOT%{_bindir}/jigdo-mirror
%changelog
+* Wed Mar 6 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.7.3-17
+- Remove vendor prefix from desktop file for f19+ https://fedorahosted.org/fesco/ticket/1077
+
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.3-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 17:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 17:27 [rpms/jigdo] epel10: Remove vendor prefix from desktop file for f19+ https://fedorahosted.org/fesco/ticket/1077 Toshio Kuratomi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox