]> git.pld-linux.org Git - packages/librsvg.git/blob - librsvg.spec
- better pl desc
[packages/librsvg.git] / librsvg.spec
1 # Note that this is NOT a relocatable package
2
3 Summary:        Raph's SVG library
4 Summary(pl):    Biblioteka Raph's SVG
5 Summary(pt_BR): Biblioteca SVG
6 Name:           librsvg
7 Version:        2.0.1
8 Release:        1
9 License:        LGPL
10 Vendor:         GNOME
11 Group:          Libraries
12 Source0:        ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
13 URL:            http://nautilus.eazel.com/
14 BuildRequires:  freetype-devel
15 BuildRequires:  gtk+2-devel >= 2.0.6
16 BuildRequires:  libpng-devel
17 BuildRequires:  libxml2-devel >= 2.4.23
18 BuildRequires:  popt-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20 Obsoletes:      librsvg0
21
22 %define         _prefix                 /usr/X11R6
23
24 %description
25 An SVG library based upon libart.
26
27 %description -l pl
28 Biblioteka do obs³ugi grafiki wektorowej.
29
30 %description -l pt_BR
31 Biblioteca de Extensão da Eazel.
32
33 %package devel
34 Summary:        Libraries and include files for developing with librsvg
35 Summary(pl):    Biblioteki i pliki nag³ówkowe do developing'u z u¿yciem librsvg
36 Summary(pt_BR): Bibliotecas e arquivos de inclusão para desenvolvimento com a librsvg
37 Group:          Development/Libraries
38 Requires:       %{name} = %{version}
39 Obsoletes:      librsvg0-devel
40
41 %description devel
42 This package provides the necessary development libraries and include
43 files to allow you to develop with librsvg.
44
45 %description devel -l pl
46 Bibliteki potrzebne do programowania, zawieraj±ce biblioteki i pliki
47 nag³ówkowe, które pomagaj± tworzenie oprogramowania z wykorzystaniem
48 librsvg.
49
50 %description devel -l pt_BR
51 Este pacote contém os arquivos necessários para desenvolver com base
52 na biblioteca librsvg.
53
54 %package static
55 Summary:        Static libraries and include files for developing with librsvg
56 Summary(es):    Archivos estáticos necesarios para el desarrollo de aplicaciones con librsvg.
57 Summary(pl):    Statyczne biblioteki do developing'u z u¿yciem librsvg
58 Summary(pt_BR): Arquivos estáticos necessários para o desenvolvimento de aplicações com librsvg
59 Group:          Development/Libraries
60 Requires:       %{name}-devel = %{version}
61
62 %description static
63 This package provides the necessary development static libraries to
64 allow you to develop with librsvg.
65
66 %description static -l pl
67 Bibliteki statyczne potrzebne do programowania, zawieraj±ce
68 biblioteki, które wspomagaj± tworzenie oprogramowania z wykorzystaniem
69 librsvg.
70
71 %description static -l pt_BR
72 Bibliotecas estáticas para o desenvolvimento de aplicações com
73 librsvg.
74
75 %prep
76 %setup -q
77
78 %build
79 %configure
80
81 %install
82 rm -rf $RPM_BUILD_ROOT
83
84 %{__make} install \
85         DESTDIR=$RPM_BUILD_ROOT \
86         pkgconfigdir=%{_pkgconfigdir}
87
88 gzip -9nf ChangeLog AUTHORS NEWS
89
90 %post   -p /sbin/ldconfig
91 %postun -p /sbin/ldconfig
92
93 %clean
94 rm -rf $RPM_BUILD_ROOT
95
96 %files
97 %defattr(644,root,root,755)
98 %attr(755,root,root) %{_libdir}/lib*.so.*.*
99
100 %files devel
101 %defattr(644,root,root,755)
102 %doc *.gz
103 %attr(755,root,root) %{_libdir}/lib*.??
104 %{_pkgconfigdir}/*.pc
105 %{_includedir}/librsvg-2
106
107 %files static
108 %defattr(644,root,root,755)
109 %{_libdir}/lib*.a
This page took 0.32642 seconds and 3 git commands to generate.