rpms/libopensync-plugin-syncml/devel libopensync-plugin-syncml.spec, 1.20, 1.21

Kevin Kofler kkofler at fedoraproject.org
Thu Apr 2 04:03:44 UTC 2009


Author: kkofler

Update of /cvs/pkgs/rpms/libopensync-plugin-syncml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11475/devel

Modified Files:
	libopensync-plugin-syncml.spec 
Log Message:
- fix file list
- remove .la files


Index: libopensync-plugin-syncml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-syncml/devel/libopensync-plugin-syncml.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- libopensync-plugin-syncml.spec	2 Apr 2009 03:47:22 -0000	1.20
+++ libopensync-plugin-syncml.spec	2 Apr 2009 04:03:13 -0000	1.21
@@ -31,6 +31,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name *.la -exec rm -f {} \;
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -38,14 +39,16 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING
-%{_libdir}/opensync-1.0/plugins/syncml-plugin.so
-%{_datadir}/opensync-1.0/defaults/syncml-http-server
-%{_datadir}/opensync-1.0/defaults/syncml-obex-client
+%{_libdir}/opensync/plugins/syncml_plugin.so
+%{_datadir}/opensync/defaults/syncml-http-server
+%{_datadir}/opensync/defaults/syncml-obex-client
 
 %changelog
 * Thu Apr 02 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.22-2
 - BR libsoup22-devel instead of libsoup-devel
 - disable -Werror so deprecation warnings from libsyncml don't break the build
+- fix file list
+- remove .la files
 
 * Wed Apr 01 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1:0.22-1
 - Revert even further to 0.22 because of recent opensync downgrade




More information about the fedora-extras-commits mailing list