]> git.pld-linux.org Git - packages/ccache.git/commitdiff
- regenerate ac and config.* files. ccache-1_8-1
authorkloczek <kloczek@pld-linux.org>
Wed, 1 May 2002 17:05:23 +0000 (17:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ccache.spec -> 1.4

ccache.spec

index b6b6078d356a29682eb9a63a8eb7f3d9929838b2..9150721803fca85725e66de54d1308fb78f61994 100644 (file)
@@ -7,6 +7,8 @@ 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)
 
 %description
@@ -25,6 +27,9 @@ przyspieszenie kompilacji 5 do 10 razy.
 %setup -q -n ccache-1.8
 
 %build
+aclocal
+autoconf
+cp -f /usr/share/automake/config.* .
 %configure
 
 %{__make}
@@ -43,6 +48,6 @@ rm -fr $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc *.gz
 %attr(755,root,root) %{_bindir}/ccache
 %{_mandir}/man1/ccache*
-%doc *.gz
This page took 0.160028 seconds and 4 git commands to generate.