]> git.pld-linux.org Git - packages/dog.git/blob - dog.spec
- typo and other fix in pl description
[packages/dog.git] / dog.spec
1 Summary:        dog - better than cat
2 Summary(pl):    dog - lepszy ni¿ cat
3 Name:           dog
4 Version:        1.7
5 Release:        1
6 License:        GPL
7 Group:          Applications/Text
8 URL:            http://jl.photodex.com/dog/
9 Source0:        http://jl.photodex.com/dog/%{name}-%{version}.tar.gz
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 dog writes the contents of each given file, URL, or the standard input
14 if none are given or when a file named '-' is given, to the standard
15 output. It currently supports the file, http, and raw URL types. It is
16 designed as a compatible, but enhanced, replacement of cat(1).
17
18 %description -l pl
19 dog wypisuje zawarto¶æ podanego pliku, URL lub standardowego wej¶cia
20 (je¿eli nazwa pliku nie zosta³a podana albo jest to '-') na
21 standardowe wyj¶cie. Aktualnie obs³uguje URL-e typu file, http oraz
22 raw. dog zosta³ zaprojektowany jako kompatybilny, ale rozszerzony
23 zamiennik cat(1).
24
25 %prep
26 %setup -q
27
28 %build
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
34
35 install dog $RPM_BUILD_ROOT%{_bindir}/dog
36 install dog.1 $RPM_BUILD_ROOT%{_mandir}/man1/dog.1
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc AUTHORS README COPYING
44 %attr(755,root,root) %{_bindir}/dog
45 %{_mandir}/man1/dog.1*
This page took 0.078264 seconds and 3 git commands to generate.