Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Liljenberg
lyskom-elisp-client
Commits
fb1ad25d
Commit
fb1ad25d
authored
Nov 10, 2007
by
David Byers
Browse files
Fix bug 1645
parent
2fe457ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
fb1ad25d
...
...
@@ -312,8 +312,7 @@ redhat-packages: $(PACKAGENAME)-src-$(CLIENTVERSION).tar.gz
-e
"s/#REDHATCLIENTVERSION#/
$(REDHATCLIENTVERSION)
/"
\
<
$(PACKAGENAME)
.spec
\
>
$(RPMROOT)
/SPECS/
$(PACKAGENAME)
-
$(REDHATCLIENTVERSION)
.spec
rpm
-ba
$(RPMROOT)
/SPECS/
$(PACKAGENAME)
-
$(REDHATCLIENTVERSION)
.spec
rpmbuild
-ba
$(RPMROOT)
/SPECS/
$(PACKAGENAME)
-
$(REDHATCLIENTVERSION)
.spec
######################################################################
# Debian packages
...
...
src/lyskom-elisp-client.spec
View file @
fb1ad25d
...
...
@@ -6,7 +6,7 @@ Requires: emacs >= 20.7
BuildRequires: emacs >= 20.7
BuildArchitectures: noarch
URL: http://www.lysator.liu.se/lyskom/
Source0: lyskom-elisp-client-
all
-%{version}.tar.
bz2
Source0: lyskom-elisp-client-
src
-%{version}.tar.
gz
License: GPL
Group: Applications/Internet
Prefix: /usr
...
...
@@ -20,16 +20,16 @@ Lysator, see <URL:http://www.lysator.liu.se/>. For more information
on LysKOM, see <URL:http://www.lysator.liu.se/lyskom/>.
%prep
%setup -q -n lyskom-elisp-client-
all
-%{version}
%setup -q -n lyskom-elisp-client-
src
-%{version}
%build
e
ma
cs -batch -f batch-byte-compile lyskom-all-%{version}.el
ma
ke
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp \
$RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/site-start.d
install -m 644 lyskom-
all-
%{version}.elc \
install -m 644 lyskom-%{version}.elc \
$RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/lyskom.elc
echo "(autoload 'lyskom \"lyskom\" \"Start LysKOM\" t)" > \
$RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/site-start.d/lyskom-init.el
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment