]> git.pld-linux.org Git - packages/bk_client.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 21 Dec 2006 18:01:50 +0000 (18:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bk_client.spec -> 1.1

bk_client.spec [new file with mode: 0644]

diff --git a/bk_client.spec b/bk_client.spec
new file mode 100644 (file)
index 0000000..25c1604
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       BitKeeper client
+Summary(pl):   Klient BitKeeper
+Name:          bk_client
+Version:       1.1
+Release:       1
+License:       No Whining License
+Group:         Development/Version Control
+Source0:       http://www.bitmover.com/bk-client.shar
+# Source0-md5: fd22644204abc0c9d1a35b5d78b654f5
+URL:           http://www.bitkeeper.com/
+BuildRequires: zlib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Free BitKeeper client.
+
+%description -l pl
+Darmowy klient BitKeeper.
+
+%prep
+%setup -q -T -c
+/bin/sh %{SOURCE0}
+
+%build
+cd bk_client-%{version}
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install bk_client-%{version}/sfioball $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
This page took 0.055073 seconds and 4 git commands to generate.