From 2ef5e670f26d4b48ed2e886d1d8e6d0121ca1d8b Mon Sep 17 00:00:00 2001 From: paragn Date: Mon, 4 Oct 2010 10:58:46 +0530 Subject: [PATCH] - Merge-review cleanup (#225987) --- libart_lgpl.spec | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 091f28c..468dd59 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,30 +1,27 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.21 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 +#Fedora specific patch Patch0: libart-multilib.patch License: LGPLv2+ Group: System Environment/Libraries -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pkgconfig %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: Development/Libraries -Requires: %name = %{version}-%{release} -Conflicts: gnome-libs-devel < 1:1.4.1.2 +Requires: %{name} = %{version}-%{release} %description devel - -Graphics routines used by the GnomeCanvas widget and some other -applications. libart renders vector paths and the like. +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. %prep %setup -q @@ -35,10 +32,8 @@ applications. libart renders vector paths and the like. make %{?_smp_mflags} %install -rm -rf %{buildroot} -%makeinstall - -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' # fix multilib issues %ifarch x86_64 s390x ia64 ppc64 alpha sparc64 @@ -67,29 +62,27 @@ cat >$RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl/art_config.h < - 2.3.21-2 +- Merge-review cleanup (#225987) + * Wed Jul 7 2010 Jochen Schmitt - 2.3.21-1 - New upstream release