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