public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Todd Zullinger <tmz@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/tig] v2.6.1: - use %configure so ncursesw is picked up for utf-8 support
Date: Mon, 15 Jun 2026 07:22:41 GMT	[thread overview]
Message-ID: <178150816182.1.7012107496775273685.rpms-tig-217915baca85@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/tig
            Branch : v2.6.1
            Commit : 217915baca8501173abd3e40d506bfdbe3a0f033
            Author : Todd Zullinger <tmz@fedoraproject.org>
            Date   : 2008-03-25T19:01:02+00:00
            Stats  : +10/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/tig/c/217915baca8501173abd3e40d506bfdbe3a0f033?branch=v2.6.1

            Log:
            - use %configure so ncursesw is picked up for utf-8 support
- BuildRequire git so configure finds git-config and git-repo-config
- change Requires: git-core to git

---
diff --git a/tig.spec b/tig.spec
index 71a84c7..d7b5885 100644
--- a/tig.spec
+++ b/tig.spec
@@ -1,6 +1,6 @@
 Name:           tig
 Version:        0.10.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Text-mode interface for the git revision control system
 
 Group:          Development/Tools
@@ -9,10 +9,11 @@ URL:            http://jonas.nitro.dk/tig
 Source0:        http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires:  git
 BuildRequires:  ncurses-devel
 BuildRequires:  xmlto
 BuildRequires:  asciidoc
-Requires:       git-core
+Requires:       git
 
 %description
 Tig is a repository browser for the git revision control system that
@@ -30,7 +31,8 @@ Using it as a pager, it will display input from stdin and colorize it.
 
 
 %build
-make CFLAGS='%{optflags}' %{?_smp_mflags} all doc-man doc-html
+%configure
+make %{?_smp_mflags} all doc-man doc-html
 
 #Convert to unix line endings
 sed -i -e 's/\r//' *.html
@@ -57,6 +59,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Mar 25 2008 Todd Zullinger <tmz@pobox.com> 0.10.1-2
+- use %%configure so ncursesw is picked up for utf-8 support
+- BuildRequire git so configure finds git-config and git-repo-config
+- change Requires: git-core to git
+
 * Wed Mar 19 2008 James Bowes <jbowes@redhat.com> 0.10.1-1
 - tig-0.10.1
 

                 reply	other threads:[~2026-06-15  7:22 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=178150816182.1.7012107496775273685.rpms-tig-217915baca85@fedoraproject.org \
    --to=tmz@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