public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/l3afpad] f44: Update to 0.8.18.1.11
@ 2026-09-24  0:27 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-09-24  0:27 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/l3afpad
Branch : f44
Commit : 1d96dc92f6d2078e046d3758d638c6da1d1e14f8
Author : Benedikt Schäfer <ib54003@fedoraproject.org>
Date   : 2026-09-24T10:26:51+10:00
Stats  : +26/-17 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/l3afpad/c/1d96dc92f6d2078e046d3758d638c6da1d1e14f8?branch=f44

Log:
Update to 0.8.18.1.11

---
diff --git a/.gitignore b/.gitignore
index 87fed01..2441bae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /l3afpad-0.8.18.1.10.tar.xz
+/l3afpad-0.8.18.1.11.tar.gz

diff --git a/l3afpad.spec b/l3afpad.spec
index cd70c65..ed3f84e 100644
--- a/l3afpad.spec
+++ b/l3afpad.spec
@@ -1,17 +1,20 @@
 Name:           l3afpad
-Version:        0.8.18.1.10
-Release:        31%{?dist}
+Version:        0.8.18.1.11
+Release:        1%{?dist}
 Summary:        Simple text editor forked from Leafpad, supports GTK+ 3.x
 
-# Automatically converted from old format: GPLv2+ - review is highly recommended.
 License:        GPL-2.0-or-later
-URL:            http://www.calno.com/%{name}/
-Source0:        http://www.calno.com/%{name}/%{name}-%{version}.tar.xz
-
+URL:            https://github.com/stevenhoneyman/l3afpad
+Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
 
 BuildRequires:  gcc
-BuildRequires:  gtk3-devel, intltool, gettext, desktop-file-utils
-BuildRequires: make
+BuildRequires:  make
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gtk3-devel
+BuildRequires:  intltool
+BuildRequires:  gettext
+BuildRequires:  desktop-file-utils
 
 
 %description
@@ -19,25 +22,25 @@ L3afpad is a simple GTK+ text editor that emphasizes simplicity.
 As development focuses on keeping weight down to a minimum, only
 the most essential features are implemented in the editor.
 L3afpad is simple to use, is easily compiled, requires few
-libraries, and starts up quickly. 
+libraries, and starts up quickly.
 
 %prep
-%setup -q %{nam}
+%autosetup
 
 %build
+intltoolize -c --automake --force
+autoreconf -fi
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
-rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
-
-desktop-file-install %{buildroot}/%{_datadir}/applications/%{name}.desktop
-
+%make_install
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 %find_lang %{name}
 
 
 %files -f %{name}.lang
+%license COPYING
 %doc AUTHORS ChangeLog README
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
@@ -47,6 +50,11 @@ desktop-file-install %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
 
 %changelog
+* Thu Sep 24 2026 Benedikt Schäfer <ib54003@fedoraproject.org> - 0.8.18.1.11-1
+- Update to 0.8.18.1.11
+- Switch Source0 to GitHub upstream, regenerate autotools
+- Modernize spec (autosetup, make macros, license file)
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.18.1.10-31
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index 1c8eb38..a067c23 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f31e3fc19420384fa3be6cc4ee222d7  l3afpad-0.8.18.1.10.tar.xz
+SHA512 (l3afpad-0.8.18.1.11.tar.gz) = f77494afc81d4c8586a976318d77d194eedf8414fc896cc9e2593de00dd3bb8c157f199a44908147b467f04b7a76c2c20aa67c64567685a77421ba0c2bff4643

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

only message in thread, other threads:[~2026-09-24  0:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-24  0:27 [rpms/l3afpad] f44: Update to 0.8.18.1.11 

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