]> git.pld-linux.org Git - packages/ccache.git/commitdiff
- release 2: use new %doc packing infrastructure and merge translations from Conectiva. RA-1_0 STABLE ccache-1_9-2
authorkloczek <kloczek@pld-linux.org>
Tue, 21 May 2002 13:12:12 +0000 (13:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ccache.spec -> 1.6

ccache.spec

index 1ae25393cf0511bbcdca242282105942c118d350..603fb7064de39da6a2a39392b7ba4d1cb42811c7 100644 (file)
@@ -1,15 +1,16 @@
 Summary:       Compiler cache
-Summary(pl):   Przyspieszacz kompilowania 
+Summary(pl):   Przyspieszacz kompilowania
+Summary(pt_BR):        Cache para compiladores C/C++
 Name:          ccache
 Version:       1.9
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Tools
 Source0:       http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.gz
 URL:           http://ccache.samba.org/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 ccache is a compiler cache. It acts as a caching pre-processor to
@@ -17,12 +18,20 @@ C/C++ compilers, using the -E compiler switch and a hash to detect
 when a compilation can be satisfied from cache. This often results in
 a 5 to 10 times speedup in common compilations.
 
-%description -l pl 
+%description -l pl
 ccache dzia³a jako cachuj±cy preprocesor dla kompilatorów C/C++. Przy
 u¿yciu opcji kompilatora -E oraz tablicy haszuj±cej do wykrywania, czy
 do kompilacji wystarczy zawarto¶æ cache. Daje to zazwyczaj
 przyspieszenie kompilacji 5 do 10 razy.
 
+%description -l pt_BR
+ccache é um cache para compiladores. Ele funciona mantendo um cache de
+pré-processamento para compiladores C/C++ utilizando-se do parâmetro
+- -E e de um hash para detectar quando uma compilação pode ser
+  reaproveitada de um cache armazenado em disco. O ganho de tempo em
+  compilações comuns pode chegar a uma escala de até 10 vezes em relação
+  ao tempo normal.
+
 %prep
 %setup -q
 
@@ -41,13 +50,11 @@ install -d  $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 install ccache $RPM_BUILD_ROOT%{_bindir}
 install ccache.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
-gzip -9nf README
-
 %clean
 rm -fr $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README
 %attr(755,root,root) %{_bindir}/ccache
 %{_mandir}/man1/ccache*
This page took 0.147571 seconds and 4 git commands to generate.