public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mdk] rawhide: spec cleanup and modernization
@ 2026-06-09 3:43 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-06-09 3:43 UTC (permalink / raw)
To: git-commits
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}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 3:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 3:43 [rpms/mdk] rawhide: spec cleanup and modernization Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox