Author: freetz Date: Mon Nov 21 15:25:51 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.43, inkboard bcond
---- Files affected: SPECS: inkscape.spec (1.41 -> 1.42) ---- Diffs: ================================================================ Index: SPECS/inkscape.spec diff -u SPECS/inkscape.spec:1.41 SPECS/inkscape.spec:1.42 --- SPECS/inkscape.spec:1.41 Mon Sep 12 12:07:42 2005 +++ SPECS/inkscape.spec Mon Nov 21 16:25:45 2005 @@ -4,17 +4,18 @@ %bcond_without xft # Don't use xft scalable font database %bcond_without gnome_print # Don't use gnome print font database and spooler frontend %bcond_without mmx # Force building without MMX optimazation (Default: auto-detect) +%bcond_with inkboard # Enable inkboard support %bcond_with relocation # Enable binary relocation support # Summary: Scalable vector graphics editor Summary(pl): Edytor skalowalnej grafiki wektorowej Name: inkscape -Version: 0.42.2 +Version: 0.43 Release: 1 License: GPL v2, LGPL v2.1 Group: Applications/Graphics Source0: http://dl.sourceforge.net/inkscape/%{name}-%{version}.tar.bz2 -# Source0-md5: a27172087018e850e92e97e52b5dad08 +# Source0-md5: 97c606182f5e177eef70c1e8a55efc1f URL: http://www.inkscape.org/ BuildRequires: autoconf >= 2.59-3 BuildRequires: automake >= 1:1.9.4-2 @@ -32,6 +33,7 @@ BuildRequires: libtool BuildRequires: libxml2-devel >= 2.6.0 BuildRequires: libxslt-devel >= 1.0.15 +%{?with_inkboard:BuildRequires: loudmouth-devel >= 1.0} BuildRequires: pkgconfig BuildRequires: popt-devel %{?with_xft:BuildRequires: xft-devel} @@ -62,11 +64,12 @@ %{__automake} %{__autoconf} %configure \ - %{!?with_xft: --without-xft}\ - %{!?with_gnome_print: --without-gnome-print}\ - %{?with_gnome_print: --with-gnome-print}\ + %{!?with_xft: --without-xft} \ + %{!?with_gnome_print: --without-gnome-print} \ + %{?with_gnome_print: --with-gnome-print} \ %{!?with_mmx:--disable-mmx} \ %{?with_relocation:--enable-binreloc} \ + %{?with_inkboard:--enable-inkboard} \ --disable-static %{__make} @@ -82,6 +85,7 @@ %clean rm -rf $RPM_BUILD_ROOT + %post umask 022 update-mime-database %{_datadir}/mime >/dev/null 2>&1 ||: @@ -117,6 +121,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.42 2005/11/21 15:25:45 freetz +- 0.43, inkboard bcond + Revision 1.41 2005/09/12 10:07:42 freetz - make use of rpm macros ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/inkscape.spec?r1=1.41&r2=1.42&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
