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