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