]> git.pld-linux.org Git - packages/inkscape.git/blobdiff - inkscape.spec
- add BR libxslt-devel
[packages/inkscape.git] / inkscape.spec
index 32ab07d6cf5ab2e45dc2c5b98071b2382e978cec..e81cbed799a563a60c556de54a6152557e4f5e17 100644 (file)
@@ -1,5 +1,3 @@
-# TODO:
-# - http://sourceforge.net/tracker/index.php?func=detail&aid=1056633&group_id=93438&atid=604306
 #
 # Conditional build
 %bcond_without xft             # Don't use xft scalable font database
 Summary:       Scalable vector graphics editor
 Summary(pl):   Edytor skalowalnej grafiki wektorowej
 Name:          inkscape
-Version:       0.40
+Version:       0.41
 Release:       1
 License:       GPL v2, LGPL v2.1
 Group:         Applications/Graphics
 Source0:       http://dl.sourceforge.net/inkscape/%{name}-%{version}.tar.bz2
-# Source0-md5: 5f53659eb47efce8593e39d30ebb1c77
+# Source0-md5: 9b4bbfaae688127dca4c3d816a42b21a
+Patch0:                %{name}-gnome_print_compile.patch
 URL:           http://www.inkscape.org/
-BuildRequires: autoconf >= 2.50
-BuildRequires: automake
+BuildRequires: autoconf >= 2.59-3
+BuildRequires: automake >= 1:1.9.4-2
 BuildRequires: freetype-devel >= 2.0
-BuildRequires: gc-devel
+BuildRequires: gc-devel >= 6.4
 BuildRequires: gtk+2-devel >= 2:2.4.0
 BuildRequires: gtkmm-devel >= 2.4
 BuildRequires: gtkspell-devel
@@ -31,10 +30,13 @@ BuildRequires:      libpng-devel
 BuildRequires: libsigc++-devel >= 2.0.3
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2.4.24
+BuildRequires: libxslt-devel >= 1.0.15
 BuildRequires: pkgconfig
 BuildRequires: popt-devel
 %{?with_xft:BuildRequires:     xft-devel}
 Requires(post,postun): shared-mime-info
+Requires:      gc >= 6.4
+Requires:      gtk+2 >= 2:2.4.0
 Requires:      perl-XML-XQL
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -48,6 +50,7 @@ dwuwymiarowej grafiki wektorowej.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 cp -f /usr/share/automake/mkinstalldirs .
@@ -97,7 +100,9 @@ update-mime-database %{_datadir}/mime
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/inkscape
 %dir %{_libdir}/inkscape
-%attr(755,root,root) %{_libdir}/inkscape/plugins/lib*.so.*.*.*
+%dir %{_libdir}/inkscape/plugins
+# why no -avoid-version?
+%attr(755,root,root) %{_libdir}/inkscape/plugins/lib*.so*
 %{_mandir}/man1/*
 %{_pixmapsdir}/*.png
 %{_desktopdir}/*.desktop
This page took 0.099865 seconds and 4 git commands to generate.