]> git.pld-linux.org Git - packages/emacsen-ecb-pkg.git/commitdiff
- Added ecb-icons
authorjaphy <japhy@pld-linux.org>
Sat, 18 Sep 2004 20:32:08 +0000 (20:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Downgraded to 2.26 (2.27 has some nasty bug making it unusable, no time to fix it)

Changed files:
    emacsen-ecb-pkg.spec -> 1.2

emacsen-ecb-pkg.spec

index 0b25a0187e3a104d2affe0686b3e2e671839721c..a3182e86abb83959e5558e4e689e0dce6f539484 100644 (file)
@@ -5,12 +5,12 @@
 Summary:       Emacs Code Browser IDE
 Summary(pl):   ¦rodowisko prorgamistyczne dla Emacsa
 Name:          emacsen-%{_the_name}-pkg
-Version:       2.27
+Version:       2.26
 Release:       0.1
 License:       GPL
 Group:         Applications/Editors/Emacs
 Source0:       http://dl.sourceforge.net/%{_the_name}/%{_the_name}-%{version}.tar.gz
-# Source0-md5: 2ae7ed3c849dd159a2410b1745016535
+# Source0-md5: 89bea4c856b96a943e83f14ef650e753
 URL:           http://ecb.sf.net/
 BuildRequires: emacsen-cedet-pkg
 %if %{with emacs}
@@ -124,6 +124,8 @@ mkdir -p $RPM_BUILD_ROOT%{_infodir}
 %if %{with emacs}
 mkdir -p $RPM_BUILD_ROOT%{_emacs_lispdir}
 %{__install} _emacs/*.{el,elc} $RPM_BUILD_ROOT%{_emacs_lispdir}
+rm _emacs/ecb-images/klaus.sh
+cp -a _emacs/ecb-images $RPM_BUILD_ROOT%{_emacs_lispdir}
 %endif
 
 %{__install} info-help/* $RPM_BUILD_ROOT%{_infodir}
@@ -140,6 +142,7 @@ rm -rf $RPM_BUILD_ROOT
 %files emacs
 %defattr(644,root,root,755)
 %{_emacs_lispdir}/*.elc
+%{_emacs_lispdir}/ecb-images
 %{_emacs_lispdir}/ecb-autoloads.el
 
 %files emacs-el
This page took 0.107498 seconds and 4 git commands to generate.