]> git.pld-linux.org Git - packages/XaraLX.git/blame - XaraLX.spec
- converted to UTF-8
[packages/XaraLX.git] / XaraLX.spec
CommitLineData
f086ea56 1Summary: Xara Extreme LX Vector Image Editor
36ffae38 2Summary(pl.UTF-8): Edytor obrazów wektorowych Xara Extreme LX
f086ea56 3Name: XaraLX
0a64c266 4Version: 0.7r1693
27a0fe99 5Release: 1
7e1b4c12 6License: GPL v2 with binary libraries - see LICENSE files
1020f048 7Group: X11/Applications/Graphics
95f075ab 8Source0: http://downloads.xara.com/opensource/%{name}-%{version}.tar.bz2
0a64c266 9# Source0-md5: 0cc4b17f918347a0dcb31cdbc2493155
b7476457 10Patch0: %{name}-desktop.patch
46e41de4 11URL: http://www.xaraxtreme.org/
f086ea56 12BuildRequires: autoconf
13BuildRequires: automake
b7476457 14BuildRequires: gettext-autopoint
f086ea56 15BuildRequires: libtool
46e41de4 16BuildRequires: perl-base
1d4a1d60 17BuildRequires: pkgconfig
b7476457 18BuildRequires: wxGTK2-unicode-devel >= 2.6.3
0c3b6201 19BuildRequires: zip
1020f048 20ExclusiveArch: %{ix86} %{x8664} ppc
f086ea56 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
6f70872b 24Xara eXtreme is a 2D vector graphics editor created by a small British
25software company named Xara, notable for being the first vector
26graphics software product to provide fully anti-aliased display,
27advanced gradient fill and transparency tools, now available in many
28of the competitors' products. Xara X is also notable for its usability
29and very fast renderer
46e41de4 30
36ffae38
JR
31%description -l pl.UTF-8
32Xara eXtreme jest edytorem grafiki 2D stworzonym przez małą brytyjską
33firmę Xara, pierwszym wektorowym programem udostępniającym pełny
34anty-aliasing, rozbudowane wypełnianie gradientami i narzędzia do
35przeźroczystości, teraz dostępne w wielu innych produktach. Xara X
36jest także znana z użyteczności i prędkości działania.
f086ea56 37
27a0fe99 38%package examples
754e9833 39Summary: Examples from Xara Extreme LX
36ffae38 40Summary(pl.UTF-8): Przykłady z Xara Extreme LX
754e9833 41Group: X11/Applications/Graphics
27a0fe99 42
43%description examples
44Examples from Xara Extreme LX.
45
36ffae38
JR
46%description examples -l pl.UTF-8
47Przykłady z Xara Extreme LX.
27a0fe99 48
f086ea56 49%prep
50%setup -q
b7476457 51%patch0 -p1
f086ea56 52
53%build
b7476457 54%{__autopoint}
55%{__aclocal} -I m4
f086ea56 56%{__libtoolize}
f086ea56 57%{__autoconf}
f086ea56 58%{__automake}
59%configure \
b7476457 60 OPT_FLAGS="" \
f086ea56 61 --with-wx-config=wx-gtk2-unicode-config
62%{__make}
63
64%install
65rm -rf $RPM_BUILD_ROOT
66
67%{__make} install \
68 DESTDIR=$RPM_BUILD_ROOT
69
b7476457 70install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name},%{_desktopdir},%{_pixmapsdir}}
27a0fe99 71cp -r Designs testfiles $RPM_BUILD_ROOT%{_examplesdir}/%{name}
b7476457 72
e660434d 73ln -sf XaraLX $RPM_BUILD_ROOT%{_bindir}/xaralx
adb065dd 74
b7476457 75install xaralx.desktop $RPM_BUILD_ROOT%{_desktopdir}
76install xaralx.png $RPM_BUILD_ROOT%{_pixmapsdir}
27a0fe99 77
f086ea56 78%clean
79rm -rf $RPM_BUILD_ROOT
80
adb065dd 81%post
82umask 022
83[ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
84
85%postun
86umask 022
87[ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
88
f086ea56 89%files
90%defattr(644,root,root,755)
98f90d96 91%doc LICENSE libs/LIBS-LICENSE
46e41de4 92%attr(755,root,root) %{_bindir}/*
27a0fe99 93%{_desktopdir}/*.desktop
b7476457 94%{_pixmapsdir}/*.png
27a0fe99 95
96%files examples
97%defattr(644,root,root,755)
98%{_examplesdir}/%{name}
This page took 0.087854 seconds and 4 git commands to generate.