This commit is contained in:
parent
407c18dc96
commit
f31162c7fa
@ -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
|
Tue Feb 5 18:27:27 CET 2008 - maw@suse.de
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: inkscape
|
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
|
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
|
License: GPL v2 or later
|
||||||
@ -18,7 +19,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: 121
|
Release: 148
|
||||||
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
|
||||||
@ -125,6 +126,7 @@ make install DESTDIR=$RPM_BUILD_DIR/gc_install
|
|||||||
unset CFLAGS
|
unset CFLAGS
|
||||||
popd
|
popd
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
|
intltoolize --force
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
# We're building without perl support for now...
|
# We're building without perl support for now...
|
||||||
%configure\
|
%configure\
|
||||||
@ -182,6 +184,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 06 2008 maw@suse.de
|
||||||
|
- Fix the build when against newer versions of intltool.
|
||||||
* Tue Feb 05 2008 maw@suse.de
|
* Tue Feb 05 2008 maw@suse.de
|
||||||
- Disable perl support for now.
|
- Disable perl support for now.
|
||||||
* Tue Jan 29 2008 maw@suse.de
|
* Tue Jan 29 2008 maw@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user