]> git.pld-linux.org Git - packages/Terminal.git/commitdiff
- it is not c++; __autoconf (thnx qboosh)
authorzbyniu <zbyniu@pld-linux.org>
Wed, 22 Dec 2004 01:25:56 +0000 (01:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Terminal.spec -> 1.7

Terminal.spec

index d4f6770ea1c93c502be5e08b430ee0fbfe20d2d6..56954dd299e93972b329da2f01c4dc1ebed7de5e 100644 (file)
@@ -8,8 +8,8 @@ Group:          X11/Applications
 Source0:       http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.bz2
 # Source0-md5: ddeffad55dd20d9ef77ef148d02cecb1
 URL:           http://www.os-cillation.com/
+BuildRequires: autoconf
 BuildRequires: dbus-glib-devel >= 0.22
-BuildRequires: gcc-c++
 BuildRequires: gettext-devel
 BuildRequires: libexo-devel >= 0.2.0
 BuildRequires: libxfcegui4-devel >= 4.1.90
@@ -30,6 +30,7 @@ Zaawansowany emulator terminala dla systemu X Window.
 %setup -q
 
 %build
+%{__autoconf}
 %{__sed} -i 's@System;TerminalEmulator;@TerminalEmulator;@' Terminal.desktop
 %configure
 %{__make}
This page took 0.113265 seconds and 4 git commands to generate.