]> git.pld-linux.org Git - packages/ccache.git/blobdiff - ccache.spec
- up to 3.1.5
[packages/ccache.git] / ccache.spec
index ba039c285536d2f40dc90444bb6af366d3e5609c..af84a170073e67425f4dfb744c3898f515d56b75 100644 (file)
@@ -1,16 +1,15 @@
 Summary:       Compiler cache
-Summary(pl.UTF-8):   Przyspieszacz kompilowania
-Summary(pt_BR.UTF-8):   Cache para compiladores C/C++
+Summary(pl.UTF-8):     Przyspieszacz kompilowania
+Summary(pt_BR.UTF-8):  Cache para compiladores C/C++
 Name:          ccache
-Version:       2.4
-Release:       1.4
-License:       GPL
+Version:       3.1.5
+Release:       1
+License:       GPL v3
 Group:         Development/Tools
-Source0:       http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.gz
-# Source0-md5: 73c1ed1e767c1752dd0f548ec1e66ce7
+Source0:       http://samba.org/ftp/ccache/%{name}-%{version}.tar.bz2
+# Source0-md5: f652bd20253bb4aa1440ae50bea3c9e3
 Patch0:                %{name}-nohash_size_mtime.patch
 URL:           http://ccache.samba.org/
-BuildRequires: autoconf
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -38,7 +37,7 @@ pré-processamento para compiladores C/C++ utilizando-se do parâmetro
 
 %package wrapper
 Summary:       Symlinks for c++/cc/g++/gcc
-Summary(pl.UTF-8):   Dowiązania symboliczne do c++/cc/g++/gcc
+Summary(pl.UTF-8):     Dowiązania symboliczne do c++/cc/g++/gcc
 Group:         Development/Tools
 Requires:      %{name} = %{version}-%{release}
 
@@ -51,11 +50,9 @@ kompilatora.
 
 %prep
 %setup -q
-%patch0 -p0
+%patch0 -p1
 
 %build
-%{__aclocal}
-%{__autoconf}
 cp -f /usr/share/automake/config.* .
 %configure
 
@@ -85,11 +82,11 @@ echo 'export PATH=%{_libdir}:$PATH' > \
        $RPM_BUILD_ROOT/etc/profile.d/%{name}.sh
 
 %clean
-rm -fr $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc AUTHORS.txt MANUAL.txt NEWS.txt README.txt
 %attr(755,root,root) %{_bindir}/ccache
 %{_mandir}/man1/ccache*
 %config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/*
This page took 0.026762 seconds and 4 git commands to generate.