]> git.pld-linux.org Git - packages/archie.git/blame_incremental - archie.spec
- tabs in preamble
[packages/archie.git] / archie.spec
... / ...
CommitLineData
1Summary: Simple archie client
2Summary(pl.UTF-8): Klient usługi sieciowej archie
3Name: archie
4Version: 1.4.1
5Release: 13
6License: non-commercial
7Group: Applications/Networking
8Source0: c-%{name}-%{version}.tar.gz
9# Source0-md5: 7db9015d540ece0347e96bfee45af30a
10#Source0: http://www.netsw.org/infosys/archie/c-%{name}-%{version}-FIXED.tar.gz
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14Tool that will let you check a database containing thousands of
15entries for the files that're available at FTP sites around the world.
16
17%description -l pl.UTF-8
18Narzę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
28rm -rf $RPM_BUILD_ROOT
29install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
30
31install %{name} $RPM_BUILD_ROOT%{_bindir}
32install archie.man $RPM_BUILD_ROOT%{_mandir}/man1/archie.1
33
34%clean
35rm -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.087183 seconds and 5 git commands to generate.