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