Author: adamg Date: Sun Feb 20 18:19:00 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.9.2 - added qt_path.patch (search for qt headers in proper place)
---- Files affected: SPECS: xdrawchem.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: SPECS/xdrawchem.spec diff -u SPECS/xdrawchem.spec:1.25 SPECS/xdrawchem.spec:1.26 --- SPECS/xdrawchem.spec:1.25 Wed Dec 8 23:44:38 2004 +++ SPECS/xdrawchem.spec Sun Feb 20 19:18:55 2005 @@ -2,15 +2,16 @@ Summary: XDrawChem - a chemical drawing program Summary(pl): XDrawChem - program do rysunków chemicznych Name: xdrawchem -Version: 1.9 +Version: 1.9.2 Release: 1 License: BSD-like Group: X11/Applications/Science Source0: http://dl.sourceforge.net/xdrawchem/%{name}-%{version}.tar.gz -# Source0-md5: 4375dc7d9a99783c6fe72aeb754e2c44 +# Source0-md5: c0c230e3e2f87f0d7ac4c54b21a305ef Source1: %{name}.desktop Source2: %{name}.png Patch0: %{name}-ac.patch +Patch1: %{name}-qt_path.patch URL: http://xdrawchem.sourceforge.net/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -32,6 +33,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 rm -rf autom4te.cache @@ -42,9 +44,9 @@ %{__autoheader} %{__automake} %{__perl} automoc -%configure -%{__make} \ - AM_CXXFLAGS= +%configure \ + --with-qtdir=%{_prefix} +%{__make} %install rm -rf $RPM_BUILD_ROOT @@ -83,6 +85,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2005/02/20 18:18:55 adamg +- updated to 1.9.2 +- added qt_path.patch (search for qt headers in proper place) + Revision 1.25 2004/12/08 22:44:38 undefine - up to 1.9, small pl changes by [EMAIL PROTECTED] ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xdrawchem.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
