summaryrefslogtreecommitdiffstats
path: root/devtools
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2011-03-24 00:00:22 +0100
committerMichel Alexandre Salim <salimma@fedoraproject.org>2011-03-24 00:00:22 +0100
commit3eed10abe8917dcc4c1e68ec525d647273f78f87 (patch)
tree025b026815863469fccc042b941b6acf01dabcf6 /devtools
parent10165a8c839b3c6aff76e61f5c681521cc75735b (diff)
downloadspecs-3eed10abe8917dcc4c1e68ec525d647273f78f87.tar.gz
specs-3eed10abe8917dcc4c1e68ec525d647273f78f87.tar.xz
specs-3eed10abe8917dcc4c1e68ec525d647273f78f87.zip
reviewed
Diffstat (limited to 'devtools')
-rw-r--r--devtools/emacs-auto-complete.spec75
1 files changed, 0 insertions, 75 deletions
diff --git a/devtools/emacs-auto-complete.spec b/devtools/emacs-auto-complete.spec
deleted file mode 100644
index 80c365c..0000000
--- a/devtools/emacs-auto-complete.spec
+++ /dev/null
@@ -1,75 +0,0 @@
-%global pkg auto-complete
-%global pkgname Auto Complete Mode
-
-Name: emacs-%{pkg}
-Version: 1.3
-Release: 1%{?dist}
-Summary: Intelligent auto-complete extension for GNU Emacs
-
-Group: Applications/Editors
-# documentation files are under GFDL
-License: GPLv3 and GFDL
-URL: http://cx4a.org/software/auto-complete/
-Source0: http://cx4a.org/pub/auto-complete/auto-complete-%{version}.tar.bz2
-Source1: auto-complete-init.el
-# ask upstream to include it, esp. since it is actually mentioned in
-# the source headers
-Source2: COPYING.GPL
-Source3: COPYING.FDL
-
-BuildArch: noarch
-BuildRequires: emacs
-Requires: emacs(bin) >= %{_emacs_version}
-
-%description
-%{pkgname} is an intelligent auto-completion extension for GNU
-Emacs. Auto Complete Mode renews an old completion interface and
-provides an environment that makes users could be more concentrate on
-their own works.
-
-It comes with built-in completion support for C, C++, Clojure, CSS,
-Java, JavaScript, PHP, Python, Ruby, Scheme and TCL.
-
-%package -n %{name}-el
-Summary: Elisp source files for %{pkgname} under GNU Emacs
-Group: Applications/Editors
-Requires: %{name} = %{version}-%{release}
-
-%description -n %{name}-el
-This package contains the elisp source files for %{pkgname} under GNU Emacs. You
-do not need to install this package to run %{pkgname}. Install the %{name}
-package to use %{pkgname} with GNU Emacs.
-
-%prep
-%setup -q -n %{pkg}-%{version}
-cp -p %{SOURCE2} %{SOURCE3} .
-
-%build
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{pkg}
-mkdir -p $RPM_BUILD_ROOT%{_emacs_sitestartdir}
-make install DIR=$RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{pkg}
-cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_emacs_sitestartdir}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
-%files
-%defattr(-,root,root,-)
-%doc COPYING.* doc/*
-%{_emacs_sitelispdir}/%{pkg}/*.elc
-%{_emacs_sitelispdir}/%{pkg}/ac-dict
-%{_emacs_sitestartdir}/*.el
-%dir %{_emacs_sitelispdir}/%{pkg}
-
-%files -n %{name}-el
-%defattr(-,root,root,-)
-%{_emacs_sitelispdir}/%{pkg}/*.el
-
-%changelog
-* Mon Nov 8 2010 Michel Salim <salimma@fedoraproject.org> - 1.3-1
-- Initial package