]> git.pld-linux.org Git - packages/XaraLX.git/blob - XaraLX.spec
- yet one license
[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 ExclusiveArch:  %{ix86} %{x8664}
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Xara eXtreme is a 2D vector graphics editor created by a small British
24 software company named Xara, notable for being the first vector
25 graphics software product to provide fully anti-aliased display,
26 advanced gradient fill and transparency tools, now available in many
27 of the competitors' products. Xara X is also notable for its usability
28 and very fast renderer
29
30 %description -l pl
31 Xara eXtreme jest edytorem grafiki 2D stworzonym przez ma³± brytyjsk±
32 firmê Xara, pierwszym wektorowym programem udostêpniaj±cym pe³ny
33 anty-aliasing, rozbudowane wype³nianie gradientami i narzêdzia do
34 prze¼roczysto¶ci, teraz dostêpne w wielu innych produktach. Xara X
35 jest tak¿e znana z u¿yteczno¶ci i prêdko¶ci dzia³ania.
36
37 %package examples
38 Summary:        Examples from Xara Extreme LX
39 Summary(pl):    Przyk³ady z Xara Extreme LX
40 Group:          X11/Applications
41
42 %description examples
43 Examples from Xara Extreme LX.
44
45 %description examples -l pl
46 Przyk³ady z Xara Extreme LX.
47
48 %prep
49 %setup -q
50
51 %build
52 %{__gettextize}
53 %{__libtoolize}
54 %{__aclocal}
55 %{__autoconf}
56 %{__autoheader}
57 %{__automake}
58 %configure \
59         --with-wx-config=wx-gtk2-unicode-config
60 %{__make}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT
67
68 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name},%{_desktopdir}}
69 cp -r Designs testfiles $RPM_BUILD_ROOT%{_examplesdir}/%{name}
70 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %files
76 %defattr(644,root,root,755)
77 %doc LICENSE libs/LIBS-LICENSE
78 %attr(755,root,root) %{_bindir}/*
79 %{_desktopdir}/*.desktop
80
81 %files examples
82 %defattr(644,root,root,755)
83 %{_examplesdir}/%{name}
This page took 0.230227 seconds and 3 git commands to generate.