Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > by-pkgid > 6afd227824c51e0c1d78d5218e989b1a > files > 1

bazaar-1.1-1mdk.src.rpm

Name: bazaar
Summary: A distributed revision control system compatible with arch
Version: 1.1
Release: 1mdk
License: GPL
Group: Development/Other
Source: http://bazaar.canonical.com/packages/src/%{name}_%{version}.tar.bz2
URL: http://bazaar.canonical.com/
BuildRequires: neon-devel

BuildRoot: %{_tmppath}/%{name}-%{version}-root

%description
GNU Arch is a revision control system with features that are ideal for
projects characterised by widely distributed development, concurrent
support of multiple releases, and substantial amounts of development
on branches.  It can be a replacement for CVS and corrects many
mis-features of that system.

bazaar is an implementation of GNU Arch in C, based on tla.

%prep
%setup -q 

%build
# using a separate dir is needed
mkdir build
cd build
# doesn't support libdir
../src//configure --prefix=%{_prefix} 
# doesn't work in //
make

%install
rm -rf %{buildroot}
cd build
%makeinstall
cd ..
%find_lang  %{name} 
%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-, root, root)
%doc COPYING src/docs-baz/html/*.html
%{_bindir}/baz

%changelog
* Wed Feb 16 2005 Michael Scherer <misc@mandrake.org> 1.1-1mdk 
- adaptation of inital spec from James Henstridge, for Canonical