]> git.pld-linux.org Git - packages/aterm.git/commitdiff
- adapter(ized)
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Tue, 15 Feb 2000 15:08:02 +0000 (15:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added polish %description and Summary:
- removed "--disable-delete-key" and "--disable-backspace-key" (for not to
  be handled internally)
- added "--term=xterm-color" (default terminal type)
- changed (almost) all /usr/... to %{_...}
- "make DESTDIR=... install" instead of "make prefix=... install"
- %configure instead of ./configure

Changed files:
    aterm.spec -> 1.13

aterm.spec

index e90904531a650ccf39a09319c91f726a474aecfc..65f5e68795f2d2b5e5a1b103aee082618b335dd4 100644 (file)
@@ -1,9 +1,11 @@
-Summary:       aterm - terminal emulator in an X window
+Summary:       aterm - terminal emulator in an X Window System
+Summary(pl):   aterm - emulator terminala dla X Window System
 Name:          aterm
 Version:       0.3.6
-Release:       1
-Copyright:     GPL
+Release:       2
+License:       GPL
 Group:         X11/Utilities
+Group(pl):     X11/Narzêdzia
 Vendor:                Sasha Vasko <sashav@sprintmail.com>
 URL:           http://members.xoom.com/sashav/aterm
 Source0:       http://members.xoom.com/sashav/aterm/%{name}-%{version}.tar.gz
@@ -16,15 +18,23 @@ BuildRoot:  /tmp/%{name}-%{version}-root
 %define                _mandir /usr/X11R6/man
 
 %description
-aterm is a colour vt102 terminal emulator based on
-rxvt 2.4.8 with Alfredo Kojima's additions of fast transparency,
-intended as an xterm(1) replacement for users who do not require
-features such as Tektronix 4014 emulation and toolkit-style
-configurability. As a result, aterm uses much less swap space -- a
-significant advantage on a machine serving many X sessions.
+aterm is a colour vt102 terminal emulator based on rxvt 2.4.8 with Alfredo
+Kojima's additions of fast transparency, intended as an xterm(1)
+replacement for users who do not require features such as Tektronix 4014
+emulation and toolkit-style configurability. As a result, aterm uses much
+less swap space -- a significant advantage on a machine serving many X
+sessions.  It was created with AfterStep Window Manger users in mind, but
+is not tied to any libraries, and can be used anywhere.
 
-It was created with AfterStep Window Manger users in mind, but is not
-tied to any libraries, and can be used anywhere.
+%description -l pl
+aterm jest kolorowym emulatorem terminala vt102, opartym na rxvt 2.4.8 z
+dodatkami Afredo Kojima do szybkiej emulacji przezroczysto¶ci. W za³o¿eniu
+ma zast±piæ program xterm(1) u¿ytkownikom nie wymagaj±cym takich rzeczy jak
+emulacja terminala Tektronix 4014 oraz "toolkit-style configurability".
+W efekcie aterm u¿ywa du¿o mniej pamiêci swap -- co jest du¿± zalet± w
+systemach obs³uguj±cych liczne sesje Xów. Zosta³ stworzony z my¶l± o
+u¿ytkownikach AfterStepa, ale nie jest zwi±zany z ¿adnymi specyficznymi
+bibliotekami i mo¿e byæ u¿ywany gdziekolwiek.
 
 %prep
 %setup -q
@@ -32,30 +42,29 @@ tied to any libraries, and can be used anywhere.
 %patch1 -p1
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s -lutempter" \
-./configure %{_target_platform} \
-       --prefix=%{_prefix} \
+LDFLAGS="-s -lutempter"; export LDFLAGS;
+%configure \
        --enable-utmp \
        --enable-wtmp \
        --enable-background-image \
+       --with-term="xterm-color" \
        --with-png \
        --with-jpeg \
        --enable-transparency \
        --enable-menubar \
        --enable-graphics \
        --enable-next-scroll \
-       --disable-backspace-key \
-       --disable-delete-key \
        --enable-xgetdefault
-make
+
+CFLAGS="$RPM_OPT_FLAGS" make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_prefix} \
-       $RPM_BUILD_ROOT/usr/X11R6/share/applnk/Utilities
 
-make prefix=$RPM_BUILD_ROOT%{_prefix} install
-install %{SOURCE1} $RPM_BUILD_ROOT/usr/X11R6/share/applnk/Utilities
+install -d $RPM_BUILD_ROOT%{_prefix}/share/applnk/Utilities
+
+make DESTDIR=$RPM_BUILD_ROOT install
+install %{SOURCE1} $RPM_BUILD_ROOT%{_prefix}/share/applnk/Utilities
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/aterm.1 ChangeLog
 
@@ -67,4 +76,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc ChangeLog.gz
 %attr(755,root,root) %{_bindir}/aterm
 %{_mandir}/man1/aterm.1.gz
-/usr/X11R6/share/applnk/Utilities/aterm.desktop
+%{_prefix}/share/applnk/Utilities/aterm.desktop
This page took 0.095844 seconds and 4 git commands to generate.