Author: qboosh Date: Wed Nov 5 16:57:18 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.7.0 - updated opt patch, removed obsolete acfix patch
---- Files affected: SPECS: gforth.spec (1.41 -> 1.42) ---- Diffs: ================================================================ Index: SPECS/gforth.spec diff -u SPECS/gforth.spec:1.41 SPECS/gforth.spec:1.42 --- SPECS/gforth.spec:1.41 Tue Apr 8 10:24:51 2008 +++ SPECS/gforth.spec Wed Nov 5 17:57:13 2008 @@ -2,17 +2,20 @@ Summary: GNU Forth Language Summary(pl.UTF-8): Kompilator GNU Forth Name: gforth -Version: 0.6.2 +Version: 0.7.0 Release: 1 -License: GPL +License: GPL v3+ Group: Development/Languages Source0: http://ftp.gnu.org/gnu/gforth/%{name}-%{version}.tar.gz -# Source0-md5: 869112bd762b07fc4d2038a2d9965148 +# Source0-md5: 2979ae86ede73ce2b3576dae957f4098 Patch0: %{name}-info.patch Patch1: %{name}-opt.patch -Patch2: %{name}-acfix.patch +URL: http://gnu.org/software/gforth/ BuildRequires: autoconf >= 2.54 BuildRequires: automake +BuildRequires: ffcall-devel +BuildRequires: libltdl-devel +BuildRequires: libtool BuildRequires: texinfo BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -37,7 +40,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 rm -f doc/*.info* @@ -48,39 +50,41 @@ %{__make} -cd doc -makeinfo gforth.ds -makeinfo vmgen.texi +%{__make} info %install rm -rf $RPM_BUILD_ROOT %{__make} install \ - prefix=$RPM_BUILD_ROOT%{_prefix} \ - exec_prefix=$RPM_BUILD_ROOT%{_prefix} \ - mandir=$RPM_BUILD_ROOT%{_mandir} \ - infodir=$RPM_BUILD_ROOT%{_infodir} + DESTDIR=$RPM_BUILD_ROOT + +%{__rm} $RPM_BUILD_ROOT%{_libdir}/gforth/%{version}/libcc-named/*.{la,a} %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/postshell +%post -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} -%postun -p /sbin/postshell +%postun -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} %files %defattr(644,root,root,755) -%doc AUTHORS README NEWS BUGS ToDo -%attr(755,root,root) %{_bindir}/* +%doc AUTHORS BUGS NEWS NEWS.vmgen README README.vmgen ToDo +%attr(755,root,root) %{_bindir}/gforth* +%attr(755,root,root) %{_bindir}/vmgen* %dir %{_libdir}/gforth %dir %{_libdir}/gforth/%{version} -%attr (755,root,root) %{_libdir}/gforth/%{version}/gforth-ditc +%dir %{_libdir}/gforth/%{version}/libcc-named +%attr(755,root,root) %{_libdir}/gforth/%{version}/libcc-named/*.so* +%attr(755,root,root) %{_libdir}/gforth/%{version}/gforth-ditc %{_libdir}/gforth/%{version}/gforth.fi %dir %{_libdir}/gforth/site-forth -%{_infodir}/*.info* -%{_mandir}/man1/* +%{_includedir}/gforth +%{_infodir}/gforth.info* +%{_infodir}/vmgen.info* +%{_mandir}/man1/gforth.1* %{_datadir}/gforth %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -89,6 +93,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.42 2008/11/05 16:57:13 qboosh +- updated to 0.7.0 +- updated opt patch, removed obsolete acfix patch + Revision 1.41 2008/04/08 08:24:51 glen - unify ftp.gnu.org urls ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gforth.spec?r1=1.41&r2=1.42&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
