]> git.pld-linux.org Git - SPECS.git/blob - xsvg.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xsvg.spec
1 Summary:        X11 SVG viewer
2 Summary(pl.UTF-8):      Przeglądarka SVG dla X11
3 Name:           xsvg
4 Version:        0.2.1
5 Release:        2
6 License:        BSD-like
7 Group:          X11/Applications/Graphics
8 Source0:        http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
9 # Source0-md5:  f20409e87d9bff3c4d698d8c0e9e9f2b
10 URL:            http://www.xsvg.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libsvg-cairo-devel >= 0.1.6
14 BuildRequires:  pkgconfig
15 Requires:       libsvg-cairo >= 0.1.6
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 The xsvg program is a viewer for SVG files.
20
21 %description -l pl.UTF-8
22 Program xsvg to przeglądarka plików SVG.
23
24 %prep
25 %setup -q
26
27 %build
28 %{__aclocal}
29 %{__autoconf}
30 %{__autoheader}
31 %{__automake}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc AUTHORS COPYING ChangeLog NEWS README
47 %attr(755,root,root) %{_bindir}/xsvg
48 %{_mandir}/man1/xsvg.1*
This page took 0.264395 seconds and 3 git commands to generate.