rpms/tig/devel tig.spec,1.9,1.10

Todd M. Zullinger (tmz) fedora-extras-commits at redhat.com
Tue Mar 25 19:01:50 UTC 2008


Author: tmz

Update of /cvs/extras/rpms/tig/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7012

Modified Files:
	tig.spec 
Log Message:
* Tue Mar 25 2008 Todd Zullinger <tmz at 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



Index: tig.spec
===================================================================
RCS file: /cvs/extras/rpms/tig/devel/tig.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tig.spec	20 Mar 2008 00:23:59 -0000	1.9
+++ tig.spec	25 Mar 2008 19:01:02 -0000	1.10
@@ -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 @@
 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 @@
 
 
 %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 @@
 
 
 %changelog
+* Tue Mar 25 2008 Todd Zullinger <tmz at 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 at redhat.com> 0.10.1-1
 - tig-0.10.1
 




More information about the fedora-extras-commits mailing list