]> git.pld-linux.org Git - packages/bk_client.git/blame - bk_client.spec
- drop obsolete files
[packages/bk_client.git] / bk_client.spec
CommitLineData
cc297e08 1Summary: BitKeeper client
6a40119b 2Summary(pl.UTF-8): Klient BitKeepera
cc297e08 3Name: bk_client
8b866388 4Version: 2.0
cc297e08
AM
5Release: 1
6License: No Whining License
7Group: Development/Version Control
8b866388
AM
8Source0: http://www.bitmover.com/bk-client%{version}.shar
9# Source0-md5: 14680e84d0b0b359995643d2a1fd57ff
cc297e08
AM
10URL: http://www.bitkeeper.com/
11BuildRequires: zlib-devel
6e5355e2 12Requires: gzip
8b866388
AM
13Requires: patch
14Requires: tar
cc297e08
AM
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Free BitKeeper client.
19
4eaa0df6 20%description -l pl.UTF-8
239aa436 21Darmowy klient BitKeepera.
cc297e08
AM
22
23%prep
239aa436 24%setup -q -c -T
cc297e08
AM
25/bin/sh %{SOURCE0}
26
27%build
8b866388 28%{__make} -C bk-client%{version} \
cc297e08
AM
29 CC="%{__cc}" \
30 CFLAGS="%{rpmcflags}"
31
32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT%{_bindir}
35
8b866388 36install bk-client%{version}/bkf $RPM_BUILD_ROOT%{_bindir}/bkf
cc297e08
AM
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%attr(755,root,root) %{_bindir}/*
This page took 0.062811 seconds and 4 git commands to generate.