public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vym] epel10: added xml mime file
@ 2026-07-20 18:58 Jon Ciesla
  0 siblings, 0 replies; only message in thread
From: Jon Ciesla @ 2026-07-20 18:58 UTC (permalink / raw)
  To: git-commits

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.

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

only message in thread, other threads:[~2026-07-20 18:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:58 [rpms/vym] epel10: added xml mime file Jon Ciesla

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