Author: qboosh Date: Sun Sep 2 13:04:12 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - more BRs, drop *.la - include python-plugins dir
---- Files affected: SPECS: libopensync-plugin-python.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/libopensync-plugin-python.spec diff -u SPECS/libopensync-plugin-python.spec:1.9 SPECS/libopensync-plugin-python.spec:1.10 --- SPECS/libopensync-plugin-python.spec:1.9 Fri Aug 31 22:44:30 2007 +++ SPECS/libopensync-plugin-python.spec Sun Sep 2 15:04:07 2007 @@ -4,12 +4,15 @@ Name: libopensync-plugin-python Version: 0.22 Release: 1 -License: LGPL +License: LGPL v2.1+ Group: Libraries Source0: http://www.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.bz2?format=raw # Source0-md5: ad5aba28ee66adc1c62e17cdd27c7dc7 URL: http://www.opensync.org/ +BuildRequires: glib2-devel >= 2.0 BuildRequires: libopensync-devel >= %{version} +BuildRequires: pkgconfig +BuildRequires: python-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -43,6 +46,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_libdir}/opensync/plugins/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/opensync/python-plugins/sample.py %clean @@ -51,8 +55,8 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README src/sample.py -%attr(755,root,root) %{_libdir}/opensync/plugins/*.so -%{_libdir}/opensync/plugins/*.la +%attr(755,root,root) %{_libdir}/opensync/plugins/python_module.so +%dir %{_libdir}/opensync/python-plugins %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -60,6 +64,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2007/09/02 13:04:07 qboosh +- more BRs, drop *.la +- include python-plugins dir + Revision 1.9 2007/08/31 20:44:30 glen - rel 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libopensync-plugin-python.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
