]> git.pld-linux.org Git - packages/librsvg.git/blob - librsvg.spec
- removed all Group fields translations (oure rpm now can handle translating
[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:        1.0.3
8 Release:        2
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 Rozszerzona bibioteka eazel.
31
32 %description -l pt_BR
33 Biblioteca de Extensão da Eazel.
34
35 %package devel
36 Summary:        Libraries and include files for developing with librsvg
37 Summary(pl):    Biblioteki i pliki nag³ówkowe do developing'u z u¿yciem librsvg
38 Summary(pt_BR): Bibliotecas e arquivos de inclusão para desenvolvimento com a librsvg
39 Group:          Development/Libraries
40 Requires:       %{name} = %{version}
41 Obsoletes:      librsvg0-devel
42
43 %description devel
44 This package provides the necessary development libraries and include
45 files to allow you to develop with librsvg.
46
47 %description devel -l pl
48 Bibliteki potrzebne do programowania, zawieraj±ce biblioteki i pliki
49 nag³ówkowe, które pomagaj± tworzenie oprogramowania z wykorzystaniem
50 librsvg.
51
52 %description devel -l pt_BR
53 Este pacote contém os arquivos necessários para desenvolver com base
54 na biblioteca librsvg.
55
56 %package static
57 Summary:        Static libraries and include files for developing with librsvg
58 Summary(es):    Archivos estáticos necesarios para el desarrollo de aplicaciones con librsvg.
59 Summary(pl):    Statyczne biblioteki do developing'u z u¿yciem librsvg
60 Summary(pt_BR): Arquivos estáticos necessários para o desenvolvimento de aplicações com librsvg
61 Group:          Development/Libraries
62 Requires:       %{name}-devel = %{version}
63
64 %description static
65 This package provides the necessary development static libraries to
66 allow you to develop with librsvg.
67
68 %description static -l pl
69 Bibliteki statyczne potrzebne do programowania, zawieraj±ce
70 biblioteki, które wspomagaj± tworzenie oprogramowania z wykorzystaniem
71 librsvg.
72
73 %description static -l pt_BR
74 Bibliotecas estáticas para o desenvolvimento de aplicações com
75 librsvg.
76
77 %prep
78 %setup -q
79
80 %build
81 %configure2_13
82
83 %install
84 rm -rf $RPM_BUILD_ROOT
85
86 %{__make} DESTDIR=$RPM_BUILD_ROOT install
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) %{_bindir}/librsvg-config
104 %attr(755,root,root) %{_libdir}/lib*.la
105 %attr(755,root,root) %{_libdir}/lib*.so
106 %{_libdir}/*.sh
107 %{_includedir}/librsvg-1
108
109 %files static
110 %defattr(644,root,root,755)
111 %{_libdir}/lib*.a
This page took 0.08049 seconds and 3 git commands to generate.