Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
autoconf-el
autoconf-el.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File autoconf-el.spec of Package autoconf-el
# # spec file for package autoconf-el # # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: autoconf-el BuildRequires: emacs-nox BuildRequires: xz Version: 2.69 Release: 0 Summary: Emacs mode for editing GNU Autoconf scripts License: GPL-3.0+ Group: Productivity/Editors/Emacs Url: http://www.gnu.org/software/autoconf BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: autoconf-%{version}.tar.xz BuildArch: noarch Enhances: emacs %define site_lisp %{_prefix}/share/emacs/site-lisp %description Emacs mode for editing GNU Autoconf scripts %prep %setup -q -n autoconf-%{version} %build ./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} make -C lib/emacs %{?_smp_mflags} %install make -C lib/emacs install DESTDIR=$RPM_BUILD_ROOT sed 's/^;//' > $RPM_BUILD_ROOT%{site_lisp}/suse-start-%{name}.el <<\EOF ;;; %{site_lisp}/suse-start-%{name}.el ; (autoload 'autoconf-mode "autoconf-mode" "Major mode for editing autoconf files." t) (add-to-list 'auto-mode-alist '("configure\\.\\(ac\\|in\\)\\'" . autoconf-mode)) ; (autoload 'autotest-mode "autotest-mode" "Major mode for editing autotest files." t) (add-to-list 'auto-mode-alist '("\\.at\\'" . autotest-mode)) ; ;;; %{site_lisp}/suse-start-%{name}.el ends here EOF %files %defattr(-,root,root) %{site_lisp}/*.el %{site_lisp}/*.elc %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor