From f85464f7b74a044a90da54da1daba48a317a7056 Mon Sep 17 00:00:00 2001 From: Toshio くらとみ Date: Dec 14 2007 06:09:55 +0000 Subject: - Update to 1.0 final. --- diff --git a/bzr.spec b/bzr.spec index ff12359..ccb3cea 100644 --- a/bzr.spec +++ b/bzr.spec @@ -1,14 +1,14 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: bzr -Version: 0.91 -Release: 1%{?dist} +Version: 1.0 +Release: 0.1.rc3%{?dist} Summary: Friendly distributed version control system Group: Development/Tools License: GPLv2+ URL: http://www.bazaar-vcs.org/ -Source0: http://bazaar-vcs.org/releases/src/%{name}-%{version}.tar.gz +Source0: http://bazaar-vcs.org/releases/src/%{name}-1.0rc3.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel @@ -30,7 +30,7 @@ a user-friendly reimplementation of GNU Arch. %prep -%setup -q +%setup -q -n %{name}-%{version}rc3 %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build @@ -39,6 +39,7 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install --skip-build --install-data %{_datadir} --root $RPM_BUILD_ROOT +chmod 0755 $RPM_BUILD_ROOT%{python_sitearch}/bzrlib/*.so # This is included in %doc, remove redundancy here #rm -rf $RPM_BUILD_ROOT%{python_sitearch}/bzrlib/doc/ @@ -52,13 +53,22 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc NEWS README TODO COPYING.txt doc/ +%doc NEWS README TODO COPYING.txt doc/ contrib/ %{_bindir}/bzr %{_mandir}/man1/* - %{python_sitearch}/bzrlib/ +%if 0%{?fedora} > 8 +%{python_sitearch}/*.egg-info +%endif %changelog +* Tue Dec 11 2007 Toshio Kuratomi - 1.0-0.1.rc3 +- Update to 1.0rc3 +- The new rawhide python package generates egg-info files. + +* Fri Nov 30 2007 Toshio Kuratomi - 1.0-0.1.rc2 +- Update to 1.0rc2 + * Tue Aug 28 2007 Toshio Kuratomi - 0.91-1 - Update to 0.91. + Fixes some issues with using tag-enabled branches.