Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.8 Release: 1 License: LGPL Group: X11/Libraries Group(de): X11/Libraries Group(es): X11/Bibliotecas Group(fr): X11/Librairies Group(pl): X11/Biblioteki Group(pt_BR): X11/Bibliotecas Group(ru): X11/Библиотеки Group(uk): X11/Б╕бл╕отеки Source0: ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/libart_lgpl/%{name}-%{version}.tar.bz2 URL: http://www.gnome.org/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _prefix /usr/X11R6 %define _mandir %{_prefix}/man %description Graphics routines used by the GnomeCanvas widget and some other applications. libart renders vector paths and the like. %package devel Summary: Libraries and headers for libart_lgpl. Group: X11/Development/Libraries Group(de): X11/Entwicklung/Libraries Group(es): X11/Desarrollo/Bibliotecas Group(fr): X11/Development/Librairies Group(pl): X11/Programowanie/Biblioteki Group(pt_BR): X11/Desenvolvimento/Bibliotecas Group(ru): X11/Разработка/Библиотеки Group(uk): X11/Розробка/Б╕бл╕отеки Requires: %name = %{version} Conflicts: gnome-libs-devel < 1.4.1.2 %description devel Graphics routines used by the GnomeCanvas widget and some other applications. libart renders vector paths and the like. %prep %setup -q %build %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) %doc AUTHORS COPYING ChangeLog NEWS README %attr(755,root,root) %{_libdir}/lib*.so.*.* %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/libart2-config %attr(755,root,root) %{_libdir}/lib*.so %attr(755,root,root) %{_libdir}/lib*.la %{_libdir}/lib*.a %{_libdir}/pkgconfig/* %{_includedir}/*