From 5844da199835caed4633410af8391657926131a6 Mon Sep 17 00:00:00 2001 From: HKGY Date: Thu, 3 Nov 2022 10:36:51 +0000 Subject: [PATCH] update xfburn.spec. Signed-off-by: HKGY --- xfburn.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/xfburn.spec b/xfburn.spec index 94108d4..4e257d5 100644 --- a/xfburn.spec +++ b/xfburn.spec @@ -2,14 +2,15 @@ Name: xfburn Version: 0.6.2 -Release: 1 +Release: 2 Summary: CD-burner application for Xfce Desktop Environment License: GPLv2+ -#Group: Development/Libraries -URL: http://goodies.xfce.org/projects/applications/%{name} -Source0: http://archive.xfce.org/src/apps/%{name}/0.6/%{name}-%{version}.tar.bz2 +#Group: Development/Libraries +URL: https://docs.xfce.org/apps/xfburn/start +Source0: https://archive.xfce.org/src/apps/%{name}/0.6/%{name}-%{version}.tar.bz2 Patch1: 0001-Some-fixes-for-the-desktop-file.patch Patch2: xfburn-0.5.4-tmpdir.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #BuildArch: noarch BuildRequires: gcc @@ -70,5 +71,8 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.xfce. %{_mandir}/man1/%{name}.* %changelog -* Mon Jul 27 2020 Dillon Chen - Update to 0.6.1 +* Thu Nov 3 2022 hkgy - 0.6.2-2 +- Update URLs + +* Mon Jul 27 2020 Dillon Chen - Update to 0.6.2-1 - Init package