Accepting request 80425 from home:gregkh:branches:devel:tools:scm
- remove test-graph from the spec file as it really isn't a program to ship. - update to 0.18 OBS-URL: https://build.opensuse.org/request/show/80425 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=15
This commit is contained in:
parent
c35546587e
commit
8fe2aa16c9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7221e0f618f8384278217e852f8734c894ac87959660178d23318934f59006d
|
||||
size 127964
|
3
tig-0.18.tar.bz2
Normal file
3
tig-0.18.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2eb8b2fef985b4a543e38bd39ce96882f07ee29fa35959d5cd52aa5126e19efd
|
||||
size 130730
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.orig 2011-03-07 11:17:14.000000000 +0100
|
||||
+++ Makefile 2011-03-07 11:17:17.000000000 +0100
|
||||
--- Makefile 2011-08-28 15:42:39.000000000 -0700
|
||||
+++ Makefile 2011-08-30 16:42:46.091484511 -0700
|
||||
@@ -32,7 +32,7 @@
|
||||
RPM_VERSION = $(word 1,$(RPM_VERLIST))
|
||||
RPM_RELEASE = $(word 2,$(RPM_VERLIST))$(if $(WTDIRTY),.dirty)
|
||||
@ -8,4 +8,4 @@
|
||||
+LDLIBS ?= -lncurses
|
||||
CFLAGS ?= -Wall -O2
|
||||
DFLAGS = -g -DDEBUG -Werror -O0
|
||||
PROGS = tig test-graph
|
||||
PROGS = tig
|
||||
|
10
tig.changes
10
tig.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 31 15:14:43 UTC 2011 - gregkh@suse.de
|
||||
|
||||
- remove test-graph from the spec file as it really isn't a program to ship.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 23:07:32 UTC 2011 - gregkh@suse.de
|
||||
|
||||
- update to 0.18
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 10:28:43 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
|
5
tig.spec
5
tig.spec
@ -23,7 +23,7 @@ License: GPLv2+
|
||||
Group: Development/Tools/Version Control
|
||||
BuildRequires: ncurses-devel
|
||||
Requires: git-core
|
||||
Version: 0.17
|
||||
Version: 0.18
|
||||
Release: 1
|
||||
Summary: An ncurses-based text-mode interface for git
|
||||
Url: http://jonas.nitro.dk/tig/
|
||||
@ -64,8 +64,6 @@ export CFLAGS CC
|
||||
%__install -D -m0644 tigrc.5 "$RPM_BUILD_ROOT/%{_mandir}/man5/tigrc.5"
|
||||
%__install -D -m0644 tigmanual.7 "$RPM_BUILD_ROOT/%{_mandir}/man7/tigmanual.7"
|
||||
|
||||
%__mv "%{buildroot}%{_bindir}"/{test-graph,test-git-graph}
|
||||
|
||||
%clean
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
@ -73,7 +71,6 @@ export CFLAGS CC
|
||||
%defattr(-,root,root)
|
||||
%doc BUGS COPYING NEWS README TODO
|
||||
%{_bindir}/tig
|
||||
%{_bindir}/test-git-graph
|
||||
%doc %{_mandir}/man1/tig.1%{ext_man}
|
||||
%doc %{_mandir}/man5/tigrc.5%{ext_man}
|
||||
%doc %{_mandir}/man7/tigmanual.7%{ext_man}
|
||||
|
Loading…
x
Reference in New Issue
Block a user