]> git.pld-linux.org Git - packages/libart_lgpl.git/blob - libart_lgpl.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/libart_lgpl.git] / libart_lgpl.spec
1 Summary:        Library of graphics routines used by libgnomecanvas
2 Summary(pl):    Biblioteka funkcji graficznych u¿ywanych przez libgnomecanvas
3 Name:           libart_lgpl
4 Version:        2.3.8
5 Release:        1
6 License:        LGPL
7 Group:          X11/Libraries
8 Source0:        ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/libart_lgpl/%{name}-%{version}.tar.bz2
9 URL:            http://www.gnome.org/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %define         _prefix         /usr/X11R6
13 %define         _mandir         %{_prefix}/man
14
15 %description
16 Graphics routines used by the GnomeCanvas widget and some other
17 applications. libart renders vector paths and the like.
18
19 %description -l pl
20 Funkcje graficzne u¿ywane przez widget GnomeCanvas i trochê innych
21 aplikacji. libart renderuje ¶cie¿ki wektorów i tym podobne.
22
23 %package devel
24 Summary:        Headers for libart_lgpl
25 Summary(pl):    Pliki nag³owkowe libart_lgpl
26 Group:          X11/Development/Libraries
27 Requires:       %{name} = %{version}
28 Conflicts:      gnome-libs-devel < 1.4.1.2
29
30 %description devel
31 Header files for libart_lgpl.
32
33 %description devel -l pl
34 Pliki nag³ówkowe do biblioteki libart_lgpl.
35
36 %package static
37 Summary:        Static libart_lgpl library
38 Summary(pl):    Statyczna biblioteka libart_lgpl
39 Group:          X11/Development/Libraries
40 Requires:       %{name}-devel = %{version}
41 Conflicts:      gnome-libs-static < 1.4.1.2
42
43 %description static
44 Static version of libart_lgpl library.
45
46 %description static -l pl
47 Statyczna wersja biblioteki libart_lgpl.
48
49 %prep
50 %setup -q
51
52 %build
53 %configure
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 gzip -9nf AUTHORS ChangeLog NEWS README
63
64 %clean
65 rm -rf %{buildroot}
66
67 %post   -p /sbin/ldconfig
68 %postun -p /sbin/ldconfig
69
70 %files
71 %defattr(644,root,root,755)
72 %doc {AUTHORS,ChangeLog,NEWS,README}.gz
73 %attr(755,root,root) %{_libdir}/lib*.so.*.*
74
75 %files devel
76 %defattr(644,root,root,755)
77 %attr(755,root,root) %{_bindir}/libart2-config
78 %attr(755,root,root) %{_libdir}/lib*.so
79 %attr(755,root,root) %{_libdir}/lib*.la
80 %{_libdir}/pkgconfig/*
81 %{_includedir}/*
82
83 %files static
84 %defattr(644,root,root,755)
85 %{_libdir}/lib*.a
This page took 0.096481 seconds and 4 git commands to generate.