public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mamoru TASAKA <mtasaka@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gnome-commander] rawhide: indent
Date: Mon, 10 Aug 2026 09:07:03 GMT	[thread overview]
Message-ID: <178635282369.1.2420819055425700999.rpms-gnome-commander-6042a7653de0@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gnome-commander
Branch : rawhide
Commit : 6042a7653de0d215d22f93593291ac9af4531be4
Author : Mamoru TASAKA <mtasaka@fedoraproject.org>
Date   : 2026-08-10T17:46:49+09:00
Stats  : +94/-94 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gnome-commander/c/6042a7653de0d215d22f93593291ac9af4531be4?branch=rawhide

Log:
indent

---
diff --git a/gnome-commander.spec b/gnome-commander.spec
index 671893f..b3eb1c3 100644
--- a/gnome-commander.spec
+++ b/gnome-commander.spec
@@ -1,124 +1,124 @@
 # gcmd plugins uses symbols defined in gcmd binary
 %undefine	_strict_symbol_defs_build
 
-%global        EXIV2_REQ             0.14
-%global        GLIB_REQ              2.80.0
-%global        GTK_REQ               4.14.0
-%global        LIBGSF_REQ            1.14.46
-%global        TAGLIB_REQ            1.4
-%global        VTE_REQ               0.76
+%global	EXIV2_REQ		0.14
+%global	GLIB_REQ		2.80.0
+%global	GTK_REQ		4.14.0
+%global	LIBGSF_REQ		1.14.46
+%global	TAGLIB_REQ		1.4
+%global	VTE_REQ		0.76
 
-%global        if_pre                0
+%global	if_pre	0
 
-%global        use_gcc_strict_sanitize        0
+%global	use_gcc_strict_sanitize	0
 
-%global        use_release           1
-%global        use_gitbare           0
+%global	use_release	1
+%global	use_gitbare	0
 
 %if 0%{?use_gitbare} < 1
 # force
-%global        use_release           1
+%global	use_release	1
 %endif
 
-%global        flagrel               %{nil}
-%if            0%{?use_gcc_strict_sanitize} >= 1
-%global        flagrel               %{flagrel}.san
+%global	flagrel		%{nil}
+%if	0%{?use_gcc_strict_sanitize} >= 1
+%global	flagrel		%{flagrel}.san
 %endif
 
 %if 0%{?use_gitbare}
-%global        gittardate            20240721
-%global        gittartime            1636
-%global        gitbaredate           20240719
-%global        git_rev               95c732e0bda821f4b1eb437d2bc175acd268c9c6
-%global        git_short             %(echo %{git_rev} | cut -c-8)
-%global        git_version           %{gitbaredate}git%{git_short}
-
-%global        if_pre                1
-%global        clamp_mtime_to_source_date_epoch  0
+%global	gittardate		20240721
+%global	gittartime		1636
+%global	gitbaredate	20240719
+%global	git_rev		95c732e0bda821f4b1eb437d2bc175acd268c9c6
+%global	git_short		%(echo %{git_rev} | cut -c-8)
+%global	git_version	%{gitbaredate}git%{git_short}
+
+%global	if_pre	1
+%global	clamp_mtime_to_source_date_epoch  0
 %endif
 
-%global        shortver              2.0
-%global        fullver               %{shortver}.3
+%global	shortver	2.0
+%global	fullver	%{shortver}.3
 
 %if 0%{?use_release} >= 1
-%global        fedoraver             %{fullver}
+%global	fedoraver	%{fullver}
 %endif
 %if 0%{?use_gitbare} >= 1
-%global        fedoraver             %{fullver}%{?if_pre:~}%{!?if_pre:^}%{git_version}
+%global	fedoraver	%{fullver}%{?if_pre:~}%{!?if_pre:^}%{git_version}
 %endif
 
-Name:          gnome-commander
+Name:		gnome-commander
 # Downgrade 3 times, sorry...
-Epoch:         4
-Version:       %{fedoraver}
-Release:       1%{?dist}%{flagrel}
-Summary:       Fast and powerful twin-panel file manager for the Linux desktop
+Epoch:	4
+Version:	%{fedoraver}
+Release:	1%{?dist}%{flagrel}
+Summary:	Fast and powerful twin-panel file manager for the Linux desktop
 
 # Overall	GPL-3.0-or-later
 # data/org.gnome.gnome-commander.appdata.xml.in		CC0-1.0
 # doc/C/legal.xml	GFDL-1.1-or-later
 # SPDX confirmed
