]> git.pld-linux.org Git - packages/archie.git/blob - archie.spec
Initial release
[packages/archie.git] / archie.spec
1 Name:           archie
2 License:        non-commercial
3 Group:          Applications/Networking
4 Group(pl):      Aplikacje/Sieciowe
5 Version:        1.4.1
6 Release:        1
7 Summary:        Simple archie client
8 Summary(pl):    Klient us³ugi sieciowej archie
9 Source0:        c-%{name}-%{version}.tar.gz
10 Patch0:         %{name}-FLAGS.patch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Tool that will let you check a database containing thousands of entries 
15 for the files that're available at FTP sites around the world.
16
17 %description -l pl
18 Narzêdzie, pozwalaj±ce wyszukiwaæ pliki w bazie serwerów FTP
19
20 %prep
21 %setup -q 
22 %patch0 -p1
23
24 %build
25 %{__make} 
26
27 %install
28 install -d $RPM_BUILD_ROOT%{_bindir} \
29                         $RPM_BUILD_ROOT%{_mandir}/man1
30 install %{name} $RPM_BUILD_ROOT%{_bindir} 
31 install archie.man $RPM_BUILD_ROOT%{_mandir}/man1/archie.1
32
33 %files
34 %{_mandir}/man1/*
35 %defattr(644,root,root,755)
36 %doc README Prospero archie.doc
37 %attr(755,root,root) %{_bindir}/archie
This page took 0.056255 seconds and 3 git commands to generate.