]> git.pld-linux.org Git - packages/aterm.git/commitdiff
- updated to 0.4.2
authorfilon <filon@sokrates.mimuw.edu.pl>
Tue, 11 Sep 2001 20:37:30 +0000 (20:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added rebuilding configuration files, works with ac 2.50
- %%configure back again
- added BReqs: libpng-devel and libjpeg-devel

Changed files:
    aterm.spec -> 1.25

aterm.spec

index aef1c0e8e2876c10e3b5f451a83a636ca8e62181..3fc33510e085a3b00db2e6cb2520fcbadf6855b8 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       aterm - terminal emulator in an X Window System
 Summary(pl):   aterm - emulator terminala dla X Window System
 Name:          aterm
-Version:       0.4.0
+Version:       0.4.2
 Release:       1
 License:       GPL
 Group:         X11/Applications
@@ -9,12 +9,14 @@ Group(de):    X11/Applikationen
 Group(pl):     X11/Aplikacje
 Vendor:                Sasha Vasko <sashav@sprintmail.com>
 URL:           http://aterm.sourceforge.net
-Source0:       http://download.sourceforge.net/aterm/%{name}-%{version}.tar.gz
+Source0:       http://download.sourceforge.net/aterm/%{name}-%{version}.tar.bz2
 Source1:       %{name}.desktop
 Patch0:                %{name}-utempter.patch
 Patch1:                %{name}-wtmp.patch
 BuildRequires: utempter-devel
 BuildRequires: XFree86-devel
+BuildRequires: libpng-devel
+BuildRequires: libjpeg-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -47,8 +49,12 @@ u
 %patch1 -p1
 
 %build
+cd autoconf
+autoconf
+cp -f ./configure ..
+cd ..
 export LDFLAGS="%{rpmldflags} -lutempter -L/usr/X11R6/lib"
-%configure2_13 \
+%configure \
        --enable-ttygid \
        --enable-wtmp \
        --enable-background-image \
This page took 0.084019 seconds and 4 git commands to generate.