Author: gotar Date: Sat Jun 20 19:36:21 2009 GMT Module: packages Tag: HEAD ---- Log message: - upgraded to 0.4.2, pass compiler options
---- Files affected: packages/pdfedit: pdfedit.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: packages/pdfedit/pdfedit.spec diff -u packages/pdfedit/pdfedit.spec:1.7 packages/pdfedit/pdfedit.spec:1.8 --- packages/pdfedit/pdfedit.spec:1.7 Tue Apr 29 16:06:07 2008 +++ packages/pdfedit/pdfedit.spec Sat Jun 20 21:36:15 2009 @@ -15,12 +15,12 @@ Summary: Editor for manipulating PDF documents Summary(pl.UTF-8): Edytor do manipulowania dokumentami PDF Name: pdfedit -Version: 0.4.1 +Version: 0.4.2 Release: 1 License: GPL v2 Group: X11/Applications Source0: http://dl.sourceforge.net/pdfedit/%{name}-%{version}.tar.bz2 -# Source0-md5: 05fdd1d995b863709b7130ca8ed5b431 +# Source0-md5: 378a3bd9105031529a2d4e402ee61aee URL: http://pdfedit.petricek.net/ BuildRequires: autoconf BuildRequires: boost-devel >= 1.35.0 @@ -53,14 +53,15 @@ %prep %setup -q -# remove bashizm, we use dynamic linking anyway -sed -e 's/{so,a}/so/g' -i config/boost_iostreams.m4 +# remove bashizms +sed -e 's/function //g' -i getversion tools/generate_lang.sh %build export QTDIR="%{_prefix}" export QMAKESPEC="linux-g++" %{__autoconf} -%configure +%configure \ + CXX_EXTRA="%{rpmcflags}" %{__make} \ CC="%{__cc}" \ CXX="%{__cxx}" \ @@ -90,6 +91,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2009/06/20 19:36:15 gotar +- upgraded to 0.4.2, pass compiler options + Revision 1.7 2008/04/29 14:06:07 pluto - reorganize boost BRs (boost-devel >= 1.35.0). ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pdfedit/pdfedit.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
