public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gigolo] rawhide: Update to 0.6.0 + switch from autotools to meson build system
@ 2026-08-01 17:26 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-01 17:26 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/gigolo
            Branch : rawhide
            Commit : 04446f4464110d87b2c7b0fa09bc9a0880167e6e
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-07-31T16:34:49-03:00
            Stats  : +24/-19 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/gigolo/c/04446f4464110d87b2c7b0fa09bc9a0880167e6e?branch=rawhide

            Log:
            Update to 0.6.0 + switch from autotools to meson build system

spec cleanup and modernization

Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>

---
diff --git a/.gitignore b/.gitignore
index ef408e7..9ef9c9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ gigolo-0.4.1.tar.bz2
 /gigolo-0.5.2.tar.bz2
 /gigolo-0.5.3.tar.bz2
 /gigolo-0.5.4.tar.bz2
+/gigolo-0.6.0.tar.xz

diff --git a/gigolo.spec b/gigolo.spec
index 91a4c7c..13554b0 100644
--- a/gigolo.spec
+++ b/gigolo.spec
@@ -1,25 +1,24 @@
-%global minorversion 0.5
+# VCS   https://gitlab.xfce.org/apps/gigolo.git/
+
+%global minorversion 0.6
 
 Name:           gigolo
-Version:        0.5.4
+Version:        0.6.0
 Release:        %autorelease
 Summary:        GIO/GVFS management application
 
-# Automatically converted from old format: GPLv2 - review is highly recommended.
 License:        GPL-2.0-only
-URL:            http://goodies.xfce.org/projects/applications/gigolo/
-Source0:        http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
+URL:            https://docs.xfce.org/apps/gigolo/start
+Source0:        https://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.xz
 
-BuildRequires:  gettext
-BuildRequires:  gtk3-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc
-BuildRequires:  make
-
+BuildRequires:  gettext
+BuildRequires:  glib2-devel
+BuildRequires:  gtk3-devel
+BuildRequires:  meson
 Requires:       gvfs-fuse
 
-Obsoletes: sion < 0.1.0-3
-
 %description
 A frontend to easily manage connections to remote filesystems using GIO/GVFS. 
 It allows you to quickly connect/mount a remote filesystem and manage
@@ -29,22 +28,27 @@ bookmarks of such.
 %setup -q
 
 %build
-#rm -f waf
-%configure
-%make_build
-
+%meson
+%meson_build
 
 %install
-%make_install
-%find_lang %{name}
+%meson_install
 
 # remove duplicate docs
-rm -rf %{buildroot}/%{_datadir}/doc/gigolo
+rm -rf %{buildroot}%{_docdir}/%{name}
+
+# Rename invalid hye locale to hy
+if [ -d %{buildroot}%{_datadir}/locale/hye ]; then
+    mv %{buildroot}%{_datadir}/locale/hye %{buildroot}%{_datadir}/locale/hy
+fi
 
 desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 
 %find_lang %{name}
 
+%check
+%meson_test
+
 %files -f %{name}.lang
 %license COPYING
 %doc AUTHORS ChangeLog NEWS TODO THANKS

diff --git a/sources b/sources
index 0a69c87..8f293fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gigolo-0.5.4.tar.bz2) = 39802369b53f764394914ce40477ba51f8eb00089f2fb6ffe6eb590e797de0662ff84bbcac9fdfa532c54cb293f1482d4fa8a1282aa82991b6b36d2e8a5a3b0f
+SHA512 (gigolo-0.6.0.tar.xz) = 08501cfa19ce83bd865477b9acf305c3a5cf99307c6fb48b50228c3c4d833dcc0ad07ea659d3c3e6978bf4cab965f3f1b021bcdfe09c1c1ad1b6d8eee214c9c0

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

only message in thread, other threads:[~2026-08-01 17:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01 17:26 [rpms/gigolo] rawhide: Update to 0.6.0 + switch from autotools to meson build system Filipe Rosset

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