diff --git a/at-spi.spec b/at-spi.spec index 927bf5f..33ecc68 100644 --- a/at-spi.spec +++ b/at-spi.spec @@ -8,7 +8,7 @@ Summary: Assistive Technology Service Provider Interface Name: at-spi Version: 1.18.1 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://developer.gnome.org/projects/gap/ Source0: http://ftp.gnome.org/pub/gnome/sources/at-spi/1.18/%{name}-%{version}.tar.bz2 # http://bugzilla.gnome.org/show_bug.cgi?id=427836 @@ -65,7 +65,7 @@ Libraries and header files allowing compilation of apps that use at-spi. %build -%configure --disable-gtk-doc +%configure --disable-gtk-doc --disable-static make %install @@ -76,6 +76,7 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.la %post -p /sbin/ldconfig @@ -102,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/* %changelog +* Sat Apr 21 2007 Matthias Clasen - 1.18.1-2 +- Don't ship .la files + * Mon Apr 9 2007 Matthias Clasen - 1.18.1-1 - Update to 1.18.1, which includes the previous patch - Drop obsolete patch