merge
This commit is contained in:
commit
1b3fef9741
2 changed files with 20 additions and 1 deletions
12
emacs-locate-library.patch
Normal file
12
emacs-locate-library.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff -up emacs-24.1/lisp/org/org-exp-blocks.el.locate-library emacs-24.1/lisp/org/org-exp-blocks.el
|
||||
--- emacs-24.1/lisp/org/org-exp-blocks.el.locate-library 2012-07-11 17:11:42.053056590 +0200
|
||||
+++ emacs-24.1/lisp/org/org-exp-blocks.el 2012-07-11 17:11:47.716973793 +0200
|
||||
@@ -240,7 +240,7 @@ which defaults to the value of `org-expo
|
||||
(file-name-as-directory
|
||||
(expand-file-name
|
||||
"../contrib"
|
||||
- (file-name-directory (find-library-name "org")))))))
|
||||
+ (file-name-directory (locate-library "org")))))))
|
||||
"Path to the ditaa jar executable."
|
||||
:group 'org-babel
|
||||
:type 'string)
|
|
@ -3,7 +3,7 @@ Summary: GNU Emacs text editor
|
|||
Name: emacs
|
||||
Epoch: 1
|
||||
Version: 24.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv3+
|
||||
URL: http://www.gnu.org/software/emacs/
|
||||
Group: Applications/Editors
|
||||
|
@ -28,6 +28,8 @@ Patch2: rpm-spec-mode-utc.patch
|
|||
Patch3: rpm-spec-mode-changelog.patch
|
||||
# rhbz#713600
|
||||
Patch7: emacs-spellchecker.patch
|
||||
# rhbz#830162
|
||||
Patch8: emacs-locate-library.patch
|
||||
|
||||
BuildRequires: atk-devel, cairo-devel, freetype-devel, fontconfig-devel, dbus-devel, giflib-devel, glibc-devel, gtk3-devel, libpng-devel
|
||||
BuildRequires: libjpeg-devel, libtiff-devel, libX11-devel, libXau-devel, libXdmcp-devel, libXrender-devel, libXt-devel
|
||||
|
@ -152,6 +154,7 @@ packages that add functionality to Emacs.
|
|||
|
||||
%patch0 -p1 -b .glibc-open-macro
|
||||
%patch7 -p1 -b .spellchecker
|
||||
%patch8 -p1 -b .locate-library
|
||||
|
||||
# Install site-lisp files
|
||||
cp %SOURCE7 %SOURCE10 site-lisp
|
||||
|
@ -436,6 +439,10 @@ update-desktop-database &> /dev/null || :
|
|||
%dir %{_datadir}/emacs/site-lisp/site-start.d
|
||||
|
||||
%changelog
|
||||
* Wed Jul 11 2012 Karel Klíč <kklic@redhat.com> - 1:24.1-3
|
||||
- Fix org-mode to work without emacs-el installed.
|
||||
rhbz#830162
|
||||
|
||||
* Wed Jul 11 2012 Ville Skyttä <ville.skytta@iki.fi> - 1:24.1-2
|
||||
- Build -el, -terminal, and -filesystem as noarch (rhbz#834907).
|
||||
|
||||
|
|
Loading…
Reference in a new issue