Author: lisu Date: Tue Jun 15 18:50:37 2010 GMT Module: packages Tag: HEAD ---- Log message: - package new version of tcl-owfs (1.0) - BR: ed (to avoid warnings about missing command)
---- Files affected: packages/owfs: owfs.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: packages/owfs/owfs.spec diff -u packages/owfs/owfs.spec:1.18 packages/owfs/owfs.spec:1.19 --- packages/owfs/owfs.spec:1.18 Tue Jun 15 20:25:13 2010 +++ packages/owfs/owfs.spec Tue Jun 15 20:50:32 2010 @@ -27,6 +27,7 @@ URL: http://owfs.sourceforge.net/ BuildRequires: autoconf >= 2.57 BuildRequires: automake +BuildRequires: ed BuildRequires: libfuse-devel >= 2.2 BuildRequires: libstdc++-devel BuildRequires: libtool @@ -169,7 +170,7 @@ %{?with_python: %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}/ow} %{?with_python:%py_postclean} -#%%{?with_tcl:rm $RPM_BUILD_ROOT%{_libdir}/owtcl-0.2/*.{la,a}} +%{?with_tcl:rm $RPM_BUILD_ROOT%{_libdir}/owtcl-1.0/*.la} %clean rm -rf $RPM_BUILD_ROOT @@ -264,10 +265,10 @@ %if %{with tcl} %files -n tcl-owfs %defattr(644,root,root,755) -#%%dir %{_libdir}/owtcl-0.2 -#%%attr(755,root,root) %{_libdir}/owtcl-0.2/ow-0.2.so -#%%attr(755,root,root) %{_libdir}/owtcl-0.2/ow.so -#%%{_libdir}/owtcl-0.2/*.tcl +%dir %{_libdir}/owtcl-1.0 +%attr(755,root,root) %{_libdir}/owtcl-1.0/ow-1.0.so +%attr(755,root,root) %{_libdir}/owtcl-1.0/ow.so +%{_libdir}/owtcl-1.0/*.tcl %{_mandir}/man3/owtcl.3* %{_mandir}/mann/owtcl.n* %endif @@ -278,6 +279,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2010/06/15 18:50:32 lisu +- package new version of tcl-owfs (1.0) +- BR: ed (to avoid warnings about missing command) + Revision 1.18 2010/06/15 18:25:13 lisu - use sed macro - rpmbuild(macros) required only when build with python ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/owfs/owfs.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
