]> git.pld-linux.org Git - packages/inkscape.git/blobdiff - inkscape.spec
- added some bconds' descriptions
[packages/inkscape.git] / inkscape.spec
index 1cc3b09aa0eff32ac1638c4be9a3a78295a3cb88..5ec6b4ccd2d31a0fe44fa63b919326caccd1bea8 100644 (file)
@@ -1,42 +1,76 @@
-Summary:       Inkscape -
-Summary(pl):   Inkscape -
+#
+# Conditional build
+%bcond_without popt    # Don't use popt argument parsing library
+%bcond_without xft     # Don't use xft scalable font database
+%bcond_without gnome   # Don't use gnome print font database and spooler frontend
+%bcond_without modules # ???
+%bcond_without mmx     # Force building without MMX optimazation (Default: auto-detect)
+%bcond_without libinkscape # ???
+
+Summary:       Inkscape - a vector illustrator program for GNOME environment
+Summary(pl):   Inkscape - wektorowy program graficzny dla ¶rodowiska GNOME
 Name:          inkscape
-Version:       0.36
-Release:       0.1
+Version:       0.38.1
+Release:       1
 License:       GPL
 Group:         Graphics
 Source0:       http://dl.sourceforge.net/inkscape/%{name}-%{version}.tar.gz
-#Source0-md5:  3bd8581afee27b00dd7fdce0e7d8f6fa
-#BuildRequires:
-#Requires:
+# Source0-md5: ea486c528649a34827b74077ffd2076c
 URL:           http://www.inkscape.org/
+BuildRequires: freetype-devel >= 2.0
+BuildRequires: gtk+-devel >= 2.0.0
+BuildRequires: libart_lgpl-devel >= 2.3.10
+BuildRequires: libgnomeprintui-devel >= 2.2
+BuildRequires: libpng-devel
+BuildRequires: libsigc++12-devel >= 1.2
+BuildRequires: libxml2-devel >= 2.4.24
+BuildRequires: pkgconfig
+%{?with_popt:BuildRequires:    popt-devel}
+%{?with_xft:BuildRequires:     xft-devel}
+Requires:      perl-XML-XQL
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-- -- empty --
+Inkscape is (or at least should be) a vector illustrator program for
+the GNOME environment. It is currently in active development and
+approaching general usability.
 
 %description -l pl
-- -- pusty --
+Inkscape jest (a przynajmniej powinien byæ) wektorowym programem
+graficznym dla ¶rodowiska GNOME. Aktualnie jest aktywnie rozwijany i
+osi±ga ogóln± u¿ywalno¶æ.
 
 %prep
 %setup -q
 
-#%patch
-
 %build
-./configure --prefix=%{_prefix}
-%{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
+%configure \
+       %{!?with_popt: --without-popt}\
+       %{!?with_xft: --without-xft}\
+       %{!?with_gnome: --without-gnome-print}\
+       %{!?with_modules: --without-modules}\
+       %{?with_libinkscape: --with-libinkscape} \
+       %{!?with_mmx:--disable-mmx} 
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
 
-%post
-%postun
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/inkscape
+%{_datadir}/inkscape
+%{_mandir}/man1/*
+%{_pixmapsdir}/*.png
+%{_desktopdir}/*.desktop
This page took 0.051496 seconds and 4 git commands to generate.