public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Parag Nemade <paragn@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/vym] epel10: Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
Date: Mon, 20 Jul 2026 18:59:17 GMT [thread overview]
Message-ID: <178457395715.1.1438026722566448644.rpms-vym-8795fa2b480d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/vym
Branch : epel10
Commit : 8795fa2b480dfa29ed690c98384d6b6c983af512
Author : Parag Nemade <paragn@fedoraproject.org>
Date : 2013-02-09T22:00:17+05:30
Stats : +8/-11 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/vym/c/8795fa2b480dfa29ed690c98384d6b6c983af512?branch=epel10
Log:
Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
- Cleanup spec as per recently changed packaging guidelines
---
diff --git a/vym.spec b/vym.spec
index 848bce0..cb9774d 100644
--- a/vym.spec
+++ b/vym.spec
@@ -1,7 +1,7 @@
-%define __requires_exclude .*BugzillaClient.*
+%global __requires_exclude .*BugzillaClient.*
Name: vym
Version: 2.3.11
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: View your mind
Group: Applications/Productivity
@@ -21,8 +21,6 @@ Source7: vym-logo-new-48.png
Source8: vym-logo-new-256.png
#Patch0: vym-2.0.6-gcc470.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
BuildRequires: qt4-devel libXext-devel desktop-file-utils
%{?filter_setup:
@@ -53,12 +51,11 @@ qmake-qt4 DOCDIR="%{_docdir}/%{name}-%{version}" PREFIX=%{_prefix}
%install
-%{__rm} -rf %{buildroot}
%{__make} install INSTALL_ROOT=%{buildroot} COPY="%{__cp} -p -f"
%{__mkdir} -p %{buildroot}%{_datadir}/applications/
-desktop-file-install --vendor fedora \
+desktop-file-install \
--dir %{buildroot}%{_datadir}/applications \
%{SOURCE1}
@@ -87,9 +84,6 @@ install -m a+rx,u+w -d %{buildroot}%{_datadir}/mime/packages
install -p -m a+r,u+w %{SOURCE2} %{buildroot}%{_datadir}/mime/packages/vym.xml
-%clean
-%{__rm} -rf %{buildroot}
-
%post
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
@@ -107,11 +101,10 @@ fi
update-desktop-database &> /dev/null || :
%files
-%defattr(-,root,root,-)
%doc LICENSE.txt README.txt INSTALL.txt demos/* doc/*
%{_bindir}/%{name}
%{_datadir}/%{name}/
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/16x16/apps/%{name}*
%{_datadir}/icons/hicolor/22x22/apps/%{name}*
%{_datadir}/icons/hicolor/24x24/apps/%{name}*
@@ -122,6 +115,10 @@ update-desktop-database &> /dev/null || :
%changelog
+* Sat Feb 09 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 2.3.11-2
+- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
+- Cleanup spec as per recently changed packaging guidelines
+
* Thu Jan 03 2013 Jon Ciesla <limburgher@gmail.com> - 2.3.11-1
- Latest upstream, BZ 890428.
reply other threads:[~2026-07-20 18:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178457395715.1.1438026722566448644.rpms-vym-8795fa2b480d@fedoraproject.org \
--to=paragn@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox