public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/xvidtune] f45: move to forge macros
Date: Sat, 15 Aug 2026 21:42:40 GMT	[thread overview]
Message-ID: <178683016089.1.14079520770683043525.rpms-xvidtune-083681d11037@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/xvidtune
Branch : f45
Commit : 083681d11037ab6d414ba4ef4cadc106d1904781
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-08-14T22:41:14-03:00
Stats  : +44/-19 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/xvidtune/c/083681d11037ab6d414ba4ef4cadc106d1904781?branch=f45

Log:
move to forge macros

---
diff --git a/.gitignore b/.gitignore
index 746c704..e6bc736 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
 /xvidtune-*.tar.bz2
-/xvidtune-1.0.4.tar.xz
-/xvidtune-1.0.4.tar.xz.sig
+/xvidtune-*.tar.xz
+/xvidtune-*.tar.xz.sig

diff --git a/.packit.yaml b/.packit.yaml
new file mode 100644
index 0000000..057543b
--- /dev/null
+++ b/.packit.yaml
@@ -0,0 +1,19 @@
+# See the documentation for more information:
+# https://packit.dev/docs/configuration/
+
+specfile_path: xvidtune.spec
+
+copy_upstream_release_description: false
+
+jobs:
+  - job: pull_from_upstream
+    trigger: release
+    dist_git_branches:
+      - fedora-rawhide
+
+  - job: koji_build
+    trigger: commit
+    allowed_committers: ['packit','all_admins']
+    dist_git_branches:
+      - fedora-rawhide
+

diff --git a/sources b/sources
index 8943184..389cd61 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (xvidtune-1.0.4.tar.xz) = 747d5358f4f7d3d7db508c3f034711ce4b9dd278160d35312e9c4d1604623e84a2438d039b536546fd2df7db8c5ea1907e8a6101985fad2932b6dee5a62c7b80
-SHA512 (xvidtune-1.0.4.tar.xz.sig) = f7d40e14aa4560ed8ec4586379fc3536c66ce95316abc9ab3536bf27ecf6f3e0874ec60c7e78ca8cf0bd2af9cf6e2123f5e88252dd9dafa19407ad012d7ba30b
+SHA512 (xvidtune-xvidtune-1.0.4.tar.bz2) = 3cd905b5dfd7e373d8fcae460423f393dccdc6ff4b5d52309e80c39f4a3bc9f4c9b1c8a7194ede7bfe0f4babae679baa0d524a7e155507cc8d5e14ba410ab557

diff --git a/xvidtune.spec b/xvidtune.spec
index 1fc5b12..336bd8c 100644
--- a/xvidtune.spec
+++ b/xvidtune.spec
@@ -1,28 +1,32 @@
-Name:       xvidtune
-Version:    1.0.4
-Release:    %autorelease
-Summary:    Video mode tuner for Xorg
-License:    X11-distribute-modifications-variant
-URL:        https://www.x.org
-Source0:    https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
-
-BuildRequires:  automake libtool
-BuildRequires:  gcc make
+%global forgeurl https://gitlab.freedesktop.org/xorg/app/xvidtune
+Version:        1.0.4
+%global tag     %{name}-%{version}
+%forgemeta
+%global distprefix %{nil}
+
+Name:           xvidtune
+Release:        %autorelease
+Summary:        Video mode tuner for Xorg
+License:        X11-distribute-modifications-variant
+URL:            %{forgeurl}
+Source0:        %{forgesource}
+
+BuildRequires:  automake
+BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  pkgconfig(x11)
-BuildRequires:  pkgconfig(xt)
 BuildRequires:  pkgconfig(xaw7)
 BuildRequires:  pkgconfig(xmu)
-BuildRequires:  pkgconfig(xxf86vm)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
-
-Obsoletes:  xorg-x11-apps < 7.7-31
+BuildRequires:  pkgconfig(xt)
+BuildRequires:  pkgconfig(xxf86vm)
 
 %description
 xvidtune is a client interface to the X server video mode extension
 (XFree86-VidModeExtension).
 
 %prep
-%autosetup
+%forgeautosetup
 
 %build
 autoreconf -v --install
@@ -32,6 +36,9 @@ autoreconf -v --install
 %install
 %make_install
 
+%check
+# No upstream tests exist
+
 %files
 %license COPYING
 %{_bindir}/xvidtune

                 reply	other threads:[~2026-08-15 21:42 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=178683016089.1.14079520770683043525.rpms-xvidtune-083681d11037@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --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