OBS User unknown 2008-03-07 21:01:39 +00:00 committed by Git OBS Bridge
parent 407c18dc96
commit f31162c7fa
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 6 19:27:48 CET 2008 - maw@suse.de
- Fix the build when against newer versions of intltool.
-------------------------------------------------------------------
Tue Feb 5 18:27:27 CET 2008 - maw@suse.de

View File

@ -10,6 +10,7 @@
# norootforbuild
Name: inkscape
BuildRequires: cairomm docbook-toys fdupes gcc-c++ gtkmm24-devel intltool libglade2-devel libgnomeprintui-devel libgnomeui-devel liblcms-devel libwnck-devel libxslt-devel loudmouth-devel perl python-devel python-gtk-devel sgml-skel update-desktop-files
License: GPL v2 or later
@ -18,7 +19,7 @@ Requires: cairomm ghostscript-fonts-std python-gtk python-numeric pstoedit
AutoReqProv: on
Summary: Inkscape Vector Illustration Program
Version: 0.45.1
Release: 121
Release: 148
Provides: sodipodi
Obsoletes: sodipodi
PreReq: /bin/rm /bin/ln /bin/sh /usr/bin/perl
@ -125,6 +126,7 @@ make install DESTDIR=$RPM_BUILD_DIR/gc_install
unset CFLAGS
popd
autoreconf -f -i
intltoolize --force
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
# We're building without perl support for now...
%configure\
@ -182,6 +184,8 @@ rm -rf $RPM_BUILD_ROOT
%files lang -f %{name}.lang
%changelog
* 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