]> git.pld-linux.org Git - packages/e3.git/commitdiff
- final cleanups.
authorkloczek <kloczek@pld-linux.org>
Wed, 16 May 2001 22:09:22 +0000 (22:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e3.spec -> 1.7

e3.spec

diff --git a/e3.spec b/e3.spec
index 01244ccc41ff63847c250aeab1f7cc98db2f06e7..980cad2f0e924e607829b3705ded42251ae683fa 100644 (file)
--- a/e3.spec
+++ b/e3.spec
@@ -5,22 +5,28 @@ Version:      1.51
 Release:       1
 License:       GPL
 Group:         Applications/Editors
+Group(de):     Applikationen/Editors
+Group(pl):     Aplikacje/Edytory
+Group(pt):     Aplicações/Editores
 Source0:       http://www.sax.de/~adlibit/%{name}-%{version}.tar.gz
-Source1:       e3-editor.sh
-BuildRequires: nasm
+Source1:       %{name}-editor.sh
 URL:           http://www.sax.de/~adlibit/
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRequires: nasm
 ExclusiveArch: %{ix86}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Small bootloader
+Tiny edytor.
 
 %package BOOT
 Summary:       e3 for bootdisk
 Group:         Applications/Editors
+Group(de):     Applikationen/Editors
+Group(pl):     Aplikacje/Edytory
+Group(pt):     Aplicações/Editores
 
 %description BOOT
-
+e3 for bootdisk.
 
 %prep
 %setup  -q
@@ -30,19 +36,20 @@ Group:              Applications/Editors
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_libdir}/bootdisk/bin
-install -d $RPM_BUILD_ROOT%{_bindir}
-install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install -d $RPM_BUILD_ROOT%{_libdir}/bootdisk/bin \
+       $RPM_BUILD_ROOT%{_bindir},%{_mandir}/man1}
+
 install e3 $RPM_BUILD_ROOT%{_libdir}/bootdisk/bin
 install %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/bootdisk/bin/editor.sh
 install e3.man $RPM_BUILD_ROOT%{_mandir}/man1/e3.1
+
 for i in ws em pi vi ne; do \
-ln -sf e3 $RPM_BUILD_ROOT%{_bindir}/e3${i}; \
-ln -sf e3 $RPM_BUILD_ROOT%{_libdir}/bootdisk/bin/e3${i}; \
+       ln -sf e3 $RPM_BUILD_ROOT%{_bindir}/e3${i}; \
+       ln -sf e3 $RPM_BUILD_ROOT%{_libdir}/bootdisk/bin/e3${i}; \
 done
 
 for i in emacs vi pico ne ws; do \
-ln -sf editor.sh $RPM_BUILD_ROOT%{_libdir}/bootdisk/bin/$i; \
+       ln -sf editor.sh $RPM_BUILD_ROOT%{_libdir}/bootdisk/bin/$i; \
 done
 
 %clean
This page took 0.10919 seconds and 4 git commands to generate.