]> git.pld-linux.org Git - packages/bitkeeper.git/blame - bitkeeper.spec
- partial 7.3.3 update; don't keep binaries around; it's open source for some time...
[packages/bitkeeper.git] / bitkeeper.spec
CommitLineData
82820b34 1Summary: A distributed concurent versioning system better than CVS
950eb56e 2Summary(pl.UTF-8): System kontroli wersji lepszy niż CVS
82820b34 3Name: bitkeeper
2366772b
AM
4Version: 7.3.3
5Release: 0.1
6License: Apache v2.0
82820b34 7Group: Development/Version Control
2366772b
AM
8Source0: https://www.bitkeeper.org/downloads/%{version}/bk-%{version}.src.tar.gz
9# Source0-md5: 8253674ac4e6756706b3d9a7fe80ef4d
10URL: https://www.bitkeeper.org/
11BuildRequires: bison
12BuildRequires: flex
13BuildRequires: gperf
14BuildRequires: libtomcrypt-devel
15BuildRequires: libtommath-devel
16BuildRequires: lz4-devel
17BuildRequires: pcre-devel
18BuildRequires: tk-devel
19BuildRequires: zlib-devel
82820b34
AM
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
6be1c1f9 23A distributed concurrent versioning system better than CVS.
82820b34 24
17615248
JR
25%description -l pl.UTF-8
26System kontroli wersji lepszy niż CVS.
82820b34
AM
27
28%prep
2366772b 29%setup -q -n bk-%{version}
82820b34 30
2366772b
AM
31%build
32%{__make}
bcfaa274 33
82820b34
AM
34%install
35rm -rf $RPM_BUILD_ROOT
82820b34 36
2366772b
AM
37%{__make} install \
38 INSTALLED_BK=%{_prefix} \
39 DESTDIR=$RPM_BUILD_ROOT
82820b34
AM
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
2366772b
AM
46%doc */*.pdf doc/quickstart README.md RELEASE-NOTES*
47#%attr(755,root,root) %{_bindir}/*
48#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
49#%{_mandir}/man*/*
This page took 0.083699 seconds and 4 git commands to generate.