Author: qboosh Date: Sat Aug 4 14:24:23 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - quote CC, BR: libstdc++-devel
---- Files affected: SPECS: pbzip2.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/pbzip2.spec diff -u SPECS/pbzip2.spec:1.2 SPECS/pbzip2.spec:1.3 --- SPECS/pbzip2.spec:1.2 Sun Jul 29 00:29:30 2007 +++ SPECS/pbzip2.spec Sat Aug 4 16:24:18 2007 @@ -6,13 +6,13 @@ Release: 0.9 License: BSD Group: Applications/Archiving -URL: http://www.compression.ca/pbzip2/ -BuildRequires: bzip2-devel -BuildRequires: sed >= 4.0 -BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Source0: http://www.compression.ca/pbzip2/%{name}-%{version}.tar.gz # Source0-md5: 7c959f0554695bc484865b938e791aaf Patch0: %{name}-optflags.patch +URL: http://www.compression.ca/pbzip2/ +BuildRequires: bzip2-devel +BuildRequires: libstdc++-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description PBZIP2 is a parallel implementation of the bzip2 block-sorting file @@ -36,7 +36,7 @@ %build %{__make} \ - CC=%{__cxx} \ + CC="%{__cxx}" \ OPTFLAGS="%{rpmcxxflags}" %install @@ -62,10 +62,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2007/08/04 14:24:18 qboosh +- quote CC, BR: libstdc++-devel + Revision 1.2 2007/07/28 22:29:30 vip - updated md5 Revision 1.1 2007/07/28 16:01:30 vip - initial - don't know if fixing OPTFLAGS is correct, if yes, please make rel 1.0 - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/pbzip2.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
