]> git.pld-linux.org Git - packages/libart_lgpl.git/blob - libart_lgpl.spec
- raw version from rawhide.
[packages/libart_lgpl.git] / libart_lgpl.spec
1 Summary: Library of graphics routines used by libgnomecanvas
2 Name: libart_lgpl
3 Version: 2.3.8
4 Release: 1
5 URL: http://www.gnome.org/
6 Source0: %{name}-%{version}.tar.gz
7 License: LGPL
8 Group: System Environment/Libraries 
9 BuildRoot: %{_tmppath}/%{name}-root
10
11 %description
12
13 Graphics routines used by the GnomeCanvas widget and some other 
14 applications. libart renders vector paths and the like.
15
16 %package devel
17 Summary: Libraries and headers for libart_lgpl.
18 Group: Development/Libraries
19 Requires:       %name = %{version}
20 Conflicts:      gnome-libs-devel < 1.4.1.2
21
22 %description devel
23
24 Graphics routines used by the GnomeCanvas widget and some other 
25 applications. libart renders vector paths and the like.
26
27 %prep
28 %setup -q
29
30 %build
31 %configure
32 make %{?_smp_mflags}
33
34 %install
35 rm -rf %{buildroot}
36 %makeinstall
37
38 %clean
39 rm -rf %{buildroot}
40
41 %post -p /sbin/ldconfig
42
43 %postun -p /sbin/ldconfig
44
45 %files
46 %defattr(-,root,root)
47
48 %doc AUTHORS COPYING ChangeLog NEWS README
49
50 %{_libdir}/lib*.so.*
51
52 %files devel
53 %defattr(-,root,root)
54
55 %{_libdir}/lib*.a
56 %{_libdir}/lib*.so
57 %{_libdir}/pkgconfig/*
58 %{_bindir}/libart2-config
59 %{_includedir}/*
60
61 %changelog
62 * Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
63 - actually increase version to 2.3.8
64
65 * Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
66 - upgrade to 2.3.8 so header files don't break eel2
67
68 * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
69 - automated rebuild
70
71 * Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
72 - 2.3.7.91 snap
73
74 * Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
75 - cvs snap, rebuild with new glib
76
77 * Thu Oct  4 2001 Havoc Pennington <hp@redhat.com>
78 - 2.3.6
79
80 * Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
81 - new CVS snap with upstream changes merged
82
83 * Thu Sep 13 2001 Havoc Pennington <hp@redhat.com>
84 - Initial build.
This page took 0.17601 seconds and 4 git commands to generate.