]> git.pld-linux.org Git - packages/librsvg.git/blob - librsvg.spec
6705f1369284e07ecd77c85703eb3eaf75e5b91e
[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:        1.0.3
8 Release:        3
9 License:        LGPL
10 Vendor:         GNOME
11 Group:          Libraries
12 Source0:        ftp://ftp.gnome.org/pub/GNOME/stable/sources/librsvg/%{name}-%{version}.tar.bz2
13 URL:            http://nautilus.eazel.com/
14 BuildRequires:  freetype-devel >= 2.0.1
15 BuildRequires:  gdk-pixbuf-devel >= 0.10.0
16 BuildRequires:  gnome-libs-devel
17 BuildRequires:  gtk+-devel >= 1.2.9
18 BuildRequires:  libpng-devel
19 BuildRequires:  libxml-devel >= 1.8.10
20 BuildRequires:  popt-devel >= 1.5
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22 Obsoletes:      librsvg0
23
24 %define         _prefix                 /usr/X11R6
25
26 %description
27 An SVG library based upon libart.
28
29 %description -l pl
30 Biblioteka do SVG bazuj±ca na libart.
31
32 %description -l pt_BR
33 Biblioteca de Extensão da Eazel.
34
35 %description -l ru
36 âÉÂÌÉÏÔÅËÁ SVG, ÂÁÚÉÒÕÀÝÁÑÓÑ ÎÁ libart.
37
38 %description -l uk
39 â¦Â̦ÏÔÅËÁ SVG, ÂÁÚÏ×ÁÎÁ ÎÁ libart.
40
41 %package devel
42 Summary:        Include files for developing with librsvg
43 Summary(pl):    Pliki nag³ówkowe do tworzenia oprogramowania z u¿yciem librsvg
44 Summary(pt_BR): Bibliotecas e arquivos de inclusão para desenvolvimento com a librsvg
45 Summary(ru):    âÉÂÌÉÏÔÅÞÎÙÅ ÌÉÎËÉ É ÆÁÊÌÙ ÚÁÇÏÌÏ×ËÏ× ÄÌÑ ÒÁÚÒÁÂÏÔËÉ Ó librsvg
46 Summary(uk):    â¦Â̦ÏÔÅÞΦ Ì¦ÎËÉ ÔÁ ÆÁÊÌÉ ÚÁÇÏÌÏ×˦נÄÌÑ ÒÏÚÒÏÂËÉ Ú librsvg
47 Group:          Development/Libraries
48 Requires:       %{name} = %{version}
49 Obsoletes:      librsvg0-devel
50
51 %description devel
52 This package provides the necessary include files which allow you to
53 develop programs with librsvg.
54
55 %description devel -l pl
56 Pakiet zawiera pliki nag³ówkowe potrzebne do tworzenia oprogramowania
57 z wykorzystaniem librsvg.
58
59 %description devel -l pt_BR
60 Este pacote contém os arquivos necessários para desenvolver com base
61 na biblioteca librsvg.
62
63 %description devel -l ru
64 üÔÏÔ ÐÁËÅÔ ÓÏÄÅÒÖÉÔ ÎÅÏÂÈÏÄÉÍÙÅ ÆÁÊÌÙ ÄÌÑ ÒÁÚÒÁÂÏÔËÉ ÐÒÏÇÒÁÍÍ Ó
65 ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ librsvg.
66
67 %description devel -l uk
68 ãÅÊ ÐÁËÅԠͦÓÔÉÔØ ÎÅÏÂȦÄΦ ÆÁÊÌÉ ÄÌÑ ÒÏÚÒÏÂËÉ ÐÒÏÇÒÁÍ Ú ×ÉËÏÒÉÓÔÁÎÎÑÍ
69 librsvg.
70
71 %package static
72 Summary:        Static libraries for developing with librsvg
73 Summary(es):    Archivos estáticos necesarios para el desarrollo de aplicaciones con librsvg
74 Summary(pl):    Statyczne biblioteki librsvg
75 Summary(pt_BR): Arquivos estáticos necessários para o desenvolvimento de aplicações com librsvg
76 Group:          Development/Libraries
77 Requires:       %{name}-devel = %{version}
78
79 %description static
80 This package contains static version of librsvg libraries.
81
82 %description static -l pl
83 Statyczna wersja bibliotek librsvg.
84
85 %description static -l pt_BR
86 Bibliotecas estáticas para o desenvolvimento de aplicações com
87 librsvg.
88
89 %prep
90 %setup -q
91
92 %build
93 %configure2_13
94
95 %install
96 rm -rf $RPM_BUILD_ROOT
97
98 %{__make} DESTDIR=$RPM_BUILD_ROOT install
99
100 gzip -9nf ChangeLog AUTHORS NEWS
101
102 %clean
103 rm -rf $RPM_BUILD_ROOT
104
105 %post   -p /sbin/ldconfig
106 %postun -p /sbin/ldconfig
107
108 %files
109 %defattr(644,root,root,755)
110 %attr(755,root,root) %{_libdir}/lib*.so.*.*
111
112 %files devel
113 %defattr(644,root,root,755)
114 %doc *.gz
115 %attr(755,root,root) %{_bindir}/librsvg-config
116 %attr(755,root,root) %{_libdir}/lib*.la
117 %attr(755,root,root) %{_libdir}/lib*.so
118 %{_libdir}/*.sh
119 %{_includedir}/librsvg-1
120
121 %files static
122 %defattr(644,root,root,755)
123 %{_libdir}/lib*.a
This page took 0.04851 seconds and 2 git commands to generate.