]> git.pld-linux.org Git - packages/emacs-color-theme.git/commitdiff
- init
authorpawelb <pawelb@pld-linux.org>
Tue, 4 Jan 2005 13:19:53 +0000 (13:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    emacs-color-theme.spec -> 1.1

emacs-color-theme.spec [new file with mode: 0644]

diff --git a/emacs-color-theme.spec b/emacs-color-theme.spec
new file mode 100644 (file)
index 0000000..ae46da3
--- /dev/null
@@ -0,0 +1,33 @@
+Summary:       Themes for Emacs
+Summary(pl):   Zestaw tematów dla Emacsa
+Name:          emacs-color-theme
+Version:       6.5.4
+Release:       0.1
+License:       GPL v2
+Group:         Applications/Editors/Emacs
+Source0:       %{name}-%{version}.tar.gz
+# Source0-md5: 229d1ba05debc0b697ed5cc788645d96
+Requires:      emacs >= 21.1
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Themes for Emacs.
+
+%description -l pl
+Zestaw tematów dla Emacsa.
+
+%prep
+%setup -q -n %{name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp
+install *.el   $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%{_datadir}/emacs/site-lisp/*.el
This page took 0.057816 seconds and 4 git commands to generate.