Author: baggins Date: Mon Mar 10 17:33:11 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 3.9 - new source urls - updated files
---- Files affected: SPECS: squeak.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: SPECS/squeak.spec diff -u SPECS/squeak.spec:1.22 SPECS/squeak.spec:1.23 --- SPECS/squeak.spec:1.22 Sun Feb 25 11:44:55 2007 +++ SPECS/squeak.spec Mon Mar 10 18:33:06 2008 @@ -1,17 +1,17 @@ # $Revision$, $Date$ -%define vmver 3.4-1 +%define vmver 3.9-8 Summary: X Window System Smalltalk interpreter Summary(pl.UTF-8): Interpreter Smalltalka dla X Window System Name: squeak -Version: 3.6 -Release: 2 +Version: 3.9 +Release: 1 License: partially GPL Group: Development/Languages -Source0: ftp://st.cs.uiuc.edu/Smalltalk/Squeak/%{version}/unix-linux/Squeak-%{vmver}.src.tar.gz -# Source0-md5: 780af1cf1cdc8d44c1ce30a527bdd508 -Source1: ftp://st.cs.uiuc.edu/Smalltalk/Squeak/%{version}/Squeak3.6-5429-full.zip -# Source1-md5: 9a35fa39f2338d26a721564472d4d933 -Source2: ftp://st.cs.uiuc.edu/Smalltalk/Squeak/%{version}/SqueakV3.sources.gz +Source0: http://ftp.squeak.org/%{version}/unix-linux/Squeak-%{vmver}.src.tar.gz +# Source0-md5: 645ef7e321c61601c9c70d94fa9417e4 +Source1: http://ftp.squeak.org/%{version}/Squeak3.9.1-final-7075.zip +# Source1-md5: 7e31017bdbcce0c5885db9bda9a12379 +Source2: http://ftp.squeak.org/%{version}/SqueakV39.sources.gz # Sources2-md5: 03791c6e87f032230d55249dcc9ac3c9 Source4: %{name}-install Patch0: %{name}-lvalue-assignment.patch @@ -99,11 +99,9 @@ %{__make} install \ ROOT=$RPM_BUILD_ROOT -install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/squeak -install Squeak3.6-5429-full.changes $RPM_BUILD_ROOT%{_datadir}/squeak/squeak.changes -install Squeak3.6-5429-full.image $RPM_BUILD_ROOT%{_datadir}/squeak/squeak.image - -gzip -d $RPM_BUILD_ROOT%{_datadir}/squeak/*.gz +gzip -d -c %{SOURCE2} >$RPM_BUILD_ROOT%{_datadir}/squeak/squeak.sources +install Squeak3.9.1-final-7075.changes $RPM_BUILD_ROOT%{_datadir}/squeak/squeak.changes +install Squeak3.9.1-final-7075.image $RPM_BUILD_ROOT%{_datadir}/squeak/squeak.image %clean rm -rf $RPM_BUILD_ROOT @@ -117,20 +115,21 @@ %dir %{_libdir}/squeak %dir %{_libdir}/squeak/%{vmver} %attr(755,root,root) %{_libdir}/squeak/%{vmver}/squeak +%attr(755,root,root) %{_libdir}/squeak/%{vmver}/vm-* %dir %{_datadir}/squeak %attr(755,root,root) %{_datadir}/squeak/squeak.changes %attr(755,root,root) %{_datadir}/squeak/squeak.image -# ??? duplicates -%{_datadir}/squeak +%attr(755,root,root) %{_datadir}/squeak/squeak.sources %{_mandir}/man1/squeak.1* %files extras %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/squeak/%{vmver}/*Plugin +%attr(755,root,root) %{_libdir}/squeak/%{vmver}/Squeak3D %files -n mozilla-plugin-squeak %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/squeak/%{vmver}/npsqueakrun +%attr(755,root,root) %{_libdir}/squeak/npsqueakrun %attr(755,root,root) %{_libdir}/squeak/npsqueakregister %attr(755,root,root) %{_libdir}/squeak/%{vmver}/npsqueak.so @@ -140,7 +139,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.22 2007-02-25 10:44:55 qrczak +Revision 1.23 2008-03-10 17:33:06 baggins +- updated to 3.9 +- new source urls +- updated files + +Revision 1.22 2007/02/25 10:44:55 qrczak - XFree86 -> X.org - BR: OpenGL-devel - squeak-lvalue-assignment.patch: needed with a newer gcc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/squeak.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
