- Update macros.xemacs to treat epoch correctly and be consistent with
xemacs package - Use site_start_d macro consistently 23.1-9 - use xdg-open(1) for opening URLs (#316131)
This commit is contained in:
parent
da0f823591
commit
b93693e07b
11
emacs.spec
11
emacs.spec
@ -4,7 +4,7 @@ Summary: GNU Emacs text editor
|
||||
Name: emacs
|
||||
Epoch: 1
|
||||
Version: 23.1
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
License: GPLv3+
|
||||
URL: http://www.gnu.org/software/emacs/
|
||||
Group: Applications/Editors
|
||||
@ -180,7 +180,7 @@ ${TOPDIR}/src/emacs %{bytecompargs} site-lisp/*.el
|
||||
# Create pkgconfig file
|
||||
cat > emacs.pc << EOF
|
||||
sitepkglispdir=%{site_lisp}
|
||||
sitestartdir=%{site_lisp}/site-start.d
|
||||
sitestartdir=%{site_start_d}
|
||||
|
||||
Name: emacs
|
||||
Description: GNU Emacs text editor
|
||||
@ -190,7 +190,8 @@ EOF
|
||||
# Create macros.emacs RPM macro file
|
||||
cat > macros.emacs << EOF
|
||||
%%_emacs_version %{version}
|
||||
%%_emacs_epoch %{epoch}
|
||||
%%_emacs_ev %{?epoch:%{epoch}:}%{version}
|
||||
%%_emacs_evr %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
%%_emacs_sitelispdir %{site_lisp}
|
||||
%%_emacs_sitestartdir %{site_start_d}
|
||||
%%_emacs_bytecompile /usr/bin/emacs %bytecompargs
|
||||
@ -378,6 +379,10 @@ alternatives --install %{_bindir}/etags emacs.etags %{_bindir}/etags.emacs 80 \
|
||||
%dir %{_datadir}/emacs/%{version}
|
||||
|
||||
%changelog
|
||||
* Wed Oct 14 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1:23.1-10
|
||||
- Update macros.xemacs to treat epoch correctly and be consistent with xemacs package
|
||||
- Use site_start_d macro consistently
|
||||
|
||||
* Thu Sep 24 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.1-9
|
||||
- use xdg-open(1) for opening URLs (#316131)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user