devel/inkscape inkscape.spec,1.4,1.5

Phillip Compton (pcompton) fedora-extras-commits at redhat.com
Thu Feb 10 04:14:13 UTC 2005


Author: pcompton

Update of /cvs/extras/devel/inkscape
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30486

Modified Files:
	inkscape.spec 
Log Message:
inkscape 0.41 (still testing)



Index: inkscape.spec
===================================================================
RCS file: /cvs/extras/devel/inkscape/inkscape.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- inkscape.spec	4 Dec 2004 21:35:57 -0000	1.4
+++ inkscape.spec	10 Feb 2005 04:14:11 -0000	1.5
@@ -1,12 +1,12 @@
 Name:           inkscape
-Version:        0.40
+Version:        0.41
 Release:        1
 Summary:        A vector-based drawing program using SVG.
 
 Group:          Applications/Productivity
 License:        GPL
 URL:            http://inkscape.sourceforge.net/
-Source0:        http://download.sourceforge.net/inkscape/inkscape-0.40.tar.bz2
+Source0:        http://download.sourceforge.net/inkscape/inkscape-0.41.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  atk-devel
@@ -20,9 +20,11 @@
 BuildRequires:  libpng-devel
 BuildRequires:  libsigc++20-devel
 BuildRequires:  libxml2-devel >= 2.4.24
+BuildRequires:  libxslt-devel
 BuildRequires:  pango-devel
 BuildRequires:  perl-XML-Parser
 BuildRequires:  pkgconfig
+BuildRequires:  python-devel
 Requires(post):   desktop-file-utils
 Requires(postun): desktop-file-utils
 
@@ -50,19 +52,12 @@
 %build
 %configure                     \
 --disable-dependency-tracking  \
-%ifarch i386
-        --disable-mmx          \
-%endif
-%ifarch i686
-        --enable-mmx           \
-%endif
-%ifarch athlon
-        --enable-mmx           \
-%endif
---with-gnome-print             \
 --with-xinerama                \
 --enable-static=no             \
+--with-python                  \
 --with-inkjar
+#temporarily disabled until I can look into it further
+#--with-gnome-print             \
 
 make %{?_smp_mflags}
 
@@ -103,6 +98,10 @@
 
 
 %changelog
+* Wed Feb 09 2005 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.41-1
+- 0.41.
+- enable python.
+
 * Sat Dec 04 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.40-1
 - 0.40.
 




More information about the fedora-extras-commits mailing list