]> git.pld-linux.org Git - packages/inkscape.git/commitdiff
- BRs, descriptions, fixed configure
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 12 Dec 2003 11:21:35 +0000 (11:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    inkscape.spec -> 1.2

inkscape.spec

index 1cc3b09aa0eff32ac1638c4be9a3a78295a3cb88..1795b34cc57029f8f58348cd8fdbd7df28f0f622 100644 (file)
@@ -1,38 +1,47 @@
-Summary:       Inkscape -
-Summary(pl):   Inkscape -
+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
 License:       GPL
 Group:         Graphics
 Source0:       http://dl.sourceforge.net/inkscape/%{name}-%{version}.tar.gz
-#Source0-md5:  3bd8581afee27b00dd7fdce0e7d8f6fa
-#BuildRequires:
-#Requires:
+# Source0-md5: 3bd8581afee27b00dd7fdce0e7d8f6fa
 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: libxml2-devel >= 2.4.24
+BuildRequires: pkgconfig
+BuildRequires: popt-devel
+BuildRequires: xft-devel
 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
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
 
-%post
-%postun
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.145561 seconds and 4 git commands to generate.