]> git.pld-linux.org Git - packages/inkscape.git/blobdiff - inkscape.spec
- rel 3 for aspell 0.50 rebuild
[packages/inkscape.git] / inkscape.spec
index 744f5361d131c56e2995dfa09d0395c1e1ceafd3..48758379ea638e8e8ff826ca4fbfda0ace6893fe 100644 (file)
@@ -1,39 +1,40 @@
+# 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
 %bcond_without gnome_print     # Don't use gnome print font database and spooler frontend
 %bcond_without mmx             # Force building without MMX optimazation (Default: auto-detect)
+%bcond_with    relocation      # Enable binary relocation support
 #
 Summary:       Scalable vector graphics editor
 Summary(pl):   Edytor skalowalnej grafiki wektorowej
 Name:          inkscape
-Version:       0.39
-Release:       2
-License:       GPL
+Version:       0.40
+Release:       3
+License:       GPL v2, LGPL v2.1
 Group:         Applications/Graphics
 Source0:       http://dl.sourceforge.net/inkscape/%{name}-%{version}.tar.bz2
-# Source0-md5: 3542a646c6742686557b2f0e52c5f6dc
-Patch0:                %{name}-locale-names.patch
+# Source0-md5: 5f53659eb47efce8593e39d30ebb1c77
 URL:           http://www.inkscape.org/
 BuildRequires: autoconf >= 2.50
-BuildRequires: automake
+BuildRequires: automake >= 1:1.7
 BuildRequires: freetype-devel >= 2.0
-BuildRequires: gtk+2-devel >= 1:2.0.0
-# for future use
-#BuildRequires:        gtkmm-devel
+BuildRequires: gc-devel
+BuildRequires: gtk+2-devel >= 2:2.4.0
+BuildRequires: gtkmm-devel >= 2.4
 BuildRequires: gtkspell-devel
 BuildRequires: intltool
 BuildRequires: libart_lgpl-devel >= 2.3.10
 %{?with_gnome_print:BuildRequires:     libgnomeprintui-devel >= 1.116.0}
 BuildRequires: libpng-devel
-BuildRequires: libsigc++12-devel >= 1.2
-# for future use:
-#BuildRequires:        libsigc++-devel >= 2.0 
+BuildRequires: libsigc++-devel >= 2.0.3
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2.4.24
 BuildRequires: pkgconfig
 BuildRequires: popt-devel
 %{?with_xft:BuildRequires:     xft-devel}
+Requires(post,postun): shared-mime-info
 Requires:      perl-XML-XQL
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -47,9 +48,6 @@ dwuwymiarowej grafiki wektorowej.
 
 %prep
 %setup -q
-%patch0 -p1
-
-mv po/{no,nb}.po
 
 %build
 cp -f /usr/share/automake/mkinstalldirs .
@@ -64,7 +62,9 @@ intltoolize --copy --force --automake
        %{!?with_xft: --without-xft}\
        %{!?with_gnome_print: --without-gnome-print}\
        %{?with_gnome_print: --with-gnome-print}\
-       %{!?with_mmx:--disable-mmx} 
+       %{!?with_mmx:--disable-mmx} \
+       %{?with_relocation:--enable-binreloc} \
+       --disable-static
 
 %{__make}
 
@@ -74,16 +74,32 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/inkscape/plugins/*.la
+
 %find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+umask 022
+update-mime-database %{_datadir}/mime
+[ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
+
+%postun
+umask 022
+update-mime-database %{_datadir}/mime
+[ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/inkscape
+%dir %{_libdir}/inkscape
+%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.066158 seconds and 4 git commands to generate.