]> git.pld-linux.org Git - packages/tig.git/commitdiff
- dropped BR: asciidoc
authorsparky <sparky@pld-linux.org>
Mon, 22 Feb 2010 14:15:34 +0000 (14:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- verbose _bindir files
- correct bash-completion group

Changed files:
    tig.spec -> 1.21

tig.spec

index 4ff463dad586426472ecd7c86de7c69f35e23d59..a5226fe567db0ef80980543cd2c913ffb40b4c98 100644 (file)
--- a/tig.spec
+++ b/tig.spec
@@ -8,7 +8,6 @@ Group:          Development/Tools
 Source0:       http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.gz
 # Source0-md5: 8f373a99823f6db241b66642075657d3
 URL:           http://jonas.nitro.dk/tig/
-BuildRequires: asciidoc
 BuildRequires: ncurses-devel
 Requires:      git-core
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -36,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
@@ -72,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.136845 seconds and 4 git commands to generate.