|
@@ -1,15 +1,21 @@
|
|
Name: ccache
|
|
Name: ccache
|
|
-Version: 3.1.5
|
|
+Version: 3.1.9
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
License: GPL
|
|
License: GPL
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
URL: http://ccache.samba.org/
|
|
URL: http://ccache.samba.org/
|
|
-Source0: http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.bz2
|
|
+Source0: http://samba.org/ftp/ccache/%{name}-%{version}.tar.bz2
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
Summary: a fast compiler cache
|
|
Summary: a fast compiler cache
|
|
|
|
|
|
|
|
+# From upstream post 3.1.9
|
|
|
|
+Patch0: ccache-3.1.9-gcc48-tests.patch
|
|
|
|
+
|
|
|
|
+BuildRequires: perl(File::Spec)
|
|
|
|
+BuildRequires: zlib-devel >= 1.2.3
|
|
|
|
+
|
|
%description
|
|
%description
|
|
ccache is a compiler cache. It acts as a caching pre-processor to C/C++
|
|
ccache is a compiler cache. It acts as a caching pre-processor to C/C++
|
|
compilers, using the -E compiler switch and a hash to detect when a compilation
|
|
compilers, using the -E compiler switch and a hash to detect when a compilation
|
|
@@ -18,6 +24,7 @@ common compilations.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch0 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure
|
|
%configure
|
|
@@ -27,23 +34,30 @@ common compilations.
|
|
%__rm -rf %{buildroot}
|
|
%__rm -rf %{buildroot}
|
|
%makeinstall
|
|
%makeinstall
|
|
|
|
|
|
|
|
+%check
|
|
|
|
+%__make check
|
|
|
|
+
|
|
%clean
|
|
%clean
|
|
%__rm -rf %{buildroot}
|
|
%__rm -rf %{buildroot}
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc
|
|
+%doc AUTHORS.* GPL-3.0.txt LICENSE.* MANUAL.* NEWS.* README.*
|
|
%{_bindir}/*
|
|
%{_bindir}/*
|
|
%{_mandir}/man?/*
|
|
%{_mandir}/man?/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jan 10 2014 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.1.9-1
|
|
|
|
+- new upstream release
|
|
|
|
+- import Patch0 from Fedora
|
|
|
|
+
|
|
* Thu Jun 9 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.1.5-1
|
|
* Thu Jun 9 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.1.5-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|
|
* Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com>
|
|
* Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com>
|
|
- applied new versioning policy
|
|
- applied new versioning policy
|
|
|
|
|
|
-* Tue Feb 15 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 2.4-0vl1
|
|
+* Tue Feb 17 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 2.4-0vl1
|
|
- Import from Vine 2.6 (But, original spec file has no changelog)
|
|
- Import from Vine 2.6 (But, original spec file has no changelog)
|
|
- New upstream version
|
|
- New upstream version
|
|
|
|
|