bzr: sanitize deps, bumprev.

--HG--
extra : convert_revision : bded370ccf6c8c0c0abe7bbd8ca15867425da1d5
This commit is contained in:
Juan RP 2010-01-13 19:45:02 +01:00
parent 2612230774
commit 594360f78e

View file

@ -1,6 +1,7 @@
# Template file for 'bzr' # Template file for 'bzr'
pkgname=bzr pkgname=bzr
version=2.0.3 version=2.0.3
revision=1
distfiles="http://launchpad.net/bzr/2.0/$version/+download/bzr-$version.tar.gz" distfiles="http://launchpad.net/bzr/2.0/$version/+download/bzr-$version.tar.gz"
build_style=python-module build_style=python-module
short_desc="Distributed version control system that Just Works" short_desc="Distributed version control system that Just Works"
@ -12,4 +13,7 @@ long_desc="
Bazaar adapts to the way you want to work, and you can try it out in Bazaar adapts to the way you want to work, and you can try it out in
five minutes." five minutes."
Add_dependency run glibc
Add_dependency run zlib
Add_dependency full python Add_dependency full python
Add_dependency build zlib-devel