Author: arekm Date: Wed Jun 4 17:13:45 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - raw/unfinished
---- Files affected: SPECS: tcl-z.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/tcl-z.spec diff -u /dev/null SPECS/tcl-z.spec:1.1 --- /dev/null Wed Jun 4 19:13:45 2008 +++ SPECS/tcl-z.spec Wed Jun 4 19:13:40 2008 @@ -0,0 +1,56 @@ +# $Revision$, $Date$ +Summary: ZLIB compression and decompression for TCL +Name: tcl-ztcl +Version: 1.0 +Release: 0.1 +License: distributable +Group: Development/Languages/Tcl +Source0: http://sgolovan.nes.ru/jabber/ztcl/ztcl/ztcl_%{version}b4_src.tar.gz +# Source0-md5: 32c2ae026ca12a370b56f7f1155ae90c +BuildRequires: tcl-devel >= 8.4.3 +Requires: tcl-ztcl +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +ZTCL is an extension library for TCL written in the C language. It +implements an interface to the ZLIB compression and decompression +library, the one used by GZIP. + +%prep +%setup -q -n ztcl_%{version}b4 + +%build +%configure \ + --enable-threads \ + --enable-shared \ + --enable-64bit +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR="$RPM_BUILD_ROOT" + + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog README +%dir %{_libdir}/ztcl* +%attr(755,root,root) %{_libdir}/ztcl*/libztcl*.so +%{_libdir}/ztcl*/*.tcl +%{_mandir}/man*/ztcl* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-06-04 17:13:40 arekm +- raw/unfinished + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
