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