This commit is contained in:
parent
229a59d604
commit
7fbe381d94
12
inkscape-automake111.patch
Normal file
12
inkscape-automake111.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Index: inkscape-0.46/share/templates/Makefile.am
|
||||
===================================================================
|
||||
--- inkscape-0.46.orig/share/templates/Makefile.am
|
||||
+++ inkscape-0.46/share/templates/Makefile.am
|
||||
@@ -15,7 +15,6 @@ templates_DATA = \
|
||||
DVD_cover_slim_300dpi.svg \
|
||||
DVD_cover_superslim_300dpi.svg \
|
||||
DVD_cover_ultraslim_300dpi.svg \
|
||||
- default.svg \
|
||||
default.ca.svg \
|
||||
default.cs.svg \
|
||||
default.de.svg \
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 13 11:58:53 CEST 2009 - coolo@novell.com
|
||||
|
||||
- remove dupliacted files (fix build with automake 1.11)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 13 02:53:30 CEST 2009 - vuntz@novell.com
|
||||
|
||||
|
203
inkscape.spec
203
inkscape.spec
@ -20,12 +20,12 @@
|
||||
|
||||
Name: inkscape
|
||||
BuildRequires: boost-devel docbook-toys fdupes gc-devel gcc-c++ gnome-vfs2-devel gtkmm24-devel intltool libMagick++-devel liblcms-devel libpoppler-glib-devel libwpg-devel libxslt-devel perl python-devel python-gtk-devel sgml-skel update-desktop-files
|
||||
License: GPL v2 only; LGPL v2.1 only
|
||||
License: GPL v2 only ; LGPL v2.1 only
|
||||
Group: Productivity/Graphics/Vector Editors
|
||||
Requires: ghostscript-fonts-std python-gtk pstoedit gzip /usr/bin/gs
|
||||
Summary: Inkscape Vector Illustration Program
|
||||
Version: 0.46
|
||||
Release: 67
|
||||
Release: 68
|
||||
# package in <= NLD9 and SuSE Linux <= 9.1
|
||||
Provides: sodipodi
|
||||
Obsoletes: sodipodi
|
||||
@ -45,6 +45,8 @@ Patch17: inkscape-lp237574-poppler.patch
|
||||
Patch18: inkscape-remove-datetime.patch
|
||||
# PATCH-FIX-UPSTREAM inkscape-gcc44.patch vuntz@novell.com -- Taken from svn
|
||||
Patch19: inkscape-gcc44.patch
|
||||
# PATCH-FIX-UPSTREAM inkscape-automake111.patch coolo@novell.com -- fix duplicated files
|
||||
Patch20: inkscape-automake111.patch
|
||||
Url: http://www.inkscape.org/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: %{name}-lang = %{version}
|
||||
@ -101,7 +103,7 @@ Authors:
|
||||
Masatake Yamato
|
||||
|
||||
%package extensions-extra
|
||||
License: GPL v2 only; LGPL v2.1 only
|
||||
License: GPL v2 only ; LGPL v2.1 only
|
||||
Summary: Inkscape Vector Illustration Program - Extra Extensions
|
||||
Group: Productivity/Graphics/Vector Editors
|
||||
Requires: %{name} = %{version} python-lxml pyxml
|
||||
@ -167,7 +169,7 @@ Authors:
|
||||
Masatake Yamato
|
||||
|
||||
%package extensions-dia
|
||||
License: GPL v2 only; LGPL v2.1 only
|
||||
License: GPL v2 only ; LGPL v2.1 only
|
||||
Summary: Inkscape Vector Illustration Program - Dia Import Extension
|
||||
Group: Productivity/Graphics/Vector Editors
|
||||
Requires: %{name} = %{version} dia
|
||||
@ -229,7 +231,7 @@ Authors:
|
||||
Masatake Yamato
|
||||
|
||||
%package extensions-fig
|
||||
License: GPL v2 only; LGPL v2.1 only
|
||||
License: GPL v2 only ; LGPL v2.1 only
|
||||
Summary: Inkscape Vector Illustration Program - Fig Import Extension
|
||||
Group: Productivity/Graphics/Vector Editors
|
||||
Requires: %{name} = %{version} transfig
|
||||
@ -292,7 +294,7 @@ Authors:
|
||||
Masatake Yamato
|
||||
|
||||
%package extensions-gimp
|
||||
License: GPL v2 only; LGPL v2.1 only
|
||||
License: GPL v2 only ; LGPL v2.1 only
|
||||
Summary: Inkscape Vector Illustration Program - The GIMP Extensions
|
||||
Group: Productivity/Graphics/Vector Editors
|
||||
Requires: %{name} = %{version} gimp-2.0
|
||||
@ -355,7 +357,7 @@ Authors:
|
||||
Masatake Yamato
|
||||
|
||||
%package extensions-skencil
|
||||
License: GPL v2 only; LGPL v2.1 only
|
||||
License: GPL v2 only ; LGPL v2.1 only
|
||||
Summary: Inkscape Vector Illustration Program - Skencil Import Extension
|
||||
Group: Productivity/Graphics/Vector Editors
|
||||
Requires: %{name} = %{version} skencil
|
||||
@ -426,6 +428,7 @@ Authors:
|
||||
%patch17 -p1
|
||||
%patch18 -p1
|
||||
%patch19 -p0
|
||||
%patch20 -p1
|
||||
patch <<EOF
|
||||
--- configure.ac
|
||||
+++ configure.ac
|
||||
@ -521,189 +524,3 @@ rm -rf %{buildroot}
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
* Wed May 13 2009 vuntz@novell.com
|
||||
- Remove unneeded BuildRequires: libglade2-devel,
|
||||
libgnomeprintui-devel, libgnomeui-devel, libwnck-devel,
|
||||
loudmouth-devel
|
||||
- Add BuildRequires: gc-devel, gnome-vfs2-devel
|
||||
- Do not build gc inside this package and use the system-installed
|
||||
one. Drop gc6.4.patch since we don't need to patch gc now :-)
|
||||
- Drop inkscape-boehm-gc.patch: we just use the system-installed gc
|
||||
now.
|
||||
- Drop inkscape-swigfix.patch: I don't really see the point of
|
||||
this.
|
||||
- Drop inkscape-bug-189159.patch: the change is actually wrong,
|
||||
looking at the code...
|
||||
- Drop inkscape-configure.patch: not needed anymore.
|
||||
- Drop inkscape-buffer-overrun.patch: doesn't appear to be needed
|
||||
anymore.
|
||||
- Tag inkscape-polyutil-newpoly.patch
|
||||
- Remove non-existing --enable-db2html, --enable-gnome,
|
||||
--with-gnome-print and --with-gc configure options.
|
||||
- Use makeinstall.
|
||||
- Do not package some files twice.
|
||||
* Tue Apr 28 2009 vuntz@novell.com
|
||||
- Add inkscape-gcc44.patch to fix build with gcc 4.4.
|
||||
* Fri Apr 03 2009 vuntz@novell.com
|
||||
- Remove python-numeric Requires: there's no reference to it
|
||||
anywhere in the code, so it wasn't needed.
|
||||
* Sat Mar 28 2009 vuntz@novell.com
|
||||
- Add inkscape-remove-datetime.patch to be more build-compare
|
||||
friendly.
|
||||
* Sun Jan 25 2009 vuntz@novell.com
|
||||
- Use sr@latin instead of sr@Latn since it's what glibc upstream
|
||||
uses.
|
||||
* Fri Oct 03 2008 vuntz@novell.com
|
||||
- Add inkscape-lp237574-poppler.patch to compile with poppler in
|
||||
Factory.
|
||||
* Wed Sep 24 2008 sbrabec@suse.cz
|
||||
- Require and supplement correct resolvables for gimp.
|
||||
* Tue Jul 01 2008 sbrabec@suse.cz
|
||||
- Added missing dependencies: libMagick++-devel, libwpg-devel,
|
||||
gimp, transfig, yudit.
|
||||
- Packaged extensions using pyxml, lxml and yudit as an extra
|
||||
package to shrink mandatory dependencies and not break plugins.
|
||||
Uses an extra script for evaluation.
|
||||
- Packaged optional dia, fig, gimp and skencil plugins as separate
|
||||
packages with extra dependencies.
|
||||
- Removed dependency on skencil, no more needed for EPS import
|
||||
(bnc#394748).
|
||||
- Removed dependency on libwmf, no more needed for WMF import.
|
||||
- Tell user about pyxml and lxml packages instead of suggestinng of
|
||||
compilation from source (however the message should not appear).
|
||||
* Sat Jun 28 2008 maw@suse.de
|
||||
- Add inkscape-gtk-clist.patch, to enable building against
|
||||
recent versions of gtk+.
|
||||
* Thu May 15 2008 maw@suse.de
|
||||
- Recommend python-lxml (bnc#370334).
|
||||
* Wed May 07 2008 maw@suse.de
|
||||
- Respin inkscape-warnings.patch.
|
||||
* Thu Apr 03 2008 maw@suse.de
|
||||
- Buildrequire libpoppler-glib-devel, thereby enabling pdf import support
|
||||
(bnc#376752).
|
||||
* Sat Mar 29 2008 maw@suse.de
|
||||
- Update to version 0.46:
|
||||
+ Many new features and bugfeatures
|
||||
+ For a detailed account of what's new, see the NEWS file
|
||||
- Remove stale patches: inkscape-invalid-conversion.patch,
|
||||
inkscape-0.45.1-gcc43.patch, inkscape-g_assert.patch
|
||||
- Respin inkscape-bug-189159.patch
|
||||
- Add inkscape-warnings.patch
|
||||
- Rename sr@latin to sr@Latn.
|
||||
* Thu Mar 06 2008 maw@suse.de
|
||||
- Fix the build when against newer versions of intltool.
|
||||
* Tue Feb 05 2008 maw@suse.de
|
||||
- Disable perl support for now.
|
||||
* Tue Jan 29 2008 maw@suse.de
|
||||
- Add inkscape-g_assert.patch.
|
||||
* Fri Jan 11 2008 coolo@suse.de
|
||||
- take more gcc43 patches from SVN
|
||||
* Sat Nov 10 2007 mauro@suse.de
|
||||
- Added inkscape-0.45.1-gcc43.patch
|
||||
+ Fixes issues with gcc 4.3.
|
||||
* Wed Aug 08 2007 maw@suse.de
|
||||
- Use %%fdupes
|
||||
- Split off a -lang subpackage.
|
||||
* Thu May 10 2007 prusnak@suse.cz
|
||||
- recommends pyxml [#271758]
|
||||
* Wed Apr 18 2007 aj@suse.de
|
||||
- Fix spec list so that package builds again.
|
||||
* Thu Mar 29 2007 maw@suse.de
|
||||
- Update to version 0.45
|
||||
- Remove upstreamed inkscape-siox-max.patch
|
||||
- Remove now-unnecessary inkscape-session-manager-strcmp.patch and
|
||||
inkscape-enable-perl.patch
|
||||
- Add inkscape-buffer-overrun.patch
|
||||
* Wed Jan 31 2007 sbrabec@suse.cz
|
||||
- Removed remaining references to /opt/gnome (#240571).
|
||||
* Tue Jan 23 2007 prusnak@suse.cz
|
||||
- fixed build errors
|
||||
* polyutil-newpoly.patch - uninitialized structure
|
||||
* session-manager-strcmp.patch - comparing char* w/ string literal
|
||||
* Mon Jan 22 2007 sbrabec@suse.cz
|
||||
- Prefix changed to /usr.
|
||||
- Spec file cleanup.
|
||||
* Thu Jan 04 2007 prusnak@suse.cz
|
||||
- fixed illegal comparison (siox-max.patch) [#231224]
|
||||
* Mon Nov 06 2006 jhargadon@suse.de
|
||||
- applied a patch that fixes a problem where the package would not
|
||||
compile with the --with-perl option.
|
||||
* Sat Oct 21 2006 schwab@suse.de
|
||||
- Don't use obsolete macro.
|
||||
* Fri Oct 13 2006 danw@suse.de
|
||||
- Remove dead patches
|
||||
* Thu Oct 05 2006 jhargadon@suse.de
|
||||
- added --datadir=%%prefix/share as a configuration option. This
|
||||
is a work around for bug #204719
|
||||
* Fri Sep 29 2006 jhargadon@suse.de
|
||||
- update to version 0.44.1
|
||||
- Layers dialog
|
||||
- Outline mode, many performance improvements
|
||||
- Native PDF export with transparency
|
||||
- Clipping and masking support
|
||||
- Configurable keyboard shortcuts
|
||||
- Docked color palette in the editing window
|
||||
- Interactive indicator of the style of selection in the statusbar
|
||||
- Innovative "node sculpting" and other improvements in Node tool
|
||||
- Better SVG support: <switch> element, ICC color profiles for images
|
||||
- Persistent rotation centers, Paste Size command
|
||||
- many bug fixes
|
||||
- removed the --with-perl option from configuration in the specfile
|
||||
* Sat Sep 09 2006 meissner@suse.de
|
||||
- use RPM_OPT_FLAGS.
|
||||
* Wed Aug 16 2006 cthiel@suse.de
|
||||
- buildrequire python-gtk-devel instead of python-gtk
|
||||
* Fri Jul 07 2006 jpr@suse.de
|
||||
- add patch to not use freetype2 internals
|
||||
* Sat Feb 18 2006 stbinner@suse.de
|
||||
- fix typo .desktop file
|
||||
* Sat Feb 18 2006 gekker@suse.de
|
||||
- fixup .desktop file for UI team
|
||||
* Tue Jan 31 2006 ro@suse.de
|
||||
- take fix from swig to swig-generated source file
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Wed Nov 23 2005 sbrabec@suse.cz
|
||||
- Updated to version 0.43 (#134655).
|
||||
- Enabled Inkboard Collaborative Editing.
|
||||
* Mon Nov 07 2005 sbrabec@suse.cz
|
||||
- Fixed qualification and type conversion errors.
|
||||
* Thu Aug 25 2005 nadvornik@suse.cz
|
||||
- updated to bugfix release 0.42.2 [#112918]
|
||||
* Mon Aug 01 2005 ro@suse.de
|
||||
- added dir to filelist /usr/share/man/fr/man1
|
||||
* Fri Jul 29 2005 sbrabec@suse.cz
|
||||
- Updated to version 0.42.
|
||||
* Tue May 31 2005 schwab@suse.de
|
||||
- Fix more invalid casts.
|
||||
* Wed May 18 2005 ro@suse.de
|
||||
- fix build with current pkgconfig
|
||||
* Thu Apr 28 2005 sbrabec@suse.cz
|
||||
- Build boehm-gc with -fPIC and -fno-strict-aliasing.
|
||||
* Wed Apr 27 2005 ro@suse.de
|
||||
- remove boehm-gc from nfb (dropped)
|
||||
- use private copy of gc6.4
|
||||
* Tue Apr 26 2005 sbrabec@suse.cz
|
||||
- Install missing translation files.
|
||||
* Mon Apr 11 2005 sbrabec@suse.cz
|
||||
- Fixed invalid casts.
|
||||
* Mon Mar 21 2005 sbrabec@suse.cz
|
||||
- Bi-arch fix (#66780).
|
||||
- Require skencil needed for PS/EPS input (#66780).
|
||||
* Mon Feb 28 2005 sbrabec@suse.cz
|
||||
- Added needed Requires and triggers for optional extensions
|
||||
(#66780).
|
||||
- Turned on perl, python and gnome-print support.
|
||||
* Mon Feb 21 2005 sbrabec@suse.cz
|
||||
- Updated to version 0.41.
|
||||
- Worked around problems with boehm-gc detection.
|
||||
* Fri Feb 11 2005 sbrabec@suse.cz
|
||||
- Updated to version 0.40.
|
||||
* Fri Feb 11 2005 ro@suse.de
|
||||
- change to libsigc++12 in neededforbuild
|
||||
* Tue Nov 02 2004 mmj@suse.de
|
||||
- Locale rename: no -> nb
|
||||
* Thu Aug 12 2004 hhetter@suse.de
|
||||
- Obsolete and Provide sodipodi
|
||||
* Mon Aug 02 2004 hhetter@suse.de
|
||||
- initial SuSE package
|
||||
|
Loading…
Reference in New Issue
Block a user