Author: qboosh Date: Tue Jan 29 21:06:41 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - pl
---- Files affected: SPECS: llvm.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/llvm.spec diff -u SPECS/llvm.spec:1.2 SPECS/llvm.spec:1.3 --- SPECS/llvm.spec:1.2 Sun Oct 21 16:04:20 2007 +++ SPECS/llvm.spec Tue Jan 29 22:06:36 2008 @@ -1,16 +1,16 @@ # $Revision$, $Date$ Summary: The Low Level Virtual Machine (An Optimizing Compiler Infrastructure) +Summary(pl.UTF-8): Niskopoziomowa maszyna wirtualna (infrastruktura kompilatora optymalizującego) Name: llvm Version: 2.1 Release: 0.1 License: University of Illinois/NCSA Open Source License Group: Development/Languages -URL: http://llvm.org/ Source0: http://llvm.org/releases/%{version}/%{name}-%{version}.tar.gz # Source0-md5: b930e7213b37acc934d0d163cf13af18 Patch0: %{name}-dirs.patch -BuildRequires: gcc >= 3.4 -Requires: /sbin/ldconfig +URL: http://llvm.org/ +BuildRequires: gcc >= 5:3.4 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _sysconfdir /etc/%{name} @@ -25,6 +25,17 @@ is in development. The compiler infrastructure includes mirror sets of programming tools as well as libraries with equivalent functionality. +%description -l pl.UTF-8 +LLVM to infrastruktura kompilatora zaprojektowana do optymalizacji +czasu kompilowania, linkowania, działania i bezczynności programów w +dowolnych językach programowania. Jest napisana w C++, rozwijana od +roku 2000 przez Uniwersytet w Illinois i Apple. Aktualnie obsługuje +kompilację programów w C i C++ przy użyciu frontendów wywodzących się +z GCC 4.0.1. W trakcie tworzenia jest nowy frontend do języków z +rodziny C. Infrastruktura kompilatora zawiera lustrzane zestawy +narzędzi programistycznych oraz biblioteki z odpowiadającą narzędziom +funkcjonalnością. + %prep %setup -q %patch0 -p0 @@ -47,9 +58,8 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig %files %defattr(644,root,root,755) @@ -71,6 +81,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008-01-29 21:06:36 qboosh +- pl + Revision 1.2 2007-10-21 14:04:20 undefine - package config, remove not needed .dir files @@ -85,4 +98,3 @@ - Minor adjustments for the 1.5 release * Mon Feb 09 2003 Brian R. Gaeke - Initial working version of RPM spec file. - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/llvm.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
