]> git.pld-linux.org Git - packages/archie.git/blob - archie.spec
- tabs in preamble
[packages/archie.git] / archie.spec
1 Summary:        Simple archie client
2 Summary(pl.UTF-8):      Klient usługi sieciowej archie
3 Name:           archie
4 Version:        1.4.1
5 Release:        13
6 License:        non-commercial
7 Group:          Applications/Networking
8 Source0:        c-%{name}-%{version}.tar.gz
9 # Source0-md5:  7db9015d540ece0347e96bfee45af30a
10 #Source0:       http://www.netsw.org/infosys/archie/c-%{name}-%{version}-FIXED.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.UTF-8
18 Narzędzie pozwalające wyszukiwać pliki w bazie serwerów FTP.
19
20 %prep
21 %setup -q
22
23 %build
24 %{__make} OPTIONS="%{rpmcflags} %{?debug:-DDEBUG} -I." \
25         DEFINES="-DNEED_TIME_H" LDFLAGS="%{rpmldflags}"
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 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc README README.ALEX Prospero
40 %attr(755,root,root) %{_bindir}/archie
41 %{_mandir}/man1/*
This page took 0.051655 seconds and 3 git commands to generate.