public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mdk] rawhide: spec cleanup and modernization
Date: Tue, 09 Jun 2026 03:43:14 GMT	[thread overview]
Message-ID: <178097659406.1.15787629849539016276.rpms-mdk-16d017341305@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/mdk
Branch : rawhide
Commit : 16d0173413058635b5e7e7ece15dee25deb26149
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-06-09T00:42:42-03:00
Stats  : +6/-8 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/mdk/c/16d0173413058635b5e7e7ece15dee25deb26149?branch=rawhide

Log:
spec cleanup and modernization

---
diff --git a/mdk.desktop b/mdk.desktop
index 9b7115f..8c8ad8f 100644
--- a/mdk.desktop
+++ b/mdk.desktop
@@ -1,5 +1,4 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=MDK
 GenericName=MDK
 Comment=GNU MIX Development Kit

diff --git a/mdk.spec b/mdk.spec
index e7cf210..cb2a6c6 100644
--- a/mdk.spec
+++ b/mdk.spec
@@ -2,10 +2,9 @@ Name:		mdk
 Version:	1.3.1
 Release:	%autorelease
 Summary:	GNU MIX Development Kit
-# Automatically converted from old format: GPLv3+ and GFDL - review is highly recommended.
-License:	GPL-3.0-or-later AND LicenseRef-Callaway-GFDL
-URL:		http://www.gnu.org/software/mdk/
-Source0:	http://ftp.gnu.org/gnu/mdk/v%{version}/%{name}-%{version}.tar.gz
+License:	GPL-3.0-or-later AND GFDL-1.2-or-later
+URL:		https://www.gnu.org/software/mdk/
+Source0:	https://ftp.gnu.org/gnu/mdk/v%{version}/%{name}-%{version}.tar.gz
 Source1:	mdk.desktop
 Patch0:		glib-deprecated.patch
 Patch1:		mdk-1.3.1-format-security.patch
@@ -15,7 +14,6 @@ BuildRequires:	gettext
 BuildRequires:	gtk3-devel
 BuildRequires:	guile30-devel
 BuildRequires:	intltool
-BuildRequires:	libglade2-devel
 BuildRequires:	make
 BuildRequires:	ncurses-devel
 BuildRequires:	readline-devel
@@ -55,12 +53,13 @@ Samples and documentation for the MDK package.
 
 %check
 make check
+desktop-file-validate %{buildroot}%{_datadir}/applications/mdk.desktop
 
 %install
 %make_install
-rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
+rm -f %{buildroot}%{_infodir}/dir
 desktop-file-install \
-	--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
+	--dir=%{buildroot}%{_datadir}/applications \
 	%{SOURCE1}
 
 %find_lang %{name}

                 reply	other threads:[~2026-06-09  3:43 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=178097659406.1.15787629849539016276.rpms-mdk-16d017341305@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --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