]> git.pld-linux.org Git - packages/smalltalk.git/commitdiff
- updated to 1.7,
authorkloczek <kloczek@pld-linux.org>
Sat, 19 Feb 2000 11:12:12 +0000 (11:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated Source url,
- spec adapterized.

Changed files:
    smalltalk.spec -> 1.5

smalltalk.spec

index ff5a34ce12e9512245ed1f65ed7ea2fc87dc0dc9..0ae5b9cab5e1194d594a7fbf2111031fad1a5d90 100644 (file)
@@ -1,15 +1,14 @@
 Summary:       GNU smalltalk (No X or emacs support)
 Summary(pl):   GNU smalltalk (Bez wsparcia dla X lub emacsa)
 Name:          smalltalk
-Version:       1.6.2
-Release:       5
-Copyright:     GPL
+Version:       1.7
+Release:       1
+License:       GPL
 Group:         Development/Languages
 Group(pl):     Programowanie/Jêzyki
-Source:                ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
-Patch0:                smalltalk-makefile.patch
-Patch1:                smalltalk-sysdep.patch
-Patch2:                smalltalk-info.patch
+Source:                ftp://prep.ai.mit.edu/pub/gnu/smalltalk/%{name}-%{version}.tar.gz
+Patch0:                smalltalk-DESTDIR.patch
+Patch1:                smalltalk-info.patch
 PreReq:                /usr/sbin/fix-info-dir
 BuildRequires: readline-devel
 BuildRequires: ncurses-devel >= 5.0
@@ -25,6 +24,7 @@ GNU interpreter smalltalka
 Summary:       GNU SmallTalk header files
 Summary(pl):   Pliki nag³ówkowe dla GNU SmallTalka
 Group:         Libraries
+Group(fr):     Development/Librairies
 Group(pl):     Biblioteki
 
 %description devel
@@ -37,6 +37,7 @@ Pliki nag
 Summary:       Static libraries for GNU Smalltalk
 Summary(pl):   Biblioteki statyczne dla GNU Smalltalka
 Group:         Libraries
+Group(fr):     Development/Librairies
 Group(pl):     Biblioteki
 
 %description static
@@ -47,9 +48,8 @@ Biblioteki statyczne dla GNU SmallTalka.
 
 %prep
 %setup -q
-%patch0 -p0
-%patch1 -p0
-%patch2 -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 autoconf
@@ -71,13 +71,13 @@ gzip -9nf README docs/AUTHORS \
        $RPM_BUILD_ROOT{%{_mandir}/man1/*,%{_infodir}/*}
 
 %post
-/usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%{_sbindir}/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %postun
-/usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%{_sbindir}/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %files
-%defattr (644,root,root,755)
+%defattr(644,root,root,755)
 %doc README.gz docs/AUTHORS.gz
 %attr (755,root,root) %{_bindir}/gst
 %{_datadir}/smalltalk
@@ -85,9 +85,9 @@ gzip -9nf README docs/AUTHORS \
 %{_mandir}/man1/*
 
 %files devel
-%defattr (644,root,root,755)
+%defattr(644,root,root,755)
 %{_includedir}/*
 
 %files static
-%defattr (644,root,root,755)
+%defattr(644,root,root,755)
 %{_libdir}/libgst.a
This page took 0.079105 seconds and 4 git commands to generate.