SPECS: bk_client.spec (NEW) - new

arekm arekm at pld-linux.org
Thu Dec 21 19:01:58 CET 2006


Author: arekm                        Date: Thu Dec 21 18:01:57 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   bk_client.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/bk_client.spec
diff -u /dev/null SPECS/bk_client.spec:1.1
--- /dev/null	Thu Dec 21 19:01:57 2006
+++ SPECS/bk_client.spec	Thu Dec 21 19:01:50 2006
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+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}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/12/21 18:01:50  arekm
+- new
+
+
================================================================


More information about the pld-cvs-commit mailing list