Author: duddits Date: Mon Nov 3 10:12:03 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel. 5 - fix paths - tuneups in %files
---- Files affected: SPECS: tclsasl.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/tclsasl.spec diff -u SPECS/tclsasl.spec:1.14 SPECS/tclsasl.spec:1.15 --- SPECS/tclsasl.spec:1.14 Mon Jul 28 01:06:24 2008 +++ SPECS/tclsasl.spec Mon Nov 3 11:11:57 2008 @@ -2,8 +2,8 @@ Summary: SASL Tcl extension Summary(pl.UTF-8): Rozszerzenie SASL dla Tcl Name: tclsasl -Version: 1.0 -Release: 4 +Version: 1.0.1 +Release: 5 License: distributable Group: Development/Languages/Tcl Source0: http://beepcore-tcl.sourceforge.net/%{name}-%{version}.tgz @@ -52,7 +52,8 @@ DESTDIR="$RPM_BUILD_ROOT" # TCL_PACKAGE_PATH is /usr/lib for all archs -rm $RPM_BUILD_ROOT%{_prefix}/lib/sasl-*/*.html +rm $RPM_BUILD_ROOT/sasl-*/*.{html,tcl} +rm $RPM_BUILD_ROOT%{_prefix}/lib/*.{html,tcl} %clean rm -rf $RPM_BUILD_ROOT @@ -60,9 +61,8 @@ %files %defattr(644,root,root,755) %doc AUTHORS doc/tclsasl.html -%{_prefix}/lib/sasl* %{_libdir}/*.la -%attr(755,root,root) %{_libdir}/*.so.*.* +%attr(755,root,root) %{_libdir}/*.so.* %attr(755,root,root) %{_libdir}/*.so %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -71,6 +71,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2008/11/03 10:11:57 duddits +- rel. 5 +- fix paths +- tuneups in %files + Revision 1.14 2008/07/27 23:06:24 arekm - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tclsasl.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
