# Note that this is NOT a relocatable package Summary: Raph's SVG library Summary(pl): Biblioteka Raph's SVG Name: librsvg Version: 1.0.1 Release: 1 License: LGPL Vendor: GNOME Group: Libraries Group(de): Libraries Group(es): Bibliotecas Group(fr): Librairies Group(pl): Biblioteki Source0: ftp://ftp.gnome.org/pub/GNOME/stable/sources/librsvg/%{name}-%{version}.tar.bz2 URL: http://nautilus.eazel.com/ BuildRequires: glib-devel >= 1.2.9 BuildRequires: gtk+-devel >= 1.2.9 BuildRequires: libxml-devel >= 1.8.10 BuildRequires: gdk-pixbuf-devel >= 0.10.0 BuildRequires: popt-devel >= 1.5 BuildRequires: freetype-devel >= 2.0.1 BuildRequires: libpng-devel #BuildRequires: arts-devel BuildRequires: gnome-libs-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _prefix /usr/X11R6 %define _sysconfdir /etc %description Eazel Extension Library %description -l pl Rozszeżona bibioteka eazel %package devel Summary: Libraries and include files for developing with librsvg. Summary(pl): Biblioteki i pliki nagłówkowe do developing'u z użyciem librsvg. Group: Development/Libraries Group(de): Entwicklung/Libraries Group(fr): Development/Librairies Group(pl): Programowanie/Biblioteki Requires: %name = %{PACKAGE_VERSION} %description devel This package provides the necessary development libraries and include files to allow you to develop with librsvg. %description devel -l pl Bibliteki potrzebne do programowania, zawierające biblioteki i pliki nagłówkowe, które pomagają tworzenie oprogramowania z wykorzystaniem librsvg. %package static Summary: Static libraries and include files for developing with librsvg. Summary(pl): Statyczne biblioteki do developing'u z użyciem librsvg. Group: Development/Libraries Group(de): Entwicklung/Libraries Group(fr): Development/Librairies Group(pl): Programowanie/Biblioteki Requires: %name = %{PACKAGE_VERSION} %description static This package provides the necessary development static libraries to allow you to develop with librsvg. %description static -l pl Bibliteki statyczne potrzebne do programowania, zawierające biblioteki, które wspomagają tworzenie oprogramowania z wykorzystaniem librsvg. %prep %setup -q %build CFLAGS="$RPM_OPT_FLAGS" export LDFLAGS %configure2_13 \ --prefix=%{_prefix} \ --sysconfdir=%{_sysconfdir} %ifarch alpha --host=alpha-pld-linux %endif %install rm -rf $RPM_BUILD_ROOT %{__make} DESTDIR=$RPM_BUILD_ROOT install gzip -9nf ChangeLog AUTHORS NEWS %post /sbin/ldconfig %postun -p /sbin/ldconfig %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/*.so* %doc *.gz %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/librsvg-config %attr(755,root,root) %{_libdir}/*.la %{_libdir}/*.sh %dir %{_includedir}/librsvg/*.h %files static %defattr(644,root,root,755) %{_libdir}/*.a