Author: kosmo Date: Wed Sep 6 11:04:54 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - updated to 2.0.0-81 - s/rpmcflags/rpmcxxflags/ - AC-branch (I hope)
---- Files affected: SPECS: nxcomp.spec (1.15 -> 1.15.2.1) ---- Diffs: ================================================================ Index: SPECS/nxcomp.spec diff -u SPECS/nxcomp.spec:1.15 SPECS/nxcomp.spec:1.15.2.1 --- SPECS/nxcomp.spec:1.15 Wed Aug 9 14:08:47 2006 +++ SPECS/nxcomp.spec Wed Sep 6 13:04:49 2006 @@ -1,6 +1,6 @@ # $Revision$, $Date$ -%define _version_major 1.5.0 -%define _version_minor 80 +%define _version_major 2.0.0 +%define _version_minor 81 Summary: NX compression library Summary(pl): Biblioteka kompresji NX @@ -10,16 +10,15 @@ License: GPL Group: X11/Libraries Source0: http://64.34.161.181/download/%{_version_major}/sources/%{name}-%{_version_major}-%{_version_minor}.tar.gz -# Source0-md5: 782f04870142c9fc5b2e1f654fd0a5d7 +# Source0-md5: fa6663ef31787d2a49982450928bf0cd Patch0: %{name}-pic.patch -Patch1: %{name}-gcc4.patch URL: http://www.nomachine.com/ BuildRequires: autoconf BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libstdc++-devel BuildRequires: sed >= 4.0 -BuildRequires: xorg-lib-libX11-devel +BuildRequires: X11-devel BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -56,10 +55,9 @@ %prep %setup -q -n %{name} %patch0 -p1 -%patch1 -p1 -sed -i 's/CXXFLAGS="-O3"/CXXFLAGS="%{rpmcflags}"/' configure.in -sed -i 's/CPPFLAGS="-O3"/CPPFLAGS="%{rpmcflags}"/' configure.in +sed -i 's/CXXFLAGS="-O3"/CXXFLAGS="%{rpmcxxflags}"/' configure.in +sed -i 's/CPPFLAGS="-O3"/CPPFLAGS="%{rpmcxxflags}"/' configure.in %build %{__autoconf} @@ -103,6 +101,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15.2.1 2006/09/06 11:04:49 kosmo +- updated to 2.0.0-81 +- s/rpmcflags/rpmcxxflags/ +- AC-branch (I hope) + Revision 1.15 2006/08/09 12:08:47 arekm - rel 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/nxcomp.spec?r1=1.15&r2=1.15.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
