]> git.pld-linux.org Git - packages/archie.git/blob - archie.spec
- few cosmetics.
[packages/archie.git] / archie.spec
1 Summary:        Simple archie client
2 Summary(pl):    Klient us³ugi sieciowej archie
3 Name:           archie
4 License:        non-commercial
5 Group:          Applications/Networking
6 Group(de):      Applikationen/Netzwerkwesen
7 Group(pl):      Aplikacje/Sieciowe
8 Version:        1.4.1
9 Release:        10
10 Source0:        c-%{name}-%{version}.tar.gz
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Tool that will let you check a database containing thousands of
15 entries 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
23 %build
24 %{__make} OPTIONS="%{?debug:-O -g -DDEBUG}%{!?debug:$RPM_OPT_FLAGS} -I."\
25         DEFINES="" LDFLAGS="%{!?debug:-s}"
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
30
31 install %{name} $RPM_BUILD_ROOT%{_bindir} 
32 install archie.man $RPM_BUILD_ROOT%{_mandir}/man1/archie.1
33
34 gzip -9nf README README.ALEX Prospero
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc *.gz
42 %attr(755,root,root) %{_bindir}/archie
43 %{_mandir}/man1/*
This page took 0.023752 seconds and 3 git commands to generate.