]> git.pld-linux.org Git - packages/bk_client.git/blobdiff - bk_client.spec
- tabs in preamble
[packages/bk_client.git] / bk_client.spec
index 25c1604c75bd55de1c7df0e327c8b7f877a87b86..a9b98b8326e84a69be37f057f11d1be6586882d4 100644 (file)
@@ -1,29 +1,31 @@
 Summary:       BitKeeper client
-Summary(pl):   Klient BitKeeper
+Summary(pl.UTF-8):     Klient BitKeepera
 Name:          bk_client
-Version:       1.1
+Version:       2.0
 Release:       1
 License:       No Whining License
 Group:         Development/Version Control
-Source0:       http://www.bitmover.com/bk-client.shar
-# Source0-md5: fd22644204abc0c9d1a35b5d78b654f5
+Source0:       http://www.bitmover.com/bk-client%{version}.shar
+# Source0-md5: 14680e84d0b0b359995643d2a1fd57ff
 URL:           http://www.bitkeeper.com/
 BuildRequires: zlib-devel
+Requires:      gzip
+Requires:      patch
+Requires:      tar
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Free BitKeeper client.
 
-%description -l pl
-Darmowy klient BitKeeper.
+%description -l pl.UTF-8
+Darmowy klient BitKeepera.
 
 %prep
-%setup -q -T -c
+%setup -q -c -T
 /bin/sh %{SOURCE0}
 
 %build
-cd bk_client-%{version}
-%{__make} \
+%{__make} -C bk-client%{version} \
        CC="%{__cc}" \
        CFLAGS="%{rpmcflags}"
 
@@ -31,7 +33,7 @@ cd bk_client-%{version}
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 
-install bk_client-%{version}/sfioball $RPM_BUILD_ROOT%{_bindir}
+install bk-client%{version}/bkf $RPM_BUILD_ROOT%{_bindir}/bkf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.091503 seconds and 4 git commands to generate.