-License:       %{shrink:
-               GPL-3.0-or-later AND
-               GFDL-1.3-or-later AND
-               CC0-1.0
-                }
-URL:           https://gnome.pages.gitlab.gnome.org/gnome-commander/
-%if 0%{?use_release}
-Source0:       https://gitlab.gnome.org/GNOME/%{name}/-/archive/%{version}/%{name}-%{version}%{?extratag:-%extratag}.tar.bz2
+License:	%{shrink:
+	GPL-3.0-or-later AND
+	GFDL-1.3-or-later AND
+	CC0-1.0
+	}
+URL:	https://gnome.pages.gitlab.gnome.org/gnome-commander/
+%if		0%{?use_release}
+Source0:	https://gitlab.gnome.org/GNOME/%{name}/-/archive/%{version}/%{name}-%{version}%{?extratag:-%extratag}.tar.bz2
 %endif
-%if 0%{?use_gitbare}
+%if		0%{?use_gitbare}
 Source0:		%{name}-%{gittardate}T%{gittartime}.tar.gz
 %endif
 # https://gitlab.gnome.org/GNOME/gnome-commander/-/merge_requests/331/diffs?commit_id=b7bbb1d7d792a523e7b3a58e96dadc9db4c5152e
 # As currently we use old rust-gtk4, some changes in the above MR
 # has to be reverted.
-Patch0:        gnome-commander-pr203-rust-gtk4-change-revert.patch
+Patch0:		gnome-commander-pr203-rust-gtk4-change-revert.patch
 
 # meson.build
-BuildRequires: meson
-BuildRequires: gcc
-BuildRequires: gcc-c++
-%if 0%{?use_gcc_strict_sanitize}
-BuildRequires: libasan
-BuildRequires: libubsan
+BuildRequires:	meson
+BuildRequires:	gcc
+BuildRequires:	gcc-c++
+%if	0%{?use_gcc_strict_sanitize}
+BuildRequires:	libasan
+BuildRequires:	libubsan
 %endif
 
-BuildRequires: pkgconfig(gobject-2.0)     >= %{GLIB_REQ}
-BuildRequires: pkgconfig(glib-2.0)        >= %{GLIB_REQ}
-BuildRequires: pkgconfig(gmodule-2.0)
-BuildRequires: pkgconfig(gio-2.0)
-BuildRequires: pkgconfig(gtk4)            >= %{GTK_REQ}
-BuildRequires: pkgconfig(vte-2.91-gtk4)   >= %{VTE_REQ}
-BuildRequires: pkgconfig(gdk-pixbuf-2.0)
-BuildRequires: pkgconfig(exiv2)           >= %{EXIV2_REQ}
-BuildRequires: pkgconfig(libgsf-1)        >= %{LIBGSF_REQ}
-BuildRequires: pkgconfig(taglib)          >= %{TAGLIB_REQ}
-BuildRequires: pkgconfig(poppler-glib)
-BuildRequires: cargo-rpm-macros
+BuildRequires:	pkgconfig(gobject-2.0)	>= %{GLIB_REQ}
+BuildRequires:	pkgconfig(glib-2.0)	>= %{GLIB_REQ}
+BuildRequires:	pkgconfig(gmodule-2.0)
+BuildRequires:	pkgconfig(gio-2.0)
+BuildRequires:	pkgconfig(gtk4)	>= %{GTK_REQ}
+BuildRequires:	pkgconfig(vte-2.91-gtk4)	>= %{VTE_REQ}
+BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
+BuildRequires:	pkgconfig(exiv2)	>= %{EXIV2_REQ}
+BuildRequires:	pkgconfig(libgsf-1)	>= %{LIBGSF_REQ}
+BuildRequires:	pkgconfig(taglib)	>= %{TAGLIB_REQ}
+BuildRequires:	pkgconfig(poppler-glib)
+BuildRequires:	cargo-rpm-macros
 
 # data/meson.build
-BuildRequires: /usr/bin/appstream-util
-BuildRequires: desktop-file-utils
+BuildRequires:	/usr/bin/appstream-util
+BuildRequires:	desktop-file-utils
 
 # doc/meson.build
-BuildRequires: yelp-tools
-BuildRequires: pkgconfig(gobject-introspection-1.0)
+BuildRequires:	yelp-tools
+BuildRequires:	pkgconfig(gobject-introspection-1.0)
 
 # libgcmd/meson.build
