packages: qpxtool/qpxtool.spec - pass CXX, CXXFLAGS - release 4 (rebuild ag...
adamg
adamg at pld-linux.org
Sun Feb 12 10:52:52 CET 2012
Author: adamg Date: Sun Feb 12 09:52:52 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- pass CXX, CXXFLAGS
- release 4 (rebuild against libpng-1.5)
---- Files affected:
packages/qpxtool:
qpxtool.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: packages/qpxtool/qpxtool.spec
diff -u packages/qpxtool/qpxtool.spec:1.8 packages/qpxtool/qpxtool.spec:1.9
--- packages/qpxtool/qpxtool.spec:1.8 Sun Feb 12 09:12:53 2012
+++ packages/qpxtool/qpxtool.spec Sun Feb 12 10:52:47 2012
@@ -8,11 +8,12 @@
Summary(pl.UTF-8): Tester jakości płyt CD/DVD
Name: qpxtool
Version: 0.7.1_002
-Release: 3
+Release: 4
License: GPL v2
Group: X11/Applications
Source0: http://downloads.sourceforge.net/qpxtool/%{name}-%{version}.tar.bz2
# Source0-md5: 755321a0196b16d06857550aac74ff50
+Patch0: %{name}-libpng15.patch
URL: http://qpxtool.sourceforge.net/
BuildRequires: QtGui-devel
BuildRequires: QtNetwork-devel
@@ -36,13 +37,15 @@
%prep
%setup -q
+%patch0 -p1
sed -e 's|lrelease|lrelease-qt4|' -i configure
%build
./configure \
--prefix="%{_prefix}" \
%{?debug:enable-debug}
-export CXXFLAGS="%{rpmcflags}"
+CXXFLAGS="%{rpmcflags}" \
+CXX="%{__cxx}" \
%{__make}
%install
@@ -80,6 +83,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2012/02/12 09:52:47 adamg
+- pass CXX, CXXFLAGS
+- release 4 (rebuild against libpng-1.5)
+
Revision 1.8 2012/02/12 08:12:53 arekm
- release 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/qpxtool/qpxtool.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list