forked from dgutov/mmm-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmmm-mode.spec
40 lines (33 loc) · 950 Bytes
/
mmm-mode.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Summary: Emacs - Edit different parts of a file in different major modes
Name: mmm-mode
Version: 0.4.7
Release: 1
URL: http://unc.dl.sourceforge.net/sourceforge/mmm-mode
Source0: ${URL}/%{name}-%{version}.tar.gz
License: GPL; Michael Abraham Shulman <[email protected]>
Group: Applications/Editors
BuildRoot: %{_tmppath}/%{name}-%(id -u -n)
BuildArch: noarch
Requires: emacs
%description
MMM Mode is an add-on package for emacs that enables the user to edit
different parts of a file in different major modes. It is well suited
for editing embedded code and code-generating code.
%prep
%setup -q
%configure
%build
%__make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog FAQ INSTALL NEWS README README.Mason TODO
%{_infodir}/mmm.info*
%{_datadir}/emacs/site-lisp/*.el*
%changelog
* Sat Mar 22 2003 <[email protected]>
- Initial build.