Author: glen Date: Mon Dec 11 19:06:40 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new, duh, files not installed
---- Files affected: SPECS: newlib.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/newlib.spec diff -u /dev/null SPECS/newlib.spec:1.1 --- /dev/null Mon Dec 11 20:06:40 2006 +++ SPECS/newlib.spec Mon Dec 11 20:06:34 2006 @@ -0,0 +1,58 @@ +# $Revision$, $Date$ +Summary: C library intended for use on embedded systems +Name: newlib +Version: 1.14.0 +Release: 0.1 +License: GPL v2 +Group: Libraries +Source0: ftp://sources.redhat.com/pub/newlib/%{name}-%{version}.tar.gz +# Source0-md5: 3fa663f131b355d3adb24ead4df678f2 +URL: http://sources.redhat.com/newlib/ +BuildRequires: autoconf +BuildRequires: automake +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Newlib is a C library intended for use on embedded systems. It is a +conglomeration of several library parts, all under free software +licenses that make them easily usable on embedded products. + +%prep +%setup -q + +%build +%{__aclocal} +%{__autoconf} +%configure + +cd etc +%{__aclocal} +%{__autoconf} +%configure +cd .. + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog MAINTAINERS README README-maintainer-mode +%{_infodir}/configure.info* +%{_infodir}/standards.info* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/12/11 19:06:34 glen +- new, duh, files not installed + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
