rpms/emacs-common-ebib/F-7 ebib-1.5.2-info-fix.patch, NONE, 1.1 emacs-common-ebib.spec, 1.1, 1.2

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Fri Jan 25 01:57:42 UTC 2008


Author: jgu

Update of /cvs/extras/rpms/emacs-common-ebib/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28242

Modified Files:
	emacs-common-ebib.spec 
Added Files:
	ebib-1.5.2-info-fix.patch 
Log Message:
* Fri Jan 25 2008 Jonathan G. Underwood <rpmb at renton.jgu> - 1.5.2-3
- Bump release

* 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



ebib-1.5.2-info-fix.patch:

--- NEW FILE ebib-1.5.2-info-fix.patch ---
--- info/ebib-manual.info.orig	2008-01-25 01:34:36.000000000 +0000
+++ info/ebib-manual.info	2008-01-25 01:35:02.000000000 +0000
@@ -1,3 +1,7 @@
+INFO-DIR-SECTION Emacs
+START-INFO-DIR-ENTRY
+* Ebib: (ebib).       A BibTeX database manager for Emacs and XEmacs
+END-INFO-DIR-ENTRY
 This is ebib-manual.info, produced by makeinfo version 4.8 from
 ebib-manual.texi.
 


Index: emacs-common-ebib.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-common-ebib/F-7/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:55:27 -0000	1.1
+++ emacs-common-ebib.spec	25 Jan 2008 01:57:07 -0000	1.2
@@ -28,13 +28,14 @@
 
 Name:           emacs-common-%{pkg}
 Version:        1.5.2
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        A BibTeX database manager that runs in Emacs and XEmacs
 
 Group:          Applications/Editors
 License:        BSD
 URL:            http://ebib.sourceforge.net/
 Source0:        http://belnet.dl.sourceforge.net/sourceforge/ebib/%{pkg}-%{version}.tar.gz
+Patch0:		ebib-1.5.2-info-fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -59,7 +60,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
@@ -107,6 +109,7 @@
 
 %prep
 %setup -q -n %{pkg}-%{version}
+%patch0 -p0
 cp ebib.el ebib.xemacs.el
 
 %build
@@ -140,19 +143,18 @@
 
 # Documentation
 install -d $RPM_BUILD_ROOT%{_infodir}
-install -p -m 0644 info/ebib-manual.info $RPM_BUILD_ROOT%{_infodir}
+install -p -m 0644 info/ebib-manual.info $RPM_BUILD_ROOT%{_infodir}/ebib.info
 mv doc/html/* .
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %post
 /sbin/install-info %{_infodir}/ebib.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}/ebib.info %{_infodir}/dir 2>/dev/null || :
 fi
 
 %files
@@ -181,6 +183,14 @@
 %{xemacs_lispdir}/%{pkg}/*.el
 
 %changelog
+* Fri Jan 25 2008 Jonathan G. Underwood <rpmb at renton.jgu> - 1.5.2-3
+- Bump release
+
+* 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