From 0002e3ea096548cf4c7294ebd20a9339d6256b91 Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Mar 26 2008 00:35:20 +0000 Subject: Update to 1.0 New subpackages: mercurial-emacs, mercurial-hgk --- diff --git a/.cvsignore b/.cvsignore index 893bbe0..4c55921 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mercurial-0.9.5.tar.bz2 +mercurial-1.0.tar.gz diff --git a/mercurial.spec b/mercurial.spec index e0cd4cc..c2e9c23 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -1,11 +1,11 @@ Summary: A fast, lightweight distributed source control management system Name: mercurial -Version: 0.9.5 -Release: 7%{?dist} +Version: 1.0 +Release: 1%{?dist} License: GPLv2 Group: Development/Tools URL: http://www.selenic.com/mercurial/ -Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.bz2 +Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: python-devel asciidoc xmlto Requires: python @@ -15,6 +15,22 @@ Provides: hg = %{version}-%{release} Mercurial is a fast, lightweight source control management system designed for efficient handling of very large distributed projects. +%package emacs +Summary: Mercurial version control system support for Emacs +Group: Applications/Editors +Requires: hg = %{version}-%{release}, emacs-common + +%description emacs +%{summary}. + +%package hgk +Summary: Hgk interface for mercurial +Group: Development/Tools +Requires: hg = %{version}-%{release}, tk + +%description hgk +%{summary}. + %prep %setup -q @@ -56,9 +72,6 @@ rm -rf $RPM_BUILD_ROOT %doc %attr(644,root,root) %{_mandir}/man?/hg*.gz %{_sysconfdir}/bash_completion.d/mercurial.sh %{_datadir}/zsh/site-functions/_mercurial -%{_datadir}/emacs/site-lisp/mercurial.el -%{_datadir}/xemacs/site-packages/lisp/mercurial.el -%{_bindir}/hgk %{_bindir}/hg-ssh %{_bindir}/hg-viz %{_bindir}/git-rev-tree @@ -66,7 +79,23 @@ rm -rf $RPM_BUILD_ROOT %dir %{_sysconfdir}/mercurial %dir %{_sysconfdir}/mercurial/hgrc.d +%files emacs +%{_datadir}/emacs/site-lisp/mercurial.el +%{_datadir}/xemacs/site-packages/lisp/mercurial.el + +%files hgk +%{_bindir}/hgk + +#%check +#cd tests && python run-tests.py + %changelog +* Tue Mar 25 2008 Neal Becker - 1.0-1 +- Update to 1.0 +- Disable check for now - 1 test fails +- Move emacs to separate package +- Add check + * Tue Feb 19 2008 Fedora Release Engineering - 0.9.5-7 - Autorebuild for GCC 4.3 diff --git a/sources b/sources index dec11c2..486c43f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b295d05336851ab606694e5481ffd40 mercurial-0.9.5.tar.bz2 +9f8dd7fa6f8886f77be9b923f008504c mercurial-1.0.tar.gz