SPECS: nautilus-python.spec - drop .la - package plugin dir

patrys patrys at pld-linux.org
Tue Aug 21 13:37:34 CEST 2007


Author: patrys                       Date: Tue Aug 21 11:37:34 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- drop .la
- package plugin dir

---- Files affected:
SPECS:
   nautilus-python.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/nautilus-python.spec
diff -u SPECS/nautilus-python.spec:1.1 SPECS/nautilus-python.spec:1.2
--- SPECS/nautilus-python.spec:1.1	Tue Aug 21 13:32:45 2007
+++ SPECS/nautilus-python.spec	Tue Aug 21 13:37:29 2007
@@ -62,10 +62,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/python
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	NAUTILUS_LIBDIR=%{_libdir}
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -73,7 +76,8 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %{_libdir}/nautilus-python
-%{_libdir}/nautilus/extensions-1.0/*
+%{_libdir}/nautilus/extensions-1.0/*.so
+%dir %{_libdir}/nautilus/extensions-1.0/python
 %{_pkgconfigdir}/nautilus-python.pc
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -82,6 +86,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/08/21 11:37:29  patrys
+- drop .la
+- package plugin dir
+
 Revision 1.1  2007/08/21 11:32:45  patrys
 - initial PLD release
 - potentially ugly workaround for a missing m4 macro
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nautilus-python.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list