]> git.pld-linux.org Git - packages/ccache.git/blobdiff - ccache.spec
- updated to 3.1.8
[packages/ccache.git] / ccache.spec
index 4fecc61d82eb10b8f6225900e1b704a186b9d161..41e6efdb03d4e9be814ce26c9deace00088a1584 100644 (file)
@@ -2,15 +2,14 @@ Summary:      Compiler cache
 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.8
+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: 0e0f25fb342dcb1196d9c2986a7323cf
 Patch0:                %{name}-nohash_size_mtime.patch
 URL:           http://ccache.samba.org/
-BuildRequires: autoconf
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -51,11 +50,9 @@ kompilatora.
 
 %prep
 %setup -q
-%patch0 -p0
+%patch0 -p1
 
 %build
-%{__aclocal}
-%{__autoconf}
 cp -f /usr/share/automake/config.* .
 %configure
 
@@ -85,14 +82,14 @@ 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/*
+%{_mandir}/man1/ccache.1.*
+%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/CCACHE_*
 
 %files wrapper
 %defattr(644,root,root,755)
This page took 0.053721 seconds and 4 git commands to generate.