This commit is contained in:
parent
f5f16cfd93
commit
407c18dc96
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 5 18:27:27 CET 2008 - maw@suse.de
|
||||||
|
|
||||||
|
- Disable perl support for now.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 28 17:59:41 CST 2008 - maw@suse.de
|
Mon Jan 28 17:59:41 CST 2008 - maw@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ Requires: cairomm ghostscript-fonts-std python-gtk python-numeric pstoedit
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Inkscape Vector Illustration Program
|
Summary: Inkscape Vector Illustration Program
|
||||||
Version: 0.45.1
|
Version: 0.45.1
|
||||||
Release: 120
|
Release: 121
|
||||||
Provides: sodipodi
|
Provides: sodipodi
|
||||||
Obsoletes: sodipodi
|
Obsoletes: sodipodi
|
||||||
PreReq: /bin/rm /bin/ln /bin/sh /usr/bin/perl
|
PreReq: /bin/rm /bin/ln /bin/sh /usr/bin/perl
|
||||||
@ -126,11 +126,12 @@ unset CFLAGS
|
|||||||
popd
|
popd
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
|
# We're building without perl support for now...
|
||||||
%configure\
|
%configure\
|
||||||
--enable-db2html\
|
--enable-db2html\
|
||||||
--enable-gnome\
|
--enable-gnome\
|
||||||
--with-python\
|
--with-python\
|
||||||
--with-perl\
|
--without-perl\
|
||||||
--with-gnome-print\
|
--with-gnome-print\
|
||||||
--enable-inkboard\
|
--enable-inkboard\
|
||||||
--with-gc=$RPM_BUILD_DIR/gc_install/usr
|
--with-gc=$RPM_BUILD_DIR/gc_install/usr
|
||||||
@ -181,14 +182,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 28 2008 maw@suse.de
|
* Tue Feb 05 2008 maw@suse.de
|
||||||
|
- Disable perl support for now.
|
||||||
|
* Tue Jan 29 2008 maw@suse.de
|
||||||
- Add inkscape-g_assert.patch.
|
- Add inkscape-g_assert.patch.
|
||||||
* Fri Jan 11 2008 coolo@suse.de
|
* Fri Jan 11 2008 coolo@suse.de
|
||||||
- take more gcc43 patches from SVN
|
- take more gcc43 patches from SVN
|
||||||
* Sat Nov 10 2007 mauro@suse.de
|
* Sat Nov 10 2007 mauro@suse.de
|
||||||
- Added inkscape-0.45.1-gcc43.patch
|
- Added inkscape-0.45.1-gcc43.patch
|
||||||
+ Fixes issues with gcc 4.3.
|
+ Fixes issues with gcc 4.3.
|
||||||
* Tue Aug 07 2007 maw@suse.de
|
* Wed Aug 08 2007 maw@suse.de
|
||||||
- Use %%fdupes
|
- Use %%fdupes
|
||||||
- Split off a -lang subpackage.
|
- Split off a -lang subpackage.
|
||||||
* Thu May 10 2007 prusnak@suse.cz
|
* Thu May 10 2007 prusnak@suse.cz
|
||||||
@ -222,7 +225,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Thu Oct 05 2006 jhargadon@suse.de
|
* Thu Oct 05 2006 jhargadon@suse.de
|
||||||
- added --datadir=%%prefix/share as a configuration option. This
|
- added --datadir=%%prefix/share as a configuration option. This
|
||||||
is a work around for bug #204719
|
is a work around for bug #204719
|
||||||
* Fri Sep 29 2006 jhargadon@suse.de
|
* Sat Sep 30 2006 jhargadon@suse.de
|
||||||
- update to version 0.44.1
|
- update to version 0.44.1
|
||||||
- Layers dialog
|
- Layers dialog
|
||||||
- Outline mode, many performance improvements
|
- Outline mode, many performance improvements
|
||||||
@ -244,9 +247,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- add patch to not use freetype2 internals
|
- add patch to not use freetype2 internals
|
||||||
* Sat Feb 18 2006 stbinner@suse.de
|
* Sat Feb 18 2006 stbinner@suse.de
|
||||||
- fix typo .desktop file
|
- fix typo .desktop file
|
||||||
* Fri Feb 17 2006 gekker@suse.de
|
* Sat Feb 18 2006 gekker@suse.de
|
||||||
- fixup .desktop file for UI team
|
- fixup .desktop file for UI team
|
||||||
* Mon Jan 30 2006 ro@suse.de
|
* Tue Jan 31 2006 ro@suse.de
|
||||||
- take fix from swig to swig-generated source file
|
- take fix from swig to swig-generated source file
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
@ -286,7 +289,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Worked around problems with boehm-gc detection.
|
- Worked around problems with boehm-gc detection.
|
||||||
* Fri Feb 11 2005 sbrabec@suse.cz
|
* Fri Feb 11 2005 sbrabec@suse.cz
|
||||||
- Updated to version 0.40.
|
- Updated to version 0.40.
|
||||||
* Thu Feb 10 2005 ro@suse.de
|
* Fri Feb 11 2005 ro@suse.de
|
||||||
- change to libsigc++12 in neededforbuild
|
- change to libsigc++12 in neededforbuild
|
||||||
* Tue Nov 02 2004 mmj@suse.de
|
* Tue Nov 02 2004 mmj@suse.de
|
||||||
- Locale rename: no -> nb
|
- Locale rename: no -> nb
|
||||||
|
Loading…
Reference in New Issue
Block a user