Author: glen Date: Thu Aug 30 13:51:52 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - package files; rel 1
---- Files affected: SPECS: synce-librapi2.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/synce-librapi2.spec diff -u SPECS/synce-librapi2.spec:1.12 SPECS/synce-librapi2.spec:1.13 --- SPECS/synce-librapi2.spec:1.12 Wed Aug 29 03:12:01 2007 +++ SPECS/synce-librapi2.spec Thu Aug 30 15:51:47 2007 @@ -1,11 +1,9 @@ # $Revision$, $Date$ -# TODO -# - python bindings Summary: SynCE RAPI library Summary(pl.UTF-8): Biblioteka SynCE RAPI Name: synce-librapi2 Version: 0.10.0 -Release: 0.1 +Release: 1 License: MIT Group: Libraries Source0: http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz @@ -68,7 +66,6 @@ %{__autoheader} %{__automake} %configure - %{__make} %install @@ -77,6 +74,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{py_sitedir}/pyrapi2.la + %clean rm -rf $RPM_BUILD_ROOT @@ -88,6 +87,7 @@ %doc README* TODO %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/librapi.so.*.*.* +%{py_sitedir}/pyrapi2.so %{_mandir}/man1/*.1* %files devel @@ -96,13 +96,11 @@ %{_libdir}/librapi.la %{_includedir}/rapi.h %{_pkgconfigdir}/librapi2.pc -#%{py_sitedir}/pyrapi2.a -#%{py_sitedir}/pyrapi2.la -#%{py_sitedir}/pyrapi2.so %files static %defattr(644,root,root,755) %{_libdir}/librapi.a +%{py_sitedir}/pyrapi2.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -110,6 +108,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2007/08/30 13:51:47 glen +- package files; rel 1 + Revision 1.12 2007/08/29 01:12:01 glen - add rapi patch for FUR (causes build failure, so disabled) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/synce-librapi2.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
