]> git.pld-linux.org Git - packages/bitkeeper.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 23 Jul 2002 13:49:56 +0000 (13:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bitkeeper.spec -> 1.1

bitkeeper.spec [new file with mode: 0644]

diff --git a/bitkeeper.spec b/bitkeeper.spec
new file mode 100644 (file)
index 0000000..d8e4707
--- /dev/null
@@ -0,0 +1,46 @@
+Summary:       A distributed concurent versioning system better than CVS
+Summary(pl):   System kontroli wersji lepszy ni¿ CVS
+Name:          bitkeeper
+Version:       2.1.6pre5
+Release:       1
+License:       BitKeeper
+Group:         Development/Version Control
+Source0:       http://www.bitmover.com/download/bk-2.1.x/x86-glibc22-linux.bin
+URL:           http://www.bitkeeper.com/
+Requires:      tk >= 8.0
+BuildRequires: fileutils
+ExclusiveArch: %{ix86}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A distributed concurent versioning system better than CVS.
+
+%description -l pl
+System kontroli wersji lepszy ni¿ CVS.
+
+%prep
+%setup -q -c -T
+umask 022
+dd if=%{SOURCE0} skip=1 bs=7008 | gzip -d | tar xf -
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_libdir}/%{name},%{_bindir}}
+
+cp -ap bitkeeper/* $RPM_BUILD_ROOT%{_libdir}/%{name}
+
+ln -s %{_libdir}/%{name}/bitkeeper.config $RPM_BUILD_ROOT%{_sysconfdir}
+
+for file in admin bk delta get prs rmdel unget; do
+       ln -s %{_libdir}/%{name}/${file} $RPM_BUILD_ROOT%{_bindir}/${file}
+done
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc bitkeeper/*.pdf
+%attr(755,root,root) %{_bindir}/*
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%attr(-,root,root) %{_libdir}/%{name}
This page took 0.060556 seconds and 4 git commands to generate.