]> git.pld-linux.org Git - packages/archie.git/blame - archie.spec
- tabs in preamble
[packages/archie.git] / archie.spec
CommitLineData
ec6a2bf6 1Summary: Simple archie client
1a859647 2Summary(pl.UTF-8): Klient usługi sieciowej archie
21200269 3Name: archie
1e306c6f 4Version: 1.4.1
258823be 5Release: 13
21200269 6License: non-commercial
7Group: Applications/Networking
21200269 8Source0: c-%{name}-%{version}.tar.gz
0531fcd1 9# Source0-md5: 7db9015d540ece0347e96bfee45af30a
1e306c6f 10#Source0: http://www.netsw.org/infosys/archie/c-%{name}-%{version}-FIXED.tar.gz
21200269 11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
df99bc38
JB
14Tool that will let you check a database containing thousands of
15entries for the files that're available at FTP sites around the world.
21200269 16
fb7e6282
JR
17%description -l pl.UTF-8
18Narzędzie pozwalające wyszukiwać pliki w bazie serwerów FTP.
21200269 19
20%prep
0e4e139a 21%setup -q
21200269 22
23%build
93bca226 24%{__make} OPTIONS="%{rpmcflags} %{?debug:-DDEBUG} -I." \
683d75ec 25 DEFINES="-DNEED_TIME_H" LDFLAGS="%{rpmldflags}"
21200269 26
27%install
df99bc38
JB
28rm -rf $RPM_BUILD_ROOT
29install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
ec6a2bf6 30
0e4e139a 31install %{name} $RPM_BUILD_ROOT%{_bindir}
21200269 32install archie.man $RPM_BUILD_ROOT%{_mandir}/man1/archie.1
ec6a2bf6 33
df99bc38
JB
34%clean
35rm -rf $RPM_BUILD_ROOT
21200269 36
37%files
21200269 38%defattr(644,root,root,755)
2886fb77 39%doc README README.ALEX Prospero
21200269 40%attr(755,root,root) %{_bindir}/archie
df99bc38 41%{_mandir}/man1/*
This page took 0.113103 seconds and 4 git commands to generate.