rpms/emacs-common-ebib/devel emacs-common-ebib.spec,1.1,1.2

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Wed Jan 23 23:53:15 UTC 2008


Author: jgu

Update of /cvs/extras/rpms/emacs-common-ebib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7854

Modified Files:
	emacs-common-ebib.spec 
Log Message:
* Sat Jan 19 2008 Jonathan G. Underwood <rpmb at renton.jgu> - 1.5.2-2
- Add information about installing emacs-ebib/xemacs-ebib to emacs-common-ebib
  package description
- Fix error in the info file installation



Index: emacs-common-ebib.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-common-ebib/devel/emacs-common-ebib.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emacs-common-ebib.spec	22 Jan 2008 21:49:56 -0000	1.1
+++ emacs-common-ebib.spec	23 Jan 2008 23:52:32 -0000	1.2
@@ -28,7 +28,7 @@
 
 Name:           emacs-common-%{pkg}
 Version:        1.5.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A BibTeX database manager that runs in Emacs and XEmacs
 
 Group:          Applications/Editors
@@ -59,7 +59,8 @@
 .bib file for a paper containing only the works cited in that paper.
 
 This package contains the files common to both the GNU Emacs and XEmacs
-Ebib packages.
+Ebib packages. You need to install the emacs-ebib and/or the xemacs-ebib
+package to use Ebib.
 
 %package -n emacs-%{pkg}
 Summary:        Compiled elisp files to run Ebib under GNU Emacs
@@ -148,11 +149,13 @@
 
 
 %post
-/sbin/install-info %{_infodir}/ebib.info %{_infodir}/dir 2>/dev/null || :
+/sbin/install-info \
+  --entry="* Ebib: (ebib).       A BibTeX database manager for Emacs and XEmacs" \
+  %{_infodir}/ebib-manual.info %{_infodir}/dir 2>/dev/null || :
 
 %preun
 if [ $1 -eq 0 ]; then
-  /sbin/install-info --delete %{_infodir}/ebin.info %{_infodir}/dir 2>/dev/null || :
+  /sbin/install-info --delete %{_infodir}/ebin-manual.info %{_infodir}/dir 2>/dev/null || :
 fi
 
 %files
@@ -181,6 +184,11 @@
 %{xemacs_lispdir}/%{pkg}/*.el
 
 %changelog
+* Sat Jan 19 2008 Jonathan G. Underwood <rpmb at renton.jgu> - 1.5.2-2
+- Add information about installing emacs-ebib/xemacs-ebib to emacs-common-ebib
+  package description
+- Fix error in the info file installation
+
 * Sat Jan 19 2008 Jonathan G. Underwood <rpmb at renton.jgu> - 1.5.2-1
 - Update to version 1.5.2
 - Conform to emacs packaging guidelines




More information about the fedora-extras-commits mailing list