]> git.pld-linux.org Git - packages/potrace.git/blame - potrace.spec
- added XFig backend patch, rel. 2
[packages/potrace.git] / potrace.spec
CommitLineData
024e1741 1Summary: Potrace - a utility for tracing a bitmap
908b2f40 2Summary(pl.UTF-8): Potrace - narzędzie służące do "trasowania" bitmap
a7cf2459 3Name: potrace
d0678a2a 4Version: 1.8
bfbdeb77 5Release: 2
d0678a2a 6License: GPL v2+
4c529121 7Group: Applications/Graphics
a7cf2459 8Source0: http://potrace.sourceforge.net/download/%{name}-%{version}.tar.gz
d0678a2a 9# Source0-md5: e73b45565737d64011612704dd4d9f86
bfbdeb77 10Patch0: http://potrace.sourceforge.net/download/potrace-1.8-xfig.patch
a7cf2459 11URL: http://potrace.sourceforge.net/
024e1741
JB
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: zlib-devel
a7cf2459
MW
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Potrace is a utility for tracing a bitmap, which means, transforming a
19bitmap into a smooth, scalable image. The input is a portable bitmap
20(PBM), and the default output is an encapsulated PostScript file
21(EPS).
22
ef7d3714
JR
23%description -l pl.UTF-8
24Potrace jest narzędziem służącym do "trasowania" bitmap, czyli
25konwertowania obrazów rastrowych do gładkich i skalowanych obrazów
26wektorowych. Wejściem dla programu jest przenośna bitmapa (PBM), a
27domyślnym wyjściem jest plik encapsulated PostScript (EPS).
a7cf2459
MW
28
29%prep
30%setup -q
bfbdeb77 31%patch0 -p0
a7cf2459
MW
32
33%build
34%{__aclocal}
35%{__autoconf}
36%{__autoheader}
37%{__automake}
878bd3e5 38%configure \
39 --enable-a4 \
40 --enable-metric
024e1741 41
68bfddb1 42%{__make}
a7cf2459
MW
43
44%install
45rm -rf $RPM_BUILD_ROOT
024e1741
JB
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
a7cf2459
MW
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
bfbdeb77 55%doc AUTHORS ChangeLog NEWS README
d0678a2a
JB
56%attr(755,root,root) %{_bindir}/mkbitmap
57%attr(755,root,root) %{_bindir}/potrace
58%{_mandir}/man1/mkbitmap.1*
59%{_mandir}/man1/potrace.1*
This page took 0.052362 seconds and 4 git commands to generate.