Merge with FC-4 spec, upgrate to 0.44.1, some spec simplifications
This commit is contained in:
parent
ab84c5ee7c
commit
ebe323b46a
@ -1 +1 @@
|
|||||||
inkscape-0.43.tar.bz2
|
inkscape-0.44.1.tar.gz
|
||||||
|
@ -1,31 +1,33 @@
|
|||||||
Name: inkscape
|
Name: inkscape
|
||||||
Version: 0.43
|
Version: 0.44.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Vector-based drawing program using SVG
|
Summary: Vector-based drawing program using SVG
|
||||||
|
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://inkscape.sourceforge.net/
|
URL: http://inkscape.sourceforge.net/
|
||||||
Source0: http://download.sourceforge.net/inkscape/inkscape-%{version}.tar.bz2
|
Source0: http://download.sourceforge.net/inkscape/inkscape-%{version}.tar.gz
|
||||||
|
Patch0: inkscape-0.44.1-incl.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: atk-devel
|
BuildRequires: atk-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: freetype-devel
|
BuildRequires: freetype-devel
|
||||||
BuildRequires: gc-devel
|
BuildRequires: gc-devel >= 6.4
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: gtkmm24-devel
|
BuildRequires: gtkmm24-devel
|
||||||
|
BuildRequires: gtkspell-devel
|
||||||
BuildRequires: libart_lgpl-devel >= 2.3.10
|
BuildRequires: libart_lgpl-devel >= 2.3.10
|
||||||
BuildRequires: libgnomeprintui22-devel >= 2.2.0
|
BuildRequires: libgnomeprintui22-devel >= 2.2.0
|
||||||
BuildRequires: gnome-vfs2-devel
|
BuildRequires: gnome-vfs2-devel >= 2.0
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel >= 1.2
|
||||||
BuildRequires: libsigc++20-devel
|
BuildRequires: libsigc++20-devel
|
||||||
BuildRequires: libxml2-devel >= 2.4.24
|
BuildRequires: libxml2-devel >= 2.4.24
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: pango-devel
|
BuildRequires: pango-devel
|
||||||
BuildRequires: perl-XML-Parser
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-devel
|
BuildRequires: lcms-devel >= 1.13
|
||||||
|
|
||||||
Requires(post): desktop-file-utils
|
Requires(post): desktop-file-utils
|
||||||
Requires(postun): desktop-file-utils
|
Requires(postun): desktop-file-utils
|
||||||
|
|
||||||
@ -49,6 +51,7 @@ C and C++, using the Gtk+ toolkit and optionally some Gnome libraries.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .incl
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -56,10 +59,9 @@ C and C++, using the Gtk+ toolkit and optionally some Gnome libraries.
|
|||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
--with-xinerama \
|
--with-xinerama \
|
||||||
--enable-static=no \
|
--enable-static=no \
|
||||||
--with-python \
|
--with-gnome-vfs \
|
||||||
--with-inkjar
|
--with-inkjar \
|
||||||
#temporarily disabled until I can look into it further
|
--enable-lcms
|
||||||
#--with-gnome-print \
|
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -100,6 +102,10 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 13 2007 Denis Leroy <denis@poolshark.org> - 0.44.1
|
||||||
|
- Upgrade to 0.44.1
|
||||||
|
- Merging in spec file from FC-4, with some simplifications
|
||||||
|
|
||||||
* Sat Dec 17 2005 Denis Leroy <denis@poolshark.org> - 0.43-1
|
* Sat Dec 17 2005 Denis Leroy <denis@poolshark.org> - 0.43-1
|
||||||
- Update to 0.43
|
- Update to 0.43
|
||||||
- Remove obsolete x86_64 patch
|
- Remove obsolete x86_64 patch
|
||||||
|
Loading…
Reference in New Issue
Block a user