]> git.pld-linux.org Git - packages/smalltalk.git/commitdiff
- up to 2.1.5 auto/ac/smalltalk-2_1_5-1
authorspeedy <speedy@pld-linux.org>
Sat, 13 Dec 2003 00:41:49 +0000 (00:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    smalltalk.spec -> 1.44

smalltalk.spec

index 724400cde816c64690288cac5e4669f96e47e461..e475d1e9bb62fd4cee7ebbf70872bdcc3eb45317 100644 (file)
@@ -1,19 +1,28 @@
-Summary:       GNU smalltalk (No X support)
-Summary(pl):   GNU smalltalk (Bez wsparcia dla X)
+Summary:       GNU smalltalk
+Summary(pl):   GNU smalltalk
 Name:          smalltalk
-Version:       2.0.11
+Version:       2.1.5
 Release:       1
 License:       GPL
 Group:         Development/Languages
 Source0:       ftp://ftp.gnu.org/pub/gnu/smalltalk/%{name}-%{version}.tar.gz
-# Source0-md5: 8880b7137be0c1d84763a9049350ede1
+# Source0-md5: ce993e99f7f3f65958840e4be7a3036e
 Source1:       %{name}.desktop
 Source2:       %{name}.png
-Patch0:                %{name}-info.patch
+#Patch0:               %{name}-info.patch
 Patch1:                %{name}-PACKAGE.patch
+Patch2:                %{name}-enums.patch
 Icon:          smalltalk.xpm
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires:  gawk
+BuildRequires: pkgconfig
+BuildRequires:  glib-devel >= 2.0.0
+BuildRequires:  gtk+-devel >= 2.0.0
+BuildRequires:  pango-devel >= 1.0.0
+BuildRequires:  atk-devel >= 1.0.0
+BuildRequires:  gdbm-devel
+#BuildRequires:  xemacs
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: readline-devel >= 4.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -60,15 +69,16 @@ Biblioteki statyczne dla GNU SmallTalka.
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 %patch1 -p1
+%patch2 -p1 
 
 %build
 %{__aclocal} -I snprintfv -I config
 %{__autoconf}
 %{__automake}
-%configure
-%{__make}
+%configure AWK=gawk
+%{__make} 
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.031004 seconds and 4 git commands to generate.