aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish.spec.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-04-22 20:03:12 +1000
committerGravatar axel <axel@liljencrantz.se>2007-04-22 20:03:12 +1000
commit2872df66d70556b9f655c4a33ee3538674f554df (patch)
treebb34779292284827135f4148ba511a1ae2645c46 /fish.spec.in
parent45412f2b1f9b1b97fce85533a9d3fe0309e5c090 (diff)
Add source code prettyfier program called fish_indent
darcs-hash:20070422100312-ac50b-a073999b7dc172259c8200f3e740c921647222a0.gz
Diffstat (limited to 'fish.spec.in')
-rw-r--r--fish.spec.in23
1 files changed, 13 insertions, 10 deletions
diff --git a/fish.spec.in b/fish.spec.in
index 31be307d..ee47dfcd 100644
--- a/fish.spec.in
+++ b/fish.spec.in
@@ -115,22 +115,24 @@ fi
%doc %_datadir/doc/%{name}-%{version}
# man files
+%_mandir/man1/count.1*
%_mandir/man1/fish.1*
-%_mandir/man1/xsel.1x*
+%_mandir/man1/fish_pager.1*
+%_mandir/man1/fish_indent.1*
+%_mandir/man1/fishd.1*
%_mandir/man1/mimedb.1*
%_mandir/man1/set_color.1*
-%_mandir/man1/count.1*
-%_mandir/man1/fishd.1*
-%_mandir/man1/fish_pager.1*
+%_mandir/man1/xsel.1x*
# The program binaries
+%attr(0755,root,root) %_bindir/count
%attr(0755,root,root) %_bindir/fish
-%attr(0755,root,root) %_bindir/fishd
+%attr(0755,root,root) %_bindir/fish_indent
%attr(0755,root,root) %_bindir/fish_pager
-%attr(0755,root,root) %_bindir/xsel
-%attr(0755,root,root) %_bindir/set_color
+%attr(0755,root,root) %_bindir/fishd
%attr(0755,root,root) %_bindir/mimedb
-%attr(0755,root,root) %_bindir/count
+%attr(0755,root,root) %_bindir/set_color
+%attr(0755,root,root) %_bindir/xsel
# Configuration files
%config %_sysconfdir/fish/config.fish
@@ -156,9 +158,10 @@ fi
-
-
%changelog
+* Sat Apr 21 2007 Axel Liljencrantz<axel@liljencrantz.se> 1.23.0-0
+- Add fish_indent command
+
* Thu Feb 8 2007 Axel Liljencrantz<axel@liljencrantz.se> 1.22.3-0
- Tell rpm about the help pages in %_datadir/fish/man/