]> git.pld-linux.org Git - packages/XaraLX.git/blob - XaraLX.spec
9288bbed168b29da20a19d5a464195e68a79f03a
[packages/XaraLX.git] / XaraLX.spec
1 Summary:        Xara Extreme LX Vector Image Editor
2 Summary(pl):    Edytor obrazów wektorowych Xara Extreme LX
3 Name:           XaraLX
4 Version:        0.3r693
5 Release:        1
6 License:        GPL with additional note - see LICENSE
7 Group:          X11/Applications
8 Source0:        http://downloads.xara.com/opensource/%{name}_%{version}.tar.bz2
9 # Source0-md5:  70c9490007e2d9914840f937ff28434d
10 Source1:        %{name}.desktop
11 URL:            http://www.xaraxtreme.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 # ???
15 BuildRequires:  gettext-devel
16 BuildRequires:  libtool
17 BuildRequires:  perl-base
18 BuildRequires:  wxGTK2-unicode-devel >= 2.6.2
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Xara eXtreme is a 2D vector graphics editor created by a small British
23 software company named Xara, notable for being the first vector
24 graphics software product to provide fully anti-aliased display,
25 advanced gradient fill and transparency tools, now available in many
26 of the competitors' products. Xara X is also notable for its usability
27 and very fast renderer
28
29 %description -l pl
30 Xara eXtreme jest edytorem grafiki 2D stworzonym przez ma³± brytyjsk±
31 firmê Xara, pierwszym wektorowym programem udostêpniaj±cym pe³ny
32 anty-aliasing, rozbudowane wype³nianie gradientami i narzêdzia do
33 prze¼roczysto¶ci, teraz dostêpne w wielu innych produktach. Xara X
34 jest tak¿e znana z u¿yteczno¶ci i prêdko¶ci dzia³ania.
35
36 %package examples
37 Summary:        Examples from Xara Extreme LX
38 Summary(pl):    Przyk³ady z Xara Extreme LX
39 Group:          X11/Applications
40
41 %description examples
42 Examples from Xara Extreme LX.
43
44 %description examples -l pl
45 Przyk³ady z Xara Extreme LX.
46
47 %prep
48 %setup -q
49
50 %build
51 %{__gettextize}
52 %{__libtoolize}
53 %{__aclocal}
54 %{__autoconf}
55 %{__autoheader}
56 %{__automake}
57 %configure \
58         --with-wx-config=wx-gtk2-unicode-config
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name},%{_desktopdir}}
68 cp -r Designs testfiles $RPM_BUILD_ROOT%{_examplesdir}/%{name}
69 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %files
75 %defattr(644,root,root,755)
76 %doc LICENSE
77 %attr(755,root,root) %{_bindir}/*
78 %{_desktopdir}/*.desktop
79
80 %files examples
81 %defattr(644,root,root,755)
82 %{_examplesdir}/%{name}
This page took 0.08536 seconds and 2 git commands to generate.