]> git.pld-linux.org Git - packages/archie.git/blob - archie.spec
3577b1b0e80b0a307a104bdbba26690450a8964f
[packages/archie.git] / archie.spec
1 Summary:        Simple archie client
2 Summary(pl):    Klient us³ugi sieciowej archie
3 Name:           archie
4 Version:        1.4.1
5 Release:        11
6 License:        non-commercial
7 Group:          Applications/Networking
8 Group(de):      Applikationen/Netzwerkwesen
9 Group(pl):      Aplikacje/Sieciowe
10 Source0:        c-%{name}-%{version}.tar.gz
11 #Source0:       http://www.netsw.org/infosys/archie/c-%{name}-%{version}-FIXED.tar.gz
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Tool that will let you check a database containing thousands of
16 entries for the files that're available at FTP sites around the world.
17
18 %description -l pl
19 Narzêdzie pozwalaj±ce wyszukiwaæ pliki w bazie serwerów FTP.
20
21 %prep
22 %setup -q 
23
24 %build
25 %{__make} OPTIONS="%{rpmcflags} %{?debug:-DDEBUG} -I." \
26         DEFINES="-DNEED_TIME_H" LDFLAGS="%{rpmldflags}"
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
31
32 install %{name} $RPM_BUILD_ROOT%{_bindir} 
33 install archie.man $RPM_BUILD_ROOT%{_mandir}/man1/archie.1
34
35 gzip -9nf README README.ALEX Prospero
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc *.gz
43 %attr(755,root,root) %{_bindir}/archie
44 %{_mandir}/man1/*
This page took 0.074216 seconds and 3 git commands to generate.