- cleanup removal of libtool archives
This commit is contained in:
parent
2815af18dc
commit
991e621367
@ -2,7 +2,7 @@
|
||||
|
||||
Name: clutter-gtk
|
||||
Version: 0.10.4
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A basic GTK clutter widget
|
||||
|
||||
Group: Development/Languages
|
||||
@ -45,6 +45,8 @@ make %{?_smp_mflags} V=1
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
|
||||
|
||||
#Remove libtool archives.
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -55,7 +57,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS
|
||||
%exclude %{_libdir}/*.la
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/girepository-1.0/GtkClutter-%{clutter_version}.typelib
|
||||
%{_datadir}/gir-1.0/GtkClutter-%{clutter_version}.gir
|
||||
@ -69,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/clutter-gtk
|
||||
|
||||
%changelog
|
||||
* Mon May 3 2010 Peter Robinson <pbrobinson@gmail.com> 0.10.4-3
|
||||
- cleanup removal of libtool archives
|
||||
|
||||
* Wed Mar 24 2010 Bastien Nocera <bnocera@redhat.com> 0.10.4-2
|
||||
- Move the API docs to -devel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user