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