]> git.pld-linux.org Git - packages/libart_lgpl.git/blob - libart_lgpl.spec
ccd7091216f4afef178377355039f1f915a0edcb
[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.14
5 Release:        1
6 License:        LGPL
7 Group:          X11/Libraries
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.3/%{name}-%{version}.tar.bz2
9 # Source0-md5:  a253a54758d0dfb51f754837a0b76138
10 URL:            http://www.gnome.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 Obsoletes:      libart_lgpl2
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Graphics routines used by the GnomeCanvas widget and some other
19 applications. libart renders vector paths and the like.
20
21 %description -l pl
22 Funkcje graficzne u¿ywane przez widget GnomeCanvas i trochê innych
23 aplikacji. libart renderuje ¶cie¿ki wektorów i tym podobne.
24
25 %package devel
26 Summary:        Headers for libart_lgpl
27 Summary(pl):    Pliki nag³owkowe libart_lgpl
28 Group:          X11/Development/Libraries
29 Requires:       %{name} = %{version}
30 Conflicts:      gnome-libs-devel < 1.4.1.2
31 Obsoletes:      libart_lgpl2-devel
32
33 %description devel
34 Header files for libart_lgpl.
35
36 %description devel -l pl
37 Pliki nag³ówkowe do biblioteki libart_lgpl.
38
39 %package static
40 Summary:        Static libart_lgpl library
41 Summary(pl):    Statyczna biblioteka libart_lgpl
42 Group:          X11/Development/Libraries
43 Requires:       %{name}-devel = %{version}
44 Conflicts:      gnome-libs-static < 1.4.1.2
45
46 %description static
47 Static version of libart_lgpl library.
48
49 %description static -l pl
50 Statyczna wersja biblioteki libart_lgpl.
51
52 %prep
53 %setup -q
54
55 %build
56 rm -f missing
57 %{__libtoolize}
58 %{__aclocal}
59 %{__autoconf}
60 %{__automake}
61 %configure
62 %{__make}
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66
67 %{__make} install \
68         DESTDIR=$RPM_BUILD_ROOT \
69         pkgconfigdir=%{_pkgconfigdir}
70
71 %clean
72 rm -rf %{buildroot}
73
74 %post   -p /sbin/ldconfig
75 %postun -p /sbin/ldconfig
76
77 %files
78 %defattr(644,root,root,755)
79 %doc AUTHORS ChangeLog NEWS README
80 %attr(755,root,root) %{_libdir}/lib*.so.*.*
81
82 %files devel
83 %defattr(644,root,root,755)
84 %attr(755,root,root) %{_bindir}/libart2-config
85 %attr(755,root,root) %{_libdir}/lib*.so
86 %{_libdir}/lib*.la
87 %{_pkgconfigdir}/*.pc
88 %{_includedir}/*
89
90 %files static
91 %defattr(644,root,root,755)
92 %{_libdir}/lib*.a
This page took 0.033169 seconds and 3 git commands to generate.