]> git.pld-linux.org Git - packages/librsvg.git/blob - librsvg.spec
- updated to 1.0.3 (bugfix release).
[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 Name:           librsvg
6 Version:        1.0.3
7 Release:        1
8 License:        LGPL
9 Vendor:         GNOME
10 Group:          Libraries
11 Group(de):      Libraries
12 Group(es):      Bibliotecas
13 Group(fr):      Librairies
14 Group(pl):      Biblioteki
15 Group(pt_BR):   Bibliotecas
16 Group(ru):      âÉÂÌÉÏÔÅËÉ
17 Group(uk):      â¦Â̦ÏÔÅËÉ
18 Source0:        ftp://ftp.gnome.org/pub/GNOME/stable/sources/librsvg/%{name}-%{version}.tar.bz2
19 URL:            http://nautilus.eazel.com/
20 BuildRequires:  glib-devel >= 1.2.9
21 BuildRequires:  gtk+-devel >= 1.2.9
22 BuildRequires:  libxml-devel >= 1.8.10
23 BuildRequires:  gdk-pixbuf-devel >= 0.10.0
24 BuildRequires:  popt-devel >= 1.5
25 BuildRequires:  freetype-devel >= 2.0.1
26 BuildRequires:  libpng-devel
27 #BuildRequires: arts-devel
28 BuildRequires:  gnome-libs-devel
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %define _prefix         /usr/X11R6
32 %define _sysconfdir     /etc
33
34 %description
35 An SVG library based upon libart.
36
37 %description -l pl
38 Rozszerzona bibioteka eazel
39
40 %package devel
41 Summary:        Libraries and include files for developing with librsvg.
42 Summary(pl):    Biblioteki i pliki nag³ówkowe do developing'u z u¿yciem librsvg.
43 Group:          Development/Libraries
44 Group(de):      Entwicklung/Libraries
45 Group(es):      Desarrollo/Bibliotecas
46 Group(fr):      Development/Librairies
47 Group(pl):      Programowanie/Biblioteki
48 Group(pt_BR):   Desenvolvimento/Bibliotecas
49 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
50 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
51 Requires:       %{name} = %{version}
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 Bibliteki potrzebne do programowania, zawieraj±ce biblioteki i pliki
59 nag³ówkowe, które pomagaj± tworzenie oprogramowania z wykorzystaniem
60 librsvg.
61
62 %package static
63 Summary:        Static libraries and include files for developing with librsvg.
64 Summary(pl):    Statyczne biblioteki do developing'u z u¿yciem librsvg.
65 Group:          Development/Libraries
66 Group(de):      Entwicklung/Libraries
67 Group(es):      Desarrollo/Bibliotecas
68 Group(fr):      Development/Librairies
69 Group(pl):      Programowanie/Biblioteki
70 Group(pt_BR):   Desenvolvimento/Bibliotecas
71 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
72 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
73 Requires:       %{name}-devel = %{version}
74
75 %description static
76 This package provides the necessary development static libraries to
77 allow you to develop with librsvg.
78
79 %description static -l pl
80 Bibliteki statyczne potrzebne do programowania, zawieraj±ce
81 biblioteki, które wspomagaj± tworzenie oprogramowania z wykorzystaniem
82 librsvg.
83
84 %prep
85 %setup -q
86
87 %build
88 %configure2_13
89
90 %install
91 rm -rf $RPM_BUILD_ROOT
92
93 %{__make} DESTDIR=$RPM_BUILD_ROOT install
94
95 gzip -9nf ChangeLog AUTHORS NEWS
96
97 %post   -p /sbin/ldconfig
98 %postun -p /sbin/ldconfig
99
100 %clean
101 rm -rf $RPM_BUILD_ROOT
102
103 %files
104 %defattr(644,root,root,755)
105 %attr(755,root,root) %{_libdir}/lib*.so.*.*
106
107 %files devel
108 %defattr(644,root,root,755)
109 %doc *.gz
110 %attr(755,root,root) %{_bindir}/librsvg-config
111 %attr(755,root,root) %{_libdir}/lib*.la
112 %attr(755,root,root) %{_libdir}/lib*.so
113 %{_libdir}/*.sh
114 %{_includedir}/librsvg-1
115
116 %files static
117 %defattr(644,root,root,755)
118 %{_libdir}/lib*.a
This page took 0.155269 seconds and 4 git commands to generate.