]> git.pld-linux.org Git - packages/inkscape.git/blob - inkscape.spec
cb26ec2595d4ad35d6e73ae3c7a5a7ac99407fcb
[packages/inkscape.git] / inkscape.spec
1 Summary:        Inkscape - a vector illustrator program for GNOME environment
2 Summary(pl):    Inkscape - wektorowy program graficzny dla ¶rodowiska GNOME
3 Name:           inkscape
4 Version:        0.36
5 Release:        0.1
6 License:        GPL
7 Group:          Graphics
8 Source0:        http://dl.sourceforge.net/inkscape/%{name}-%{version}.tar.gz
9 # Source0-md5:  3bd8581afee27b00dd7fdce0e7d8f6fa
10 URL:            http://www.inkscape.org/
11 BuildRequires:  freetype-devel >= 2.0
12 BuildRequires:  gtk+-devel >= 2.0.0
13 BuildRequires:  libart_lgpl-devel >= 2.3.10
14 BuildRequires:  libgnomeprintui-devel >= 2.2
15 BuildRequires:  libpng-devel
16 BuildRequires:  libxml2-devel >= 2.4.24
17 BuildRequires:  pkgconfig
18 BuildRequires:  popt-devel
19 BuildRequires:  xft-devel
20 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Inkscape is (or at least should be) a vector illustrator program for
24 the GNOME environment. It is currently in active development and
25 approaching general usability.
26
27 %description -l pl
28 Inkscape jest (a przynajmniej powinien byæ) wektorowym programem
29 graficznym dla ¶rodowiska GNOME. Aktualnie jest aktywnie rozwijany i
30 osi±ga ogóln± u¿ywalno¶æ.
31
32 %prep
33 %setup -q
34
35 %build
36 %configure
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %find_lang %{name}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files -f %{name}.lang
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog README
54 %attr(755,root,root) %{_bindir}/*
55 %attr(755,root,root) %{_libdir}/inkscape
56 %{_datadir}/inkscape
57 %{_mandir}/man1/*
58 %{_pixmapsdir}/*.png
59 %{_desktopdir}/*.desktop
This page took 0.054584 seconds and 3 git commands to generate.