rpms/monotone/devel monotone.spec,1.1,1.2

Roland McGrath (roland) fedora-extras-commits at redhat.com
Wed Jul 27 19:38:55 UTC 2005


Author: roland

Update of /cvs/extras/rpms/monotone/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31067

Modified Files:
	monotone.spec 
Log Message:
- Include monotone-nav.el too.
- Add BuildRequires on cvs so the test suite can run.



Index: monotone.spec
===================================================================
RCS file: /cvs/extras/rpms/monotone/devel/monotone.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- monotone.spec	18 Jul 2005 23:53:09 -0000	1.1
+++ monotone.spec	27 Jul 2005 19:38:53 -0000	1.2
@@ -1,6 +1,6 @@
 Name: monotone
 Version: 0.21
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 Summary: A free, distributed version control system
 Group: Development/Tools
@@ -21,6 +21,9 @@
 %define bundled_sqlite no
 %endif
 
+# The test suite needs cvs.
+BuildRequires: cvs
+
 BuildRequires: emacs
 
 Requires(post): /sbin/install-info
@@ -52,8 +55,8 @@
 
 lispdir=%{buildroot}/%{_datadir}/emacs/site-lisp
 mkdir -p ${lispdir}
-%{__install} -c -m 0444 contrib/monotone.el ${lispdir}/monotone.el
-emacs -batch -f batch-byte-compile ${lispdir}/monotone.el
+%{__install} -c -m 0444 contrib/monotone*.el ${lispdir}
+emacs -batch -f batch-byte-compile ${lispdir}
 
 %clean
 rm -rf %{buildroot}
@@ -78,9 +81,13 @@
 %{_bindir}/monotone
 %{_infodir}/monotone.info*
 %{_mandir}/man1/monotone.1*
-%{_datadir}/emacs/site-lisp/monotone.el*
+%{_datadir}/emacs/site-lisp/monotone*.el*
 
 %changelog
+* Wed Jul 27 2005 Roland McGrath <roland at redhat.com> - 0.21-2
+- Include monotone-nav.el too.
+- Add BuildRequires on cvs so the test suite can run.
+
 * Mon Jul 18 2005 Roland McGrath <roland at redhat.com> - 0.21-1
 - Updated for 0.21 release.
 - Install Emacs support.




More information about the scm-commits mailing list