]> git.pld-linux.org Git - packages/ccache.git/commitdiff
- updated to 3.1 auto/th/ccache-3_1-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 2 Oct 2010 16:27:27 +0000 (16:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- -utimes.patch idea merged in 3.0
- more %doc files

Changed files:
    ccache.spec -> 1.28

ccache.spec

index bce4388a4bc724dfdc569901b62e2cc870c85be9..398514e57999b718afb30fa6eafbef07feb9cb8d 100644 (file)
@@ -2,16 +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:       2
+Version:       3.1
+Release:       1
 License:       GPL
 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: 7961852e1e36f11559039c32142f58df
 Patch0:                %{name}-nohash_size_mtime.patch
-Patch1:                %{name}-utimes.patch
 URL:           http://ccache.samba.org/
-BuildRequires: autoconf
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -52,12 +50,9 @@ kompilatora.
 
 %prep
 %setup -q
-%patch0 -p0
-%patch1 -p1
+%patch0 -p1
 
 %build
-%{__aclocal}
-%{__autoconf}
 cp -f /usr/share/automake/config.* .
 %configure
 
@@ -91,7 +86,7 @@ rm -fr $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.201112 seconds and 4 git commands to generate.