]> git.pld-linux.org Git - packages/librsvg.git/blob - librsvg.spec
- updated to version 2.2.4
[packages/librsvg.git] / librsvg.spec
1 Summary:        Raph's SVG library
2 Summary(pl):    Biblioteka Raph's SVG
3 Summary(pt_BR): Biblioteca SVG
4 Summary(uk):    SVG Â¦Â̦ÏÔÅËÁ
5 Summary(uk):    SVG Â¦Â̦ÏÔÅËÁ
6 Name:           librsvg
7 Version:        2.2.4
8 Release:        1
9 License:        LGPL
10 Vendor:         GNOME
11 Group:          Libraries
12 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.2/%{name}-%{version}.tar.bz2
13 Patch0:         %{name}-link.patch
14 URL:            http://nautilus.eazel.com/
15 Requires:       gtk+2 >= 2.2.0
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  freetype-devel >= 2.0.1
19 BuildRequires:  gtk+2-devel >= 2.2.0
20 BuildRequires:  libart_lgpl-devel >= 2.3.11
21 BuildRequires:  libpng-devel
22 BuildRequires:  libtool
23 BuildRequires:  libxml2-devel >= 2.5.1
24 BuildRequires:  popt-devel
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26 Obsoletes:      librsvg0
27
28 %description
29 An SVG library based upon libart.
30
31 %description -l pl
32 Biblioteka do obs³ugi grafiki wektorowej.
33
34 %description -l pt_BR
35 Biblioteca de Extensão da Eazel.
36
37 %description -l ru
38 âÉÂÌÉÏÔÅËÁ SVG, ÂÁÚÉÒÕÀÝÁÑÓÑ ÎÁ libart.
39
40 %description -l uk
41 â¦Â̦ÏÔÅËÁ SVG, ÂÁÚÏ×ÁÎÁ ÎÁ libart.
42
43 %package devel
44 Summary:        Include files for developing with librsvg
45 Summary(pl):    Pliki nag³ówkowe do tworzenia oprogramowania z u¿yciem librsvg
46 Summary(pt_BR): Bibliotecas e arquivos de inclusão para desenvolvimento com a librsvg
47 Summary(ru):    âÉÂÌÉÏÔÅÞÎÙÅ ÌÉÎËÉ É ÆÁÊÌÙ ÚÁÇÏÌÏ×ËÏ× ÄÌÑ ÒÁÚÒÁÂÏÔËÉ Ó librsvg
48 Summary(uk):    â¦Â̦ÏÔÅÞΦ Ì¦ÎËÉ ÔÁ ÆÁÊÌÉ ÚÁÇÏÌÏ×˦נÄÌÑ ÒÏÚÒÏÂËÉ Ú librsvg
49 Group:          Development/Libraries
50 Requires:       %{name} = %{version}
51 Obsoletes:      librsvg0-devel
52
53 %description devel
54 This package provides the necessary development libraries and include
55 files to allow you to develop with librsvg.
56  
57 %description devel -l pl
58 Pakiet zawiera pliki nag³ówkowe potrzebne do tworzenia oprogramowania
59 z wykorzystaniem librsvg.
60
61 %description devel -l pt_BR
62 Este pacote contém os arquivos necessários para desenvolver com base
63 na biblioteca librsvg.
64
65 %description devel -l ru
66 üÔÏÔ ÐÁËÅÔ ÓÏÄÅÒÖÉÔ ÎÅÏÂÈÏÄÉÍÙÅ ÆÁÊÌÙ ÄÌÑ ÒÁÚÒÁÂÏÔËÉ ÐÒÏÇÒÁÍÍ Ó
67 ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ librsvg.
68
69 %description devel -l uk
70 ãÅÊ ÐÁËÅԠͦÓÔÉÔØ ÎÅÏÂȦÄΦ ÆÁÊÌÉ ÄÌÑ ÒÏÚÒÏÂËÉ ÐÒÏÇÒÁÍ Ú ×ÉËÏÒÉÓÔÁÎÎÑÍ
71 librsvg.
72
73 %package static
74 Summary:        Static libraries for developing with librsvg
75 Summary(es):    Archivos estáticos necesarios para el desarrollo de aplicaciones con librsvg
76 Summary(pl):    Statyczne biblioteki librsvg
77 Summary(pt_BR): Arquivos estáticos necessários para o desenvolvimento de aplicações com librsvg
78 Group:          Development/Libraries
79 Requires:       %{name}-devel = %{version}
80
81 %description static
82 This package contains static version of librsvg libraries.
83
84 %description static -l pl
85 Statyczna wersja bibliotek librsvg.
86
87 %description static -l pt_BR
88 Bibliotecas estáticas para o desenvolvimento de aplicações com
89 librsvg.
90
91 %prep
92 %setup -q
93 %patch -p1
94
95 %build
96 %{__libtoolize}
97 %{__aclocal}
98 %{__autoconf}
99 %{__automake}
100 %configure
101
102 %install
103 rm -rf $RPM_BUILD_ROOT
104
105 %{__make} install \
106         DESTDIR=$RPM_BUILD_ROOT \
107         pkgconfigdir=%{_pkgconfigdir} \
108         manonedir=%{_mandir}/man1
109
110 %clean
111 rm -rf $RPM_BUILD_ROOT
112
113 %post   -p /sbin/ldconfig
114 %postun -p /sbin/ldconfig
115
116 %files
117 %defattr(644,root,root,755)
118 %attr(755,root,root) %{_bindir}/*
119 %attr(755,root,root) %{_libdir}/lib*.so.*.*
120 %{_libdir}/gtk-2.0/2.*/engines/*.la
121 %attr(755,root,root) %{_libdir}/gtk-2.0/2.*/engines/*.so
122 %{_libdir}/gtk-2.0/2.*/loaders/*.la
123 %attr(755,root,root) %{_libdir}/gtk-2.0/2.*/loaders/*.so
124 %{_mandir}/man1/rsvg.1.gz
125
126 %files devel
127 %defattr(644,root,root,755)
128 %doc ChangeLog AUTHORS NEWS
129 %{_libdir}/lib*.la
130 %attr(755,root,root) %{_libdir}/lib*.so
131 %{_pkgconfigdir}/*.pc
132 %{_includedir}/librsvg-2
133 %{_docdir}/%{name}
134
135 %files static
136 %defattr(644,root,root,755)
137 %{_libdir}/lib*.a
This page took 0.0755 seconds and 3 git commands to generate.