-BuildRequires: /usr/bin/gi-docgen
+BuildRequires:	/usr/bin/gi-docgen
 
 # po/meson.build
-BuildRequires: gettext
-BuildRequires: intltool
+BuildRequires:	gettext
+BuildRequires:	intltool
 
 # etc
-BuildRequires: /usr/bin/git
+BuildRequires:	/usr/bin/git
 
 # %%check
 # etc
-Requires:      meld
-Requires:      gnome-icon-theme-legacy
+Requires:	meld
+Requires:	gnome-icon-theme-legacy
 
 %description
 Gnome Commander is a fast and powerful twin-panel file manager for
@@ -156,8 +156,8 @@ EOF
 
 cat GITHASH | while read line
 do
-  commit=$(echo "$line" | sed -e 's|[ \t].*||')
-  git cherry-pick $commit
+	commit=$(echo "$line" | sed -e 's|[ \t].*||')
+	git cherry-pick $commit
 done
 
 %endif
@@ -172,16 +172,16 @@ git commit -m "base" -q
 
 # Tweak rpath to move library to project specific directory
 sed -i.rpath src/meson.build \
-  -e "\@rpath =@s|^.*$|rpath = '%{_libdir}/%{name}'|"
+	-e "\@rpath =@s|^.*$|rpath = '%{_libdir}/%{name}'|"
 git commit -m "tweak rpath" -a
 
 # Relax Cargo deps for vte for now
 # ... and adjust other deps
 sed -i Cargo.toml \
-    -e '\@vte =.*vte4@s|0.10.0|0.8.0|' \
-    -e '\@glib =.*@s|0.22|0.20|' \
-    -e '\@gtk =.*gtk4@s|0.11|0.9|' \
-    %{nil}
+	-e '\@vte =.*vte4@s|0.10.0|0.8.0|' \
+	-e '\@glib =.*@s|0.22|0.20|' \
+	-e '\@gtk =.*gtk4@s|0.11|0.9|' \
+	%{nil}
 git commit -m "relax Cargo deps" -a
 
 %patch -P0 -p1
@@ -249,17 +249,17 @@ popd
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS
-%doc BUGS
-%doc CONTRIBUTING.md
-%license COPYING
-%license LICENSES/
-%license LICENSE.dependencies
-%doc MAINTAINERS
-%doc NEWS
-%doc README.md
-
-%dir %{_datadir}/%{name}
+%doc	AUTHORS
+%doc	BUGS
+%doc	CONTRIBUTING.md
+%license	COPYING
+%license	LICENSES/
+%license	LICENSE.dependencies
+%doc	MAINTAINERS
+%doc	NEWS
+%doc	README.md
+
+%dir	%{_datadir}/%{name}
 
 # data/meson.build
 %{_metainfodir}/org.gnome.%{name}.metainfo.xml
@@ -271,13 +271,13 @@ popd
 %{_datadir}/help/*/%{name}/
 
 # libgcmd/meson.build
-%dir %{_libdir}/%{name}/
+%dir	%{_libdir}/%{name}/
 %{_libdir}/%{name}/libgcmd.so
-%dir %{_libdir}/girepository-1.0
+%dir	%{_libdir}/girepository-1.0
 %{_libdir}/girepository-1.0/GnomeCmd-1.0.typelib
-%dir %{_datadir}/gir-1.0/
+%dir	%{_datadir}/gir-1.0/
 %{_datadir}/gir-1.0/GnomeCmd-1.0.gir
-%doc %{_defaultdocdir}/libgcmd-1.0/
+%doc	%{_defaultdocdir}/libgcmd-1.0/
 
 # pixmaps/*/meson.build
 %{_datadir}/pixmaps/%{name}/
@@ -287,11 +287,11 @@ popd
 %{_datadir}/%{name}/icons/*.png
 
 # pixmaps/meson.build
-%dir %{_datadir}/%{name}/icons/
+%dir	%{_datadir}/%{name}/icons/
 %{_datadir}/%{name}/icons/hicolor/
 
 # plugins/*/meson.build
-%dir %{_libdir}/%{name}/plugins/
+%dir	%{_libdir}/%{name}/plugins/
 %{_libdir}/%{name}/plugins/lib*plugin.so
 %{_libdir}/%{name}/plugins/*.png
 

                 reply	other threads:[~2026-08-10  9:07 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=178635282369.1.2420819055425700999.rpms-gnome-commander-6042a7653de0@fedoraproject.org \
    --to=mtasaka@fedoraproject.org \
    --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