]> git.pld-linux.org Git - packages/tig.git/blobdiff - tig.spec
- up to 0.16
[packages/tig.git] / tig.spec
index 59476baa69a4f6f2ae3c018eca5939e6572b2f73..485e3cf429ea05c6e48106b0148ef2d75fd86282 100644 (file)
--- a/tig.spec
+++ b/tig.spec
@@ -1,15 +1,13 @@
 Summary:       Text-mode interface for git-core
 Summary(pl.UTF-8):     Tekstowy interfejs do git-core
 Name:          tig
-Version:       0.12.1
+Version:       0.16
 Release:       1
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 45f87a823ffd015367208cfe680bcb9f
+# Source0-md5: 684572d93033d6cbfc5ee71cffe02935
 URL:           http://jonas.nitro.dk/tig/
-Patch0:                tig-git.patch
-BuildRequires: asciidoc
 BuildRequires: ncurses-devel
 Requires:      git-core
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -37,7 +35,7 @@ wejścia.
 %package -n bash-completion-tig
 Summary:       bash-completion for tig
 Summary(pl.UTF-8):     bashowe uzupełnianie nazw dla tiga
-Group:         Applications/Shell
+Group:         Applications/Shells
 Requires:      bash-completion
 
 %description -n bash-completion-tig
@@ -48,12 +46,11 @@ Pakiet ten dostarcza bashowe uzupełnianie nazw dla tiga.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__make} \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags} %{rpmldflags} -I/usr/include/ncurses" \
+       CFLAGS="%{rpmcflags} %{rpmldflags} -I/usr/include/ncursesw" \
        LDLIBS=-lncursesw
 
 %install
@@ -74,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc BUGS README TODO *.html contrib/tigrc
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/tig
 %{_mandir}/man*/*
 
 %files -n bash-completion-tig
This page took 0.063602 seconds and 4 git commands to generate.