]> git.pld-linux.org Git - packages/bzr.git/blobdiff - bzr.spec
- updated to 2.7.0
[packages/bzr.git] / bzr.spec
index a76fe0a34f2a5c3a0d03a1d09474d477ac68fe14..8558412a06ae56a8c8044a38ad3816053f56c104 100644 (file)
--- a/bzr.spec
+++ b/bzr.spec
-%bcond_with    tests
-Summary:       Bazaar-NG is a changeset oriented revision control system
+# TODO: python3 when supported upstream (currently it uses cobjects, whith don't exist in python 3.2+)
+
+Summary:       Bazaar - a distributed revision control system
+Summary(pl.UTF-8):     Bazaar - rozproszony system kontroli wersji
 Name:          bzr
-Version:       0.0.9
+Version:       2.7.0
 Release:       1
-License:       GPL v2
+License:       GPL v2+
 Group:         Development/Version Control
-Source0:       http://www.bazaar-ng.org/pkg/%{name}-%{version}.tar.gz
-# Source0-md5: e6b1e5e561556f29ac00ce00433c9077
-URL:           http://www.bazaar-ng.org/
-Requires:      diffutils
-Requires:      patch
-Requires:      tar
-%pyrequires_eq  python
-BuildRequires: python
-BuildArch:     noarch
+#Source0Download: https://launchpad.net/bzr/+download
+Source0:       https://launchpad.net/bzr/2.7/%{version}/+download/%{name}-%{version}.tar.gz
+# Source0-md5: 8e5020502efd54f5925a14a456b88b89
+Patch0:                locale-path.patch
+Patch1:                ca-certificates.patch
+URL:           http://bazaar.canonical.com/
+BuildRequires: python >= 1:2.6
+BuildRequires: python-devel >= 1:2.6
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.714
+BuildRequires: zlib-devel
+Requires:      python >= 1:2.6
+Requires:      python-bzr = %{version}-%{release}
+Obsoletes:     bazaar
+Conflicts:     qbzr < 0.22
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Bazaar-NG (aka bzr, later to be named Bazaar 2) is a community project
-led by canonical to develop a free software distributed revision
-control system that is powerful, friendly, scalable and easy to use. A
-revision control system is a tool that developers and system
-administrators use to keep track of the changes to files over time.
-Additionally, a revision control system such as Bazaar-NG eases the
-burdens of working together in teams.
-
-Bazaar-NG is a changeset oriented revision control system. Changeset
-oriented revision control systems collect the logically related
-changes to individual files together into one cohesive group which
-typically represent a bug fix or a new feature. These changesets are
-easily transferred from one branch to another with simple to use
-commands like "bzr pull" and "bzr branch".
-
-Bazaar-NG is also a distributed revision control system. A distributed
-revision control such as Bazaar-NG not only allows a project to have
-multiple branches, but users to have multiple private branches as
-well. Bazaar-NG makes it easy for users to make a branch that is based
-off of another branch, make changes and then later merge the branches
-back together. Importantly, the general public can make a new branch
-based upon an authoritive branch of a project, fix one or more things
-and then offer the branch back to the upstream for merging. Bazaar-NG
-also supports the sharing of branches between developers.
+Bazaar (aka bzr) is a community project led by Canonical Limited to
+develop a free software distributed revision control system that is
+powerful, friendly, scalable and easy to use. Although Bazaar is a
+distributed version control system it can also be used in a
+centralized manner using lock step development and checkouts. Features
+include:
+- file and directory renames
+- merging file renames
+- versioning symbolic links
+- knit merges instead of three-way merges
+- gpg revision signing
+- build-in high-speed web interface
+- tags
+- easy to learn normal file-system commands
+- extensive Unicode support
+
+Additional features like: cherry picking, other DVCS support, GUI and
+many more are accessible from 3rd-party-tools and plugins.
+
+%description -l pl.UTF-8
+Bazaar (znany też jako bzr) to publiczny projekt mający na celu
+stworzenie wolnodostępnego rozproszonego systemu kontroli wersji
+będącego potężnym, przyjaznym, skalowalnym i łatwym w użyciu. Pomimo,
+że Bazaar jest zaprojektowany do pracy w rozproszonym środowisku, może
+być również używany w scentralizowanym modelu. Do głównych możliwości
+należą:
+- obsługa zmian nazw dla katalogów i plików
+- scalanie pomiędzy plikami ze zmienioną nazwą
+- obsługa dowiązań symbolicznych
+- zaawansowane zespalanie zamiast tradycyjnego trójdrożnego
+- podpisywanie rewizji przez gpg
+- wbudowany wysokowydajny interfejs sieciowy
+- tagi
+- łatwy w użyciu interfejs linii poleceń
+- szeroka obsługa Unikodu
+
+Dodatkowe możliwości takie jak: cherry picking, obsługa innych
+systemów kontroli wersji, GUI są dostępne poprzez dodatkowe pakiety
+rozszerzeń.
+
+%package -n python-bzr
+Summary:       Bazaar library for Python 2
+Summary(pl.UTF-8):     Biblioteka Bazaar dla Pythona 2
+Group:         Libraries/Python
+# pdb module required by bzr
+Requires:      python-devel-tools >= 1:2.6
+Requires:      python-paramiko
+Requires:      python-pycurl
+
+%description -n python-bzr
+Bazaar is a friendly distributed version control system.
+
+This package contains Python 2 library.
+
+%description -n python-bzr -l pl.UTF-8
+Bazaar to przyjazny, rozproszony system kontroli wersji.
+
+Ten pakiet zawiera bibliotekę Pythona 2.
+
+%package -n bash-completion-%{name}
+Summary:       bash-completion for bzr
+Group:         Applications/Shells
+Requires:      %{name} = %{version}-%{release}
+Requires:      bash-completion
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
+%description -n bash-completion-%{name}
+This package provides bash-completion for bzr.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+
+# move out of contrib, as we package contrib as doc
+%{__mv} contrib/bash/bzr bash_completion.sh
 
 %build
-python setup.py build
+%py_build
+
+%if 0
+%py3_build
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python setup.py install --optimize=2 \
-       --root=$RPM_BUILD_ROOT
+%if 0
+%py3_install \
+       --install-data %{_datadir}
+%endif
+
+%py_install \
+       --install-data %{_datadir}
+
+%py_postclean
+
+# bash-completion
+install -d $RPM_BUILD_ROOT/etc/bash_completion.d
+install -p bash_completion.sh $RPM_BUILD_ROOT/etc/bash_completion.d/%{name}
+
+# don't package tests
+%{__rm} -r $RPM_BUILD_ROOT%{py_sitedir}/bzrlib/plugins/bash_completion/tests
+%{__rm} -r $RPM_BUILD_ROOT%{py_sitedir}/bzrlib/plugins/launchpad/test_*.py*
+%{__rm} -r $RPM_BUILD_ROOT%{py_sitedir}/bzrlib/plugins/netrc_credential_store/tests
+%{__rm} -r $RPM_BUILD_ROOT%{py_sitedir}/bzrlib/plugins/news_merge/tests
+%{__rm} -r $RPM_BUILD_ROOT%{py_sitedir}/bzrlib/tests
+%{__rm} -r $RPM_BUILD_ROOT%{py_sitedir}/bzrlib/util/tests
 
-find $RPM_BUILD_ROOT%{py_sitescriptdir} -type f -name "*.py" | xargs rm
+%if 0
+%{__rm} -r $RPM_BUILD_ROOT%{py3_sitedir}/bzrlib/plugins/bash_completion/tests
+%{__rm} -r $RPM_BUILD_ROOT%{py3_sitedir}/bzrlib/plugins/launchpad/test_*.py*
+%{__rm} -r $RPM_BUILD_ROOT%{py3_sitedir}/bzrlib/plugins/netrc_credential_store/tests
+%{__rm} -r $RPM_BUILD_ROOT%{py3_sitedir}/bzrlib/plugins/news_merge/tests
+%{__rm} -r $RPM_BUILD_ROOT%{py3_sitedir}/bzrlib/tests
+%{__rm} -r $RPM_BUILD_ROOT%{py3_sitedir}/bzrlib/util/tests
+%endif
+
+# sco locale is not supported by glibc
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/sco
+
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc doc/*.txt NEWS README TODO contrib
+%attr(755,root,root) %{_bindir}/bzr
+%{_mandir}/man1/bzr.1*
+
+%files -n python-bzr
+%defattr(644,root,root,755)
+%dir %{py_sitedir}/bzrlib
+%{py_sitedir}/bzrlib/*.py[co]
+%attr(755,root,root) %{py_sitedir}/bzrlib/_*.so
+%{py_sitedir}/bzrlib/bundle
+%{py_sitedir}/bzrlib/branchfmt
+%{py_sitedir}/bzrlib/doc
+%{py_sitedir}/bzrlib/doc_generate
+%{py_sitedir}/bzrlib/export
+%{py_sitedir}/bzrlib/filters
+%{py_sitedir}/bzrlib/help_topics
+%{py_sitedir}/bzrlib/plugins
+%{py_sitedir}/bzrlib/repofmt
+%{py_sitedir}/bzrlib/smart
+%{py_sitedir}/bzrlib/store
+%{py_sitedir}/bzrlib/transport
+%{py_sitedir}/bzrlib/ui
+%{py_sitedir}/bzrlib/util
+%{py_sitedir}/bzrlib/version_info_formats
+%{py_sitedir}/bzr-%{version}-py*.egg-info
+
+%files -n bash-completion-%{name}
 %defattr(644,root,root,755)
-%doc doc/*.txt HACKING NEWS README TODO tutorial.txt
-%attr(755,root,root) %{_bindir}/*
-%{py_sitescriptdir}/bzrlib
+/etc/bash_completion.d/%{name}
This page took 0.063157 seconds and 4 git commands to generate.