summaryrefslogtreecommitdiff
path: root/svg2png.spec
blob: 731f908efcc7d491ef34040fb0af1ff00e40c277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Summary:	svg2png - render an SVG image to a PNG image (using cairo)
Summary(pl.UTF-8):	svg2png - tworzenie obrazków PNG z SVG przy użyciu cairo
Name:		svg2png
Version:	0.1.3
Release:	2
License:	BSD-like
Group:		Applications/Graphics
Source0:	http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
# Source0-md5:	ba266c00486ffd93b8a46d59028aaef9
URL:		http://cairographics.org/
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libsvg-cairo-devel >= 0.1.6
BuildRequires:	pkgconfig
Requires:	libsvg-cairo >= 0.1.6
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
Utility to render an SVG image to a PNG image (using cairo).

%description -l pl.UTF-8
Narzędzie do tworzenia obrazków PNG z SVG przy użyciu cairo.

%prep
%setup -q

%build
%{__aclocal}
%{__autoconf}
%{__automake}
%configure
%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc AUTHORS COPYING ChangeLog NEWS README
%attr(755,root,root) %{_bindir}/svg2png
%{_mandir}/man1/svg2png.1*