public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jon Ciesla <limb@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/vym] epel10: added xml mime file
Date: Mon, 20 Jul 2026 18:58:52 GMT	[thread overview]
Message-ID: <178457393228.1.3897751740907598388.rpms-vym-aec8d4b85a3e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/vym
Branch : epel10
Commit : aec8d4b85a3ea467cf48d978486d65acc9797ce0
Author : Jon Ciesla <limb@fedoraproject.org>
Date   : 2008-06-11T21:20:54+00:00
Stats  : +6/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/vym/c/aec8d4b85a3ea467cf48d978486d65acc9797ce0?branch=epel10

Log:
added xml mime file

---
diff --git a/vym.spec b/vym.spec
index 0c9a6d9..84b112c 100644
--- a/vym.spec
+++ b/vym.spec
@@ -8,6 +8,7 @@ License:        GPLv2+
 URL:            http://www.insilmaril.de/vym/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 Source1:        %{name}.desktop
+Source2:        vym.xml
 Patch0:         vym-1.10.0-dir-vars.patch
 Patch1:         vym-1.10.0-docdir-searchList.patch
 Patch2:         vym-1.10.0-xdg-open.patch
@@ -67,6 +68,9 @@ desktop-file-install --vendor fedora               \
 %{__cp} -p icons/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 %{__cp} -p icons/%{name}-editor.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}-editor.png
 
+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}
@@ -96,10 +100,11 @@ update-desktop-database &> /dev/null || :
 %{_datadir}/icons/hicolor/16x16/apps/%{name}*
 %{_datadir}/icons/hicolor/48x48/apps/%{name}*
 %{_datadir}/icons/hicolor/128x128/apps/%{name}.png
+%{_datadir}/mime/packages/vym.xml
 
 %changelog
 * Tue Jun 10 2008 Jon Ciesla <limb@jcomserv.net> - 1.10.0-4
-- Added mime type, BZ434929.
+- Added mime type xml, BZ434929.
 
 * Fri Feb 08 2008 Jon Ciesla <limb@jcomserv.net> - 1.10.0-3
 - GCC 4.3 rebuild.

                 reply	other threads:[~2026-07-20 18:58 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=178457393228.1.3897751740907598388.rpms-vym-aec8d4b85a3e@fedoraproject.org \
    --to=limb@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