public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tig] v2.6.1: - use %configure so ncursesw is picked up for utf-8 support
@ 2026-06-15  7:22 Todd Zullinger
  0 siblings, 0 replies; only message in thread
From: Todd Zullinger @ 2026-06-15  7:22 UTC (permalink / raw)
  To: git-commits

            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
 

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

only message in thread, other threads:[~2026-06-15  7:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15  7:22 [rpms/tig] v2.6.1: - use %configure so ncursesw is picked up for utf-8 support Todd Zullinger